Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp423 using CheckBlockEntranceFunc = CheckerManager::CheckBlockEntranceFunc; typedef
424 using CheckersTy = std::vector<CheckBlockEntranceFunc>;
437 void runChecker(CheckBlockEntranceFunc CheckFn, NodeBuilder &Bldr, in runChecker()
914 void CheckerManager::_registerForBlockEntrance(CheckBlockEntranceFunc checkfn) { in _registerForBlockEntrance()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h505 using CheckBlockEntranceFunc = variable
569 void _registerForBlockEntrance(CheckBlockEntranceFunc checkfn);
677 std::vector<CheckBlockEntranceFunc> BlockEntranceCheckers;
H A DChecker.h235 mgr._registerForBlockEntrance(CheckerManager::CheckBlockEntranceFunc( in _register()