/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | new_array_cookie_with_new_from_class.cpp | 18 static void *allocated; member 26 void *Foo::allocated; member in Foo
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | mmap_lots.cpp | 19 size_t allocated = 0; in main() local
|
/llvm-project/mlir/test/Integration/Dialect/Memref/ |
H A D | memref_abi.c |
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | standalone_malloc_test.cpp | 21 vector<pair<char *, size_t> > allocated; in MallocThread() local
|
H A D | sanitizer_allocator_test.cpp | 232 std::vector<void *> allocated; TestSizeClassAllocator() local 377 void *allocated[kNumAllocs]; SizeClassAllocatorMetadataStress() local 619 char *allocated[kNumAllocs]; TEST() local 711 std::vector<void*> allocated; TestCombinedAllocator() local 803 void *allocated[kNumAllocs]; TestSizeClassAllocatorLocalCache() local 981 std::vector<void *> allocated; TestSizeClassAllocatorIteration() local 1042 char *allocated[kNumAllocs]; TEST() local 1070 char *allocated[kNumAllocs]; TEST() local [all...] |
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | RocmRuntimeWrappers.cpp | 185 mgpuMemGetDeviceMemRef1dFloat(float * allocated,float * aligned,int64_t offset,int64_t size,int64_t stride) mgpuMemGetDeviceMemRef1dFloat() argument 193 mgpuMemGetDeviceMemRef1dInt32(int32_t * allocated,int32_t * aligned,int64_t offset,int64_t size,int64_t stride) mgpuMemGetDeviceMemRef1dInt32() argument
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | StorageUniquer.h | 130 bool allocated(const void *ptr) { in allocated() function
|
/llvm-project/libc/src/sys/auxv/linux/ |
H A D | getauxval.cpp | 83 bool allocated() const { return ptr != MAP_FAILED; } allocated() function in LIBC_NAMESPACE::AuxvMMapGuard
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.h | 42 u8 allocated : 8; // Must be first. member
|
H A D | lsan_allocator.cpp | 310 bool LsanMetadata::allocated() const { in allocated() function in __lsan::LsanMetadata
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_chained_origin_depot.cpp | 34 static uptr allocated() { return 0; } in allocated() function
|
H A D | sanitizer_stackdepot.cpp | 73 uptr StackDepotNode::allocated() { in allocated() function in __sanitizer::StackDepotNode
|
H A D | sanitizer_symbolizer_libbacktrace.cpp | 44 uptr size, allocated; member
|
H A D | sanitizer_common.h | 1076 uptr allocated; global() member
|
/llvm-project/mlir/tools/mlir-vulkan-runner/ |
H A D | vulkan-runtime-wrappers.cpp |
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.cpp | 205 void *allocated; in HwasanAllocate() local 600 bool LsanMetadata::allocated() const { allocated() function in __lsan::LsanMetadata [all...] |
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | DebugTypeGenerator.cpp | 111 mlir::LLVM::DIExpressionAttr allocated = genAllocated ? valid : nullptr; convertBoxedSequenceType() local [all...] |
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_allocator.cpp | 108 void *allocated; DFsanAllocate() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | ConvertToDestinationStyle.cpp | 448 Value allocated = rewriteInDestinationPassingStyle() local
|
/llvm-project/mlir/lib/Conversion/FuncToLLVM/ |
H A D | FuncToLLVM.cpp | 246 Value allocated = builder.create<LLVM::AllocaOp>( in wrapExternalFunction() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 579 void *allocated; Allocate() local 1159 bool LsanMetadata::allocated() const { allocated() function in __lsan::LsanMetadata [all...] |
/llvm-project/mlir/lib/Conversion/LLVMCommon/ |
H A D | TypeConverter.cpp | 598 Value allocated = promoteOneMemRefDescriptor() local
|
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | LLVM.cpp | 167 mlirLLVMDICompositeTypeAttrGet(MlirContext ctx,unsigned int tag,MlirAttribute recId,MlirAttribute name,MlirAttribute file,uint32_t line,MlirAttribute scope,MlirAttribute baseType,int64_t flags,uint64_t sizeInBits,uint64_t alignInBits,intptr_t nElements,MlirAttribute const * elements,MlirAttribute dataLocation,MlirAttribute rank,MlirAttribute allocated,MlirAttribute associated) mlirLLVMDICompositeTypeAttrGet() argument
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | GPUOpsLowering.cpp | 169 Value allocated = rewriter.create<LLVM::AllocaOp>( matchAndRewrite() local
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_allocator.cpp | 201 void *allocated; MsanAllocate() local [all...] |