Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4608 for (const QualType &FundamentalType : FundamentalTypes) { in EmitFundamentalRTTIDescriptors() local
4609 QualType PointerType = getContext().getPointerType(FundamentalType); in EmitFundamentalRTTIDescriptors()
4611 FundamentalType.withConst()); in EmitFundamentalRTTIDescriptors()
4612 for (QualType Type : {FundamentalType, PointerType, PointerTypeConst}) in EmitFundamentalRTTIDescriptors()