Home
last modified time | relevance | path

Searched refs:InterpSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DDescriptor.h48 using InterpSize = unsigned; variable
56 const InterpSize ElemSize;
58 const InterpSize Size;
60 const InterpSize AllocSize;
DInterpBlock.h59 InterpSize getSize() const { return Desc->getAllocSize(); } in getSize()
DProgram.cpp326 InterpSize ElemSize = Desc->getAllocSize() + sizeof(InlineDescriptor); in createDescriptor()