Searched refs:checkers (Results 1 – 22 of 22) sorted by relevance
196 checkers.insert(std::make_pair(string(name), in add_property_type_checker()205 checkers.insert(std::make_pair(string(name), in add_property_size_checker()211 while (checkers.begin() != checkers.end()) in ~check_manager()213 delete checkers.begin()->second; in ~check_manager()214 checkers.erase(checkers.begin()); in ~check_manager()234 checkers.insert(std::make_pair(string("deleted-nodes"), in check_manager()242 for (auto &i : checkers) in run_checks()256 auto checker = checkers.find(name); in disable_checker()257 if (checker != checkers.end()) in disable_checker()261 checkers.erase(checker); in disable_checker()[all …]
259 std::unordered_map<std::string, checker*> checkers; member in dtc::fdt::checking::check_manager
38 most of the semantic checkers that can be implemented by simply reading the
79 CachedDeclCheckers *checkers = nullptr; in runCheckersOnASTDecl() local82 checkers = &(CCI->second); in runCheckersOnASTDecl()85 checkers = &CachedDeclCheckersMap[DeclKind]; in runCheckersOnASTDecl()88 checkers->push_back(info.CheckFn); in runCheckersOnASTDecl()91 assert(checkers); in runCheckersOnASTDecl()92 for (const auto &checker : *checkers) in runCheckersOnASTDecl()159 CheckStmtContext(bool isPreVisit, const CheckersTy &checkers, in CheckStmtContext()161 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext()205 const CheckersTy &checkers, in CheckObjCMessageContext()208 : Kind(visitKind), WasInlined(wasInlined), Checkers(checkers), Msg(msg), in CheckObjCMessageContext()[all …]
104 DynamicCheckerFunctions *checkers = m_process.GetDynamicCheckers(); in GetRealStopInfo() local107 if (checkers && checkers->DoCheckersExplainStop(addr, s)) in GetRealStopInfo()
178 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker"); in EmitClangSACheckers() local253 for (const Record *checker : checkers) { in EmitClangSACheckers()267 for (const Record *Checker : checkers) { in EmitClangSACheckers()292 for (const Record *Checker : checkers) { in EmitClangSACheckers()326 for (const Record *Checker : checkers) { in EmitClangSACheckers()
15 // The Alpha package is for checkers that have too many false positives to be17 // hierarchy checkers would have had if they were truly at the top level.27 // The OptIn package is for checkers that are not alpha and that would normally29 // determine when they are applicable. For example, localizability checkers fit33 // The checker hierarchy under OptIn should mirror that in Alpha: checkers36 // Note: OptIn is *not* intended for checkers that are too noisy to be on by37 // default. Such checkers belong in the alpha package.42 // In the Portability package reside checkers for finding code that relies on47 // Optional checkers related to taint security analysis.109 // The APIModeling package is for checkers that model APIs and don't perform[all …]
9 // This file defines the TableGen core definitions for checkers100 /// of this class (out-of-trunk checkers loaded from plugins obviously don't).126 /// Describes (strong) dependencies in between checkers. This is important for127 /// modeling checkers, for example, MallocBase depends on the proper modeling of142 /// Describes preferred registration and evaluation order in between checkers.149 /// generic one, should multiple checkers detect the same bug. For example,
30 describes a type, but document checkers still want that section, and
55 describes a type, but document checkers still want that section, and
51 describes a type, but document checkers still want that section, and
124 describes a type, but document checkers still want that section, and
296 describes a type, but document checkers still want that section, and
449 "no analyzer checkers or packages are associated with '%0'">;451 "use -analyzer-disable-all-checks to disable all static analyzer checkers">;
520 StringRef, RawSilencedCheckersAndPackages, "silence-checkers",522 "Silenced checkers will not emit reports, but the modeling remain enabled.",
305 checkers.
1279 ${CLANG_TBLGEN} -gen-clang-sa-checkers \
6949 HelpText<"Choose analyzer checkers to enable">,6966 HelpText<"Choose analyzer checkers to disable">;6975 HelpText<"Display the list of analyzer checkers that are available">,6979 HelpText<"Display the list of in development analyzer checkers. These "6985 HelpText<"Display the list of developer-only checkers such as modeling "6986 "and debug checkers">,6994 def analyzer_list_enabled_checkers : Flag<["-"], "analyzer-list-enabled-checkers">,6995 HelpText<"Display the list of enabled analyzer checkers">,
1159 commit e9d5fc713f61b) which causes the sparse static checkers to
3365 code checkers.
10879 … from those used in programs for games of complete information, such as checkers, chess, and go. T…
34053 checkers