Searched defs:checkers (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/dtc/
H A Dchecking.hh261 std::unordered_map<std::string, checker*> checkers; member in class:dtc::fdt::checking::check_manager
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp104 DynamicCheckerFunctions *checkers = local
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp179 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker"); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp81 CachedDeclCheckers *checkers = nullptr; local
161 CheckStmtContext(bool isPreVisit, const CheckersTy &checkers, argument
206 CheckObjCMessageContext(ObjCMessageVisitKind visitKind, const CheckersTy &checkers, const ObjCMethodCall &msg, ExprEngine &eng, bool wasInlined) argument
246 auto &checkers = getObjCMessageCheckers(visitKind); local
277 CheckCallContext(bool isPreVisit, const CheckersTy &checkers, const CallEvent &call, ExprEngine &eng, bool wasInlined) argument
323 CheckLocationContext(const CheckersTy &checkers, SVal loc, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &eng) argument
373 CheckBindContext(const CheckersTy &checkers, SVal loc, SVal val, const Stmt *s, ExprEngine &eng, const ProgramPoint &pp) argument
475 CheckBranchConditionContext(const CheckersTy &checkers, const Stmt *Cond, ExprEngine &eng) argument
560 CheckDeadSymbolsContext(const CheckersTy &checkers, SymbolReaper &sr, const Stmt *s, ExprEngine &eng, ProgramPoint::Kind K) argument
[all...]

Completed in 383 milliseconds