Home
last modified time | relevance | path

Searched defs:Free (Results 1 – 15 of 15) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.h64 void Free(T *&p) { in Free() function
H A Dtsan_dense_alloc.h74 void Free(Cache *c, IndexT idx) { in Free() function
/llvm-project/clang/test/CodeGen/
H A Dattr-target-mv-func-ptrs.c14 FuncPtr Free = &foo; in bar() local
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-target-mv-func-ptrs.cpp29 FuncPtr Free = &foo; in bar() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h50 static void Free(void *ptr) { in Free() function
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h155 sys::MemoryBlock Free; member
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_for_collapse_UpperTriangular.c28 void Free(unsigned *p) { free((void *)p); } in Free() function
H A Domp_for_collapse_LowerTriangularLess.c28 void Free(unsigned *p) { free((void *)p); } in Free() function
H A Domp_for_collapse_LowerTriangularLessEqual.c28 void Free(unsigned *p) { free((void *)p); } in Free() function
/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h53 Free = 1 << 2, // Allocator function frees the `allocptr` argument enumerator
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp447 FieldType Free = MI.fordblks; in MallInfoTest() local
475 size_t Free = MI.fordblks; in TEST_F() local
/llvm-project/mlir/include/mlir/Interfaces/
H A DSideEffectInterfaces.h369 struct Free : public Effect::Base<Free> {}; struct
/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp471 void IRMemoryMap::Free(lldb::addr_t process_address, Status &error) { Free() function in IRMemoryMap
/llvm-project/offload/plugins-nextgen/cuda/src/
H A Drtl.cpp682 size_t Free, Total; memoryVAMap() local
/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2353 bool Free = !HasReturn; visitReturnInst() local