Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDExprInspectionChecker.cpp53 void analyzerDenote(const CallExpr *CE, CheckerContext &C) const;
118 .Case("clang_analyzer_denote", &ExprInspectionChecker::analyzerDenote) in REGISTER_SET_WITH_PROGRAMSTATE()
439 void ExprInspectionChecker::analyzerDenote(const CallExpr *CE, in analyzerDenote() function in ExprInspectionChecker