Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp43 void analyzerValue(const CallExpr *CE, CheckerContext &C) const;
104 .Case("clang_analyzer_value", &ExprInspectionChecker::analyzerValue) in REGISTER_SET_WITH_PROGRAMSTATE()
288 void ExprInspectionChecker::analyzerValue(const CallExpr *CE, in analyzerValue() function in ExprInspectionChecker