Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1236 for (auto &[Type, Num] : ExcessPrecisionNotSatisfied) { in DiagnosePrecisionLossInComplexDivision()
H A DSemaExpr.cpp10670 for (auto &[Type, Num] : S.ExcessPrecisionNotSatisfied) { in DetectPrecisionLossInComplexDivision()
10676 S.ExcessPrecisionNotSatisfied.push_back(std::make_pair( in DetectPrecisionLossInComplexDivision()
10677 HigherElementType, S.ExcessPrecisionNotSatisfied.size())); in DetectPrecisionLossInComplexDivision()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8265 std::vector<std::pair<QualType, unsigned>> ExcessPrecisionNotSatisfied; variable