Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp29 bool IsTainted = false) const;
37 bool IsTainted) const { in emitReport()
39 StringRef Msg = IsTainted ? "Might assign a tainted non-Boolean value" in emitReport()
H A DExprInspectionChecker.cpp553 const bool IsTainted = in analyzerIsTainted() local
555 reportBug(IsTainted ? "YES" : "NO", C); in analyzerIsTainted()