Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDynamicAllocator.cpp53 Block *DynamicAllocator::allocate(const Descriptor *ElementDesc, in allocate() argument
58 ElementDesc->asExpr(), ElementDesc, Descriptor::InlineDescMD, NumElements, in allocate()
H A DInterp.h2884 inline bool AllocCN(InterpState &S, CodePtr OpPC, const Descriptor *ElementDesc, in AllocCN() argument
2890 if (!CheckArraySize(S, OpPC, &NumElements, ElementDesc->getSize(), in AllocCN()
2896 S.Stk.push<Pointer>(0, ElementDesc); in AllocCN()
2901 Block *B = Allocator.allocate(ElementDesc, static_cast<size_t>(NumElements), in AllocCN()