Searched refs:IgnoredFunctions (Results 1 – 5 of 5) sorted by relevance
81 IgnoredFunctions(utils::options::parseListPair( in AssertSideEffectCheck()91 utils::options::serializeStringList(IgnoredFunctions)); in storeOptions()96 matchers::matchesAnyListedName(IgnoredFunctions); in registerMatchers()
45 const std::vector<StringRef> IgnoredFunctions; variable
39 static const llvm::StringSet<> IgnoredFunctions = { variable57 IgnoredFunctions.contains(Name.getAsIdentifierInfo()->getName())) in check()
25 .. option:: IgnoredFunctions
122 static cl::list<std::string> IgnoredFunctions( variable356 if (doesStringMatchAnyRegex(F.getName(), IgnoredFunctions)) in detect()