Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp44 void analyzerValue(const CallExpr *CE, CheckerContext &C) const;
105 .Case("clang_analyzer_value", &ExprInspectionChecker::analyzerValue) in REGISTER_SET_WITH_PROGRAMSTATE()
291 void ExprInspectionChecker::analyzerValue(const CallExpr *CE, in analyzerValue() function in ExprInspectionChecker