Searched refs:IsPedanticMatch (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp65 bool IsPedanticMatch = local
67 if (IsPedanticMatch && !C->Pedantic)
96 IsPedanticMatch = true;
174 if (IsPedanticMatch)
185 if (!IsPedanticMatch)

Completed in 96 milliseconds