Home
last modified time | relevance | path

Searched refs:TestConfig (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h430 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 Dsecondary_test.cpp90 struct TestConfig { struct
91 typedef scudo::MapAllocatorCache<TestConfig> SecondaryCache; argument
104 testSecondaryBasic<TestConfig>(); in TEST() argument