Home
last modified time | relevance | path

Searched refs:Zeroed (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h76 UNUSED LargeBlock::Header **H, UNUSED bool *Zeroed) { in retrieve() argument
230 LargeBlock::Header **H, bool *Zeroed) { in retrieve() argument
263 *Zeroed = Entry.Time == 0; in retrieve()
268 if (*Zeroed) in retrieve()
513 bool Zeroed; in allocate() local
514 if (Cache.retrieve(Options, Size, Alignment, &H, &Zeroed)) { in allocate()
523 if (FillContents && !Zeroed) in allocate()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp2160 bool Zeroed = false; in EmitAtomicInit() local
2162 Zeroed = atomics.emitMemSetZeroIfNecessary(); in EmitAtomicInit()
2171 Zeroed ? AggValueSlot::IsZeroed : AggValueSlot::IsNotZeroed); in EmitAtomicInit()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h55 Zeroed = 1 << 4, // Allocator function returns zeroed memory enumerator
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp442 if ((AK & AllocFnKind::Zeroed) != AllocFnKind::Unknown) in getInitialValueOfAllocation()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp495 if ((Kind & AllocFnKind::Zeroed) != AllocFnKind::Unknown) in getAsString()
H A DVerifier.cpp2126 ((K & (AllocFnKind::Uninitialized | AllocFnKind::Zeroed | in verifyFunctionAttrs()
2130 AllocFnKind ZeroedUninit = AllocFnKind::Uninitialized | AllocFnKind::Zeroed; in verifyFunctionAttrs()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp623 Changed |= setAllocKind(F, AllocFnKind::Alloc | AllocFnKind::Zeroed); in inferNonMandatoryLibFuncAttrs()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp2242 Kind |= AllocFnKind::Zeroed; in parseAllocKind()