Home
last modified time | relevance | path

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

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