Searched defs:Zeroed (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | secondary.h | 94 retrieve(UNUSED Options Options,UNUSED uptr Size,UNUSED uptr Alignment,UNUSED uptr HeadersSize,UNUSED LargeBlock::Header ** H,UNUSED bool * Zeroed) retrieve() argument 299 retrieve(Options Options,uptr Size,uptr Alignment,uptr HeadersSize,LargeBlock::Header ** H,bool * Zeroed) retrieve() argument 601 bool Zeroed; allocate() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 55 Zeroed = 1 << 4, // Allocator function returns zeroed memory enumerator
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 2063 bool Zeroed = false; EmitAtomicInit() local
|