Home
last modified time | relevance | path

Searched refs:ElementDesc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDynamicAllocator.cpp54 Block *DynamicAllocator::allocate(const Descriptor *ElementDesc, in allocate() argument
57 assert(ElementDesc->getMetadataSize() == 0); in allocate()
62 ElementDesc->asExpr(), nullptr, ElementDesc, Descriptor::InlineDescMD, in allocate()
H A DInterp.h3345 inline bool AllocCN(InterpState &S, CodePtr OpPC, const Descriptor *ElementDesc, in AllocCN() argument
3351 if (!CheckArraySize(S, OpPC, &NumElements, ElementDesc->getSize(), in AllocCN()
3357 S.Stk.push<Pointer>(0, ElementDesc); in AllocCN()
3367 Allocator.allocate(ElementDesc, static_cast<size_t>(NumElements), in AllocCN()