Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp411 QualType CQT = QT.getCanonicalType(); in emitDeviceStubBodyNew() local
412 llvm::Type *Ty = CGM.getTypes().ConvertType(CQT); in emitDeviceStubBodyNew()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6009 CanQualType CQT = Info.Ctx.getCanonicalType(Info.Ctx.getRecordType(C)); in HandleDynamicCast() local
6027 else if (Paths->isAmbiguous(CQT)) in HandleDynamicCast()
6059 if (DynType->Type->isDerivedFrom(C, Paths) && !Paths.isAmbiguous(CQT) && in HandleDynamicCast()