Searched refs:Exp1 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/utilities/utility/pairs/pair.astuple/ |
| H A D | tuple_element.pass.cpp | 23 typedef T1 Exp1; in test() typedef 26 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test() 30 typedef T1 const Exp1; in test() typedef 33 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test() 37 typedef T1 volatile Exp1; in test() typedef 40 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test() 44 typedef T1 const volatile Exp1; in test() typedef 47 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test()
|
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | MacroCallReconstructorTest.cpp | 229 Expansion Exp1(Lex, *Macros); in TEST_F() local 230 TokenList Call1 = Exp1.expand("B", {"b"}); in TEST_F() 287 Expansion Exp1(Lex, *Macros); in TEST_F() local 288 TokenList Call1 = Exp1.expand("ID", {"a *b"}); in TEST_F() 292 Arg.append(Exp1.getTokens().begin(), Exp1.getTokens().end()); in TEST_F() 341 Expansion Exp1(Lex, *Macros); in TEST_F() local 342 TokenList Call1 = Exp1.expand("CALL", {"return a * b;"}); in TEST_F() 363 Exp1.getUnexpanded(), in TEST_F() 473 Expansion Exp1(Lex, *Macros); in TEST_F() local 474 TokenList Call1 = Exp1.expand("ID", {"a * b"}); in TEST_F() [all …]
|