Searched refs:TestConfig (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTest.h | 430 const TestClangConfig &TestConfig = GetParam(); in matches() local 432 Code, AMatcher, /*ExpectMatch=*/true, TestConfig.getCommandLineArgs(), in matches() 433 FileContentMappings(), getFilenameForTesting(TestConfig.Language)); in matches() 438 const TestClangConfig &TestConfig = GetParam(); in notMatches() local 440 Code, AMatcher, /*ExpectMatch=*/false, TestConfig.getCommandLineArgs(), in notMatches() 441 FileContentMappings(), getFilenameForTesting(TestConfig.Language)); in notMatches()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | secondary_test.cpp | 90 struct TestConfig { struct 91 typedef scudo::MapAllocatorCache<TestConfig> SecondaryCache; argument 104 testSecondaryBasic<TestConfig>(); in TEST() argument
|