Allocation       1303 src/CodeGen_C.cpp         Allocation alloc;
Allocation       1367 src/CodeGen_C.cpp         Allocation alloc;
Allocation        122 src/CodeGen_C.h     Scope<Allocation> allocations;
Allocation        381 src/CodeGen_Metal_Dev.cpp         Allocation alloc;
Allocation        527 src/CodeGen_Metal_Dev.cpp             Allocation alloc;
Allocation        416 src/CodeGen_OpenCL_Dev.cpp         Allocation alloc;
Allocation        596 src/CodeGen_OpenCL_Dev.cpp             Allocation alloc;
Allocation        329 src/CodeGen_OpenGLCompute_Dev.cpp     Allocation alloc;
Allocation         82 src/CodeGen_Posix.cpp CodeGen_Posix::Allocation CodeGen_Posix::create_allocation(const std::string &name, Type type,
Allocation        118 src/CodeGen_Posix.cpp     Allocation allocation;
Allocation        137 src/CodeGen_Posix.cpp         vector<Allocation>::iterator free = free_stack_allocs.end();
Allocation        237 src/CodeGen_Posix.cpp     Allocation alloc = allocations.get(name);
Allocation        267 src/CodeGen_Posix.cpp     Allocation allocation = create_allocation(alloc->name, alloc->type,
Allocation         69 src/CodeGen_Posix.h     Scope<Allocation> allocations;
Allocation         78 src/CodeGen_Posix.h     std::vector<Allocation> free_stack_allocs;
Allocation        103 src/CodeGen_Posix.h     Allocation create_allocation(const std::string &name, Type type,