Home
last modified time | relevance | path

Searched refs:testCase (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Reducer/
H A DTester.cpp60 Tester::Interestingness Tester::isInteresting(StringRef testCase) const { in isInteresting()
62 testerArgs.push_back(testCase); in isInteresting()
67 testerArgs.push_back(testCase); in isInteresting()
/llvm-project/compiler-rt/test/builtins/Unit/ppc/
H A Dfloattitf_test.h8 struct testCase { struct
14 struct testCase tests[] = { argument
197 static const int numTests = sizeof(tests) / sizeof(struct testCase);
H A Dfixunstfti_test.h10 struct testCase { struct
25 struct testCase testList[] = { argument
1347 static const int numTests = sizeof(testList) / sizeof(struct testCase);
H A Dfixtfti_test.h6 struct testCase { struct
21 struct testCase testList[] = { argument
1555 static const int numTests = sizeof(testList) / sizeof(struct testCase);
H A Dfloatunditf_test.h1 struct testCase { struct
7 struct testCase tests[] = { argument
19014 static const int numTests = sizeof(tests) / sizeof(struct testCase);
H A Dfloatditf_test.h1 struct testCase { struct
7 struct testCase tests[] = { argument
38018 static const int numTests = sizeof(tests) / sizeof(struct testCase);
/llvm-project/clang/test/Analysis/
H A Dobjc-subscript.m57 - (void)testUninitializedArgument:(id)input testCase:(unsigned)testCase {
61 switch (testCase) {
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-boolean-expr-cxx23.cpp22 constexpr bool testCase(int I) {
/llvm-project/mlir/include/mlir/Reducer/
H A DTester.h49 Interestingness isInteresting(StringRef testCase) const;