Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dheapalloc_doublefree.cpp8 void *allocation = HeapAlloc(GetProcessHeap(), 0, 10); in main() local
/llvm-project/flang/test/Lower/HLFIR/
H A Dallocatable-and-pointer-status-change.f905 subroutine allocation(x) subroutine
7 ! CHECK-LABEL: func.func @_QPallocation( argument
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
H A Dallocate_deallocate_object.pass.cpp46 int* allocation = allocator.template allocate_object<int>(3); in test() local
H A Dallocate_deallocate_bytes.pass.cpp47 void* allocation = allocator.allocate_bytes(13, 64); in test() local
/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp482 error = Status::FromErrorString("Couldn't free: allocation doesn't exist"); in Free() local
466 Allocation &allocation = iter->second; Leak() local
558 Allocation &allocation = iter->second; WriteMemory() local
674 Allocation &allocation = iter->second; ReadMemory() local
815 Allocation &allocation = iter->second; GetMemoryData() local
[all...]
H A DIRExecutionUnit.cpp93 void IRExecutionUnit::FreeNow(lldb::addr_t allocation) { in FreeNow() argument
/llvm-project/flang/lib/Semantics/
H A Dcheck-allocate.cpp55 static int ShapeSpecRank(const parser::Allocation &allocation) { in ShapeSpecRank() argument
60 static int CoarraySpecRank(const parser::Allocation &allocation) { in CoarraySpecRank() argument
712 for (const parser::Allocation &allocation : Leave() local
H A Dtools.cpp953 for (const auto &allocation : allocationList) { operator ()() local
H A Dresolve-directives.cpp2705 for (const auto &allocation : CheckNameInAllocateStmt() local
/llvm-project/clang/test/Sema/
H A Dwarn-unused-function.c49 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
/llvm-project/flang/lib/Lower/
H A DAllocatable.cpp317 for (const auto &allocation : lower() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1608 Address allocation = Address::invalid(); EmitCXXNewExpr() local
[all...]
/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h2611 unsigned int allocation:28; global() member