Home
last modified time | relevance | path

Searched refs:TypeNames (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DMPIntTest.cpp22 class TypeNames { class
33 TYPED_TEST_SUITE(IntTest, TypeList, TypeNames);
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtypo-correction.cpp88 template<typename ...TypeNames> struct count { // expected-note{{parameter pack 'TypeNames' declare…
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp6076 static const char *const TypeNames[] = { in TEST_P() local
6094 for (auto *TypeName : TypeNames) { in TEST_P()