Searched defs:RunTest (Results 1 – 6 of 6) sorted by relevance
8 A::RunTest() {} // expected-error {{a type specifier is required for all declarations}} in RunTest() function in n1::A19 A::RunTest() {} // expected-error {{a type specifier is required for all declarations}} in RunTest() function in n2::A
85 void RunTest(CommandInterpreter &interp, const char *args, bool is_leaf, in RunTest() function
44 template <int Indirections> void RunTest(StringRef Snippet) { in RunTest() function
79 static ExpectedErrorOr<void *> RunTest(StringRef Input, size_t SizeLimit, in RunTest() function
28 static void RunTest( in RunTest() function
893 auto RunTest = [&]() { in TEST_F() local