Searched refs:Types1 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
| H A D | p2-0x.cpp | 17 template<typename ...Types1> 18 struct same_tuple<tuple<Types1...>, tuple<Types1...> > {
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 544 std::initializer_list<LLT> Types1) { in actionForCartesianProduct() argument 547 typeInSet(typeIdx(1), Types1))); in actionForCartesianProduct() 558 all(typeInSet(typeIdx(1), Types1), in actionForCartesianProduct() 632 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1); in legalForCartesianProduct() 639 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1, in legalForCartesianProduct() 710 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1); in lowerForCartesianProduct() 718 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1, in lowerForCartesianProduct() 751 std::initializer_list<LLT> Types1) { in libcallForCartesianProduct() argument 857 std::initializer_list<LLT> Types1) { in customForCartesianProduct() argument 864 std::initializer_list<LLT> Types1, in customForCartesianProduct() argument [all …]
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | multi-level-substitution.cpp | 112 template<typename ...Types1> 119 struct Inner<tuple<pair<Types1, Types2>...>, 120 metafun_tuple<some_function_object<Types1, Types2>::template result_of...> > {
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-use-after-free.cpp | 8 template < typename T1 > struct Types1 struct 35 typedef Types1 < T > type;
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-type-util.h | 131 struct Types1 { struct 138 typedef Types1<T2> Tail; argument 798 typedef internal::Types1<T1> type; 3311 typedef Types1<T> type;
|