Home
last modified time | relevance | path

Searched defs:AnyOf (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DCrtpConstructorAccessibilityCheck.cpp54 const bool AnyOf = llvm::any_of( in getDerivedParameter() local
/llvm-project/lldb/source/Core/
H A DModuleList.cpp1081 bool ModuleList::AnyOf( AnyOf() function in ModuleList
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1146 Value *AnyOf = createAnyOfTargetReduction() local
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp430 TEST_P(ASTMatchersTest, AnyOf) { in TEST_P() argument