Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.h48 using InterpSize = unsigned; variable
84 const InterpSize ElemSize;
86 const InterpSize Size;
88 const InterpSize MDSize;
90 const InterpSize AllocSize;
99 using MetadataSize = std::optional<InterpSize>;
H A DInterpBlock.h71 InterpSize getSize() const { return Desc->getAllocSize(); } in getSize()
H A DProgram.cpp343 InterpSize ElemSize = in createDescriptor()