Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp203 void checkBlockEntrance(const BlockEntrance &E, CheckerContext &) const {} in checkBlockEntrance() function in clang::ento::CheckerDocumentation
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h229 ((const CHECKER *)Checker)->checkBlockEntrance(Entrance, C); in _checkBlockEntrance()