Searched defs:TargetBT (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp5906 const BuiltinType *TargetBT = dyn_cast<BuiltinType>(Target); local
5911 if (TargetBT && TargetBT->isFloatingPoint()) {
5915 if (SourceBT->getKind() > TargetBT->getKind()) {
5922 S.Context.getFloatTypeSemantics(QualType(TargetBT, 0)),
5936 if (TargetBT && TargetBT->isInteger()) {

Completed in 956 milliseconds