/llvm-project/libcxx/include/__concepts/ |
H A D | predicate.h | 28 concept predicate = regular_invocable<_Fn, _Args...> && __boolean_testable<invoke_result_t<_Fn, _Args...>>; variable
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | testing.h | 17 #define TEST(predicate) \ argument
|
H A D | testing.cpp | 26 const char *file, int line, const char *predicate, bool pass) { in Test()
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | report.py | 561 def predicate(bug): function 584 def predicate(bug): function 599 def predicate(crash): function
|
H A D | clang.py | 98 def predicate(checker): function
|
H A D | __init__.py | 35 def predicate(entry): function
|
/llvm-project/third-party/unittest/googletest/include/gtest/ |
H A D | gtest-death-test.h | 173 #define ASSERT_EXIT(statement, predicate, matcher) \ argument 178 #define EXPECT_EXIT(statement, predicate, matcher) \ argument
|
/llvm-project/mlir/test/lib/Dialect/SPIRV/ |
H A D | TestAvailability.cpp | 147 Value predicate = op->getOperand(0); in matchAndRewrite() local 161 Value predicate = op->getOperand(0); in matchAndRewrite() local 189 Value predicate = op->getOperand(0); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/ArmSMEToSCF/ |
H A D | ArmSMEToSCF.cpp | 76 Value predicate; in createLoadStoreForOverTileSlices() local 140 __anon3c026b480202(Value index, ValueRange adjustedIndices, Value predicate, Value) createLoadStoreForOverTileSlices() argument 209 __anon3c026b480302(Value tileSliceIndex, ValueRange memrefIndices, Value predicate, Value currentTile) matchAndRewrite() argument 381 __anon3c026b480402(Value tileSliceIndex, ValueRange memrefIndices, Value predicate) matchAndRewrite() argument [all...] |
/llvm-project/lldb/test/API/commands/trace/ |
H A D | TestTraceSave.py | 9 def find(predicate, seq): argument
|
/llvm-project/mlir/test/Examples/NVGPU/tools/ |
H A D | nvdsl.py | 71 def init(self, count: int, predicate=None): argument 80 def arrive(self, txcount: int = 0, predicate=None): argument 151 def prefetch(self, predicate=None): argument 154 def load(self, dest, mbarrier: Mbarriers, coords=[0], predicate=None): argument
|
/llvm-project/flang/runtime/ |
H A D | terminator.cpp | 93 const char *predicate, const char *file, int line) const { in CheckFailed() argument
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | RuntimeOpVerification.cpp | 97 auto predicate = isa<AffineDimExpr>(indexingMap.getResult(dim)) in generateRuntimeVerification() local
|
/llvm-project/clang/utils/analyzer/ |
H A D | SATest.py | 113 def filter_projects(projects, predicate, force=False): argument
|
/llvm-project/llvm/lib/Support/ |
H A D | StringExtras.cpp | 101 auto check = [&input](size_t j, function_ref<bool(int)> predicate) { in convertToSnakeFromCamelCase()
|
/llvm-project/lldb/source/Host/common/ |
H A D | Alarm.cpp | 143 const auto predicate = [this] { return m_exit || m_recompute_next_alarm; }; in AlarmThread() local
|
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
H A D | PredicateTree.cpp | 805 isSamePredicate(MatcherNode * node,OrderedPredicate * predicate) isSamePredicate() argument 813 getOrCreateChild(SwitchNode * node,OrderedPredicate * predicate,pdl::PatternOp pattern) getOrCreateChild() argument 974 for (auto &predicate : patternAndPredList.predicates) { generateMatcherTree() local 990 for (auto &predicate : patternAndPredList.predicates) { generateMatcherTree() local 1005 for (auto *predicate : list.predicates) generateMatcherTree() local 1007 for (auto *predicate : list.predicates) generateMatcherTree() local [all...] |
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 671 __nsan_fcmp_fail_float_d(float lhs,float rhs,double lhs_shadow,double rhs_shadow,int predicate,bool result,bool shadow_result) __nsan_fcmp_fail_float_d() argument 679 __nsan_fcmp_fail_double_q(double lhs,double rhs,__float128 lhs_shadow,__float128 rhs_shadow,int predicate,bool result,bool shadow_result) __nsan_fcmp_fail_double_q() argument 687 __nsan_fcmp_fail_double_l(double lhs,double rhs,long double lhs_shadow,long double rhs_shadow,int predicate,bool result,bool shadow_result) __nsan_fcmp_fail_double_l() argument 696 __nsan_fcmp_fail_longdouble_q(long double lhs,long double rhs,__float128 lhs_shadow,__float128 rhs_shadow,int predicate,bool result,bool shadow_result) __nsan_fcmp_fail_longdouble_q() argument
|
/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 222 #define GTEST_DEATH_TEST_(statement, predicate, regex_or_matcher, fail) \ argument
|
/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | UpliftWhileToFor.cpp | 57 Pred predicate = cmp.getPredicate(); in upliftWhileToForLoop() local
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
H A D | ranges.remove_if.pass.cpp | 183 constexpr bool predicate() const { return true; } in test() function
|
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/python/tools/ |
H A D | matmulBuilder.py | 73 def debug_print(fmt, *args, predicate=None, threadNumber=-1, forcePrint=False): argument [all...] |
/llvm-project/mlir/include/mlir/IR/ |
H A D | Matchers.h | 161 bool (*predicate)(const APFloat &); global() member 209 bool (*predicate)(const APInt &); global() member [all...] |
/llvm-project/clang-tools-extra/clangd/index/remote/ |
H A D | Index.proto | 115 optional uint32 predicate = 2; field
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Predicate.cpp | 105 // A node in a logical predicate tree. member [all...] |