| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | java_finalizer2.cpp | 20 Heap* heap = (Heap*)p; in Thread1() local 29 Heap* heap = (Heap*)p; in Thread2() local 37 Heap* heap = (Heap*)p; in Thread3() local 48 Heap* heap = (Heap*)p; in Ballast() local 54 Heap* heap = (Heap*)calloc(sizeof(Heap), 2) + 1; in main() local
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | flush.c | 15 int *heap = (int*)malloc(sizeof(int)); in main() local
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | heaprealloc_zero_size.cpp | 12 HANDLE heap = HeapCreate(0, 0, 0); in main() local
|
| H A D | heapalloc_zero_size.cpp | 12 HANDLE heap = HeapCreate(0, 0, 0); in main() local
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | describe_address.cpp | 9 int *heap = new int[100]; in main() local
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | swapcontext_annotation.cpp | 190 char *heap = new char[kHugeStackSize + run_offset + 1]; in RunHugeStack() local 222 char *heap = new char[kStackSize + 1]; in main() local
|
| H A D | swapcontext_test.cpp | 87 char *heap = new char[kStackSize + 1]; in main() local
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GarbageCollection.rst | 356 Write barrier: ``llvm.gcwrite`` 372 Read barrier: ``llvm.gcread``
|
| H A D | Lexicon.rst | 147 .. _heap: target in H
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_vector.cpp | 204 st_heap_block2 heap(dealloc, heap_block); in __cxa_vec_new2() local 233 st_heap_block3 heap(dealloc, heap_block, heap_size); in __cxa_vec_new3() local 389 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2() local 411 st_heap_block3 heap ( dealloc, heap_block, heap_block_size ); in __cxa_vec_delete3() local
|
| H A D | fallback_malloc.cpp | 61 char heap[HEAP_SIZE] __attribute__((aligned)); variable
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Ragged.cpp | 37 auto heap = builder.create<fir::LoadOp>(loc, ptr); in genRaggedArrayAllocate() local
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_debugging.cpp | 102 } else if (auto heap = descr.AsHeap()) { in __asan_locate_address() local
|
| H A D | asan_descriptions.h | 200 HeapAddressDescription heap; member
|
| H A D | asan_malloc_win.cpp | 204 #define OWNED_BY_RTL(heap, memory) \ argument
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | MemoryAllocation.cpp | 122 auto heap = rewriter.create<fir::AllocMemOp>( in matchAndRewrite() local
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_shadow_test.cpp | 87 void *heap = malloc(0); in TEST() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | MutableBox.cpp | 691 auto heap = builder.create<fir::AllocMemOp>(loc, box.getBaseTy(), allocName, in genInlinedAllocation() local 789 auto heap = allocateAndInitNewStorage( in genReallocIfNeeded() local 818 auto heap = allocateAndInitNewStorage( in genReallocIfNeeded() local 855 auto heap = fir::getBase(realloc.newValue); in finalizeRealloc() local
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | ompt-internal.h | 71 int heap; member
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 82 uptr heap; member
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 1358 HeapSpaceRegion *heap = nullptr; variable
|