Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dnew_array_cookie_with_new_from_class.cpp18 static void *allocated; member
26 void *Foo::allocated; member in Foo
/llvm-project/compiler-rt/test/tsan/
H A Dmmap_lots.cpp19 size_t allocated = 0; in main() local
/llvm-project/mlir/test/Integration/Dialect/Memref/
H A Dmemref_abi.c
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cpp21 vector<pair<char *, size_t> > allocated; in MallocThread() local
H A Dsanitizer_allocator_test.cpp232 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 DRocmRuntimeWrappers.cpp185 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 DStorageUniquer.h130 bool allocated(const void *ptr) { in allocated() function
/llvm-project/libc/src/sys/auxv/linux/
H A Dgetauxval.cpp83 bool allocated() const { return ptr != MAP_FAILED; } allocated() function in LIBC_NAMESPACE::AuxvMMapGuard
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h42 u8 allocated : 8; // Must be first. member
H A Dlsan_allocator.cpp310 bool LsanMetadata::allocated() const { in allocated() function in __lsan::LsanMetadata
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp34 static uptr allocated() { return 0; } in allocated() function
H A Dsanitizer_stackdepot.cpp73 uptr StackDepotNode::allocated() { in allocated() function in __sanitizer::StackDepotNode
H A Dsanitizer_symbolizer_libbacktrace.cpp44 uptr size, allocated; member
H A Dsanitizer_common.h1076 uptr allocated; global() member
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp205 void *allocated; in HwasanAllocate() local
600 bool LsanMetadata::allocated() const { allocated() function in __lsan::LsanMetadata
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DDebugTypeGenerator.cpp111 mlir::LLVM::DIExpressionAttr allocated = genAllocated ? valid : nullptr; convertBoxedSequenceType() local
[all...]
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp108 void *allocated; DFsanAllocate() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DConvertToDestinationStyle.cpp448 Value allocated = rewriteInDestinationPassingStyle() local
/llvm-project/mlir/lib/Conversion/FuncToLLVM/
H A DFuncToLLVM.cpp246 Value allocated = builder.create<LLVM::AllocaOp>( in wrapExternalFunction() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp579 void *allocated; Allocate() local
1159 bool LsanMetadata::allocated() const { allocated() function in __lsan::LsanMetadata
[all...]
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp598 Value allocated = promoteOneMemRefDescriptor() local
/llvm-project/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp167 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 DGPUOpsLowering.cpp169 Value allocated = rewriter.create<LLVM::AllocaOp>( matchAndRewrite() local
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp201 void *allocated; MsanAllocate() local
[all...]

12