Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp36 void analyzerCheckInlined(const CallExpr *CE, CheckerContext &C) const;
74 &ExprInspectionChecker::analyzerCheckInlined) in REGISTER_SET_WITH_PROGRAMSTATE()
177 void ExprInspectionChecker::analyzerCheckInlined(const CallExpr *CE, in analyzerCheckInlined() function in ExprInspectionChecker