Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp51 void analyzerExpress(const CallExpr *CE, CheckerContext &C) const;
113 &ExprInspectionChecker::analyzerExpress) in REGISTER_SET_WITH_PROGRAMSTATE()
474 void ExprInspectionChecker::analyzerExpress(const CallExpr *CE, in analyzerExpress() function in ExprInspectionChecker