Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11687 const auto *ResultBT = E->getLHS()->getType()->getAs<BuiltinType>(); in AnalyzeCompoundAssignment() local
11693 if (!ResultBT || !RBT || !RBT->isFloatingPoint()) return; in AnalyzeCompoundAssignment()
11696 if (ResultBT->isInteger()) in AnalyzeCompoundAssignment()
11700 if (!ResultBT->isFloatingPoint()) in AnalyzeCompoundAssignment()
11705 QualType(ResultBT, 0), QualType(RBT, 0)); in AnalyzeCompoundAssignment()