Searched refs:RunTest (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | DeclRefExprUtilsTest.cpp | 43 void RunTest(StringRef Snippet) { in RunTest() function 100 RunTest(R"( in TEST() 126 RunTest(R"( in TEST() 152 RunTest(R"( in TEST() 184 RunTest(R"( in TEST() 211 RunTest(R"( in TEST() 238 RunTest(R"( in TEST() 266 RunTest(R"( in TEST() 291 RunTest(R"( in TEST()
|
| /llvm-project-15.0.7/lldb/unittests/Interpreter/ |
| H A D | TestCommandPaths.cpp | 89 void RunTest(CommandInterpreter &interp, const char *args, bool is_leaf, in RunTest() function 124 RunTest(interp, "process launch", is_leaf, success, in TEST_F() 130 RunTest(interp, "wewouldnevernameacommandthis subcommand", is_leaf, success, in TEST_F() 141 RunTest(interp, "dummy subcommand", is_leaf, success, "dummy subcommand"); in TEST_F() 144 RunTest(interp, "dummy subcommand", is_leaf, success, "dummy"); in TEST_F() 150 RunTest(interp, "dummy subcommand leaf", is_leaf, success, in TEST_F() 156 RunTest(interp, "dummy subcommand leaf", is_leaf, success, in TEST_F() 162 RunTest(interp, "dummy not-subcommand", is_leaf, success, in TEST_F()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | pr18284-crash-on-invalid.cpp | 8 A::RunTest() {} // expected-error {{a type specifier is required for all declarations}} in RunTest() function in n1::A 19 A::RunTest() {} // expected-error {{a type specifier is required for all declarations}} in RunTest() function in n2::A
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | AssumeBundleQueriesTest.cpp | 28 static void RunTest( in RunTest() function 221 RunTest(Head, Tail, Tests); in TEST() 402 RunTest(Head, Tail, Tests); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | combined_test.cpp | 98 void RunTest();
|