Home
last modified time | relevance | path

Searched defs:RunTest (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dpr18284-crash-on-invalid.cpp8 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/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp85 void RunTest(CommandInterpreter &interp, const char *args, bool is_leaf, in RunTest() function
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DDeclRefExprUtilsTest.cpp44 template <int Indirections> void RunTest(StringRef Snippet) { in RunTest() function
/llvm-project/llvm/unittests/tools/llvm-profdata/
H A DOutputSizeLimitTest.cpp79 static ExpectedErrorOr<void *> RunTest(StringRef Input, size_t SizeLimit, in RunTest() function
/llvm-project/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp28 static void RunTest( in RunTest() function
/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp893 auto RunTest = [&]() { in TEST_F() local