Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h143 const std::optional<PrimType> PrimT = std::nullopt; member
222 return *PrimT; in getPrimType()
H A DDescriptor.cpp289 MDSize(MD.value_or(0)), AllocSize(align(Size + MDSize)), PrimT(Type), in Descriptor()
303 AllocSize(align(MDSize) + align(Size) + sizeof(InitMapPtr)), PrimT(Type), in Descriptor()