Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11810 const auto *ResultBT = E->getLHS()->getType()->getAs<BuiltinType>(); in AnalyzeCompoundAssignment() local
11816 if (!ResultBT || !RBT || !RBT->isFloatingPoint()) return; in AnalyzeCompoundAssignment()
11819 if (ResultBT->isInteger()) in AnalyzeCompoundAssignment()
11823 if (!ResultBT->isFloatingPoint()) in AnalyzeCompoundAssignment()
11828 QualType(ResultBT, 0), QualType(RBT, 0)); in AnalyzeCompoundAssignment()