Home
last modified time | relevance | path

Searched refs:IgnoredFunctions (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DAssertSideEffectCheck.cpp81 IgnoredFunctions(utils::options::parseListPair( in AssertSideEffectCheck()
91 utils::options::serializeStringList(IgnoredFunctions)); in storeOptions()
96 matchers::matchesAnyListedName(IgnoredFunctions); in registerMatchers()
H A DAssertSideEffectCheck.h45 const std::vector<StringRef> IgnoredFunctions; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvmlibc/
H A DCalleeNamespaceCheck.cpp39 static const llvm::StringSet<> IgnoredFunctions = { variable
57 IgnoredFunctions.contains(Name.getAsIdentifierInfo()->getName())) in check()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dassert-side-effect.rst25 .. option:: IgnoredFunctions
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp122 static cl::list<std::string> IgnoredFunctions( variable
356 if (doesStringMatchAnyRegex(F.getName(), IgnoredFunctions)) in detect()