Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp118 template<typename ...Types2>
119 struct Inner<tuple<pair<Types1, Types2>...>,
120 metafun_tuple<some_function_object<Types1, Types2>::template result_of...> > {
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h555 std::initializer_list<LLT> Types1, std::initializer_list<LLT> Types2) { in actionForCartesianProduct() argument
559 typeInSet(typeIdx(2), Types2)))); in actionForCartesianProduct()
638 std::initializer_list<LLT> Types2) { in legalForCartesianProduct() argument
640 Types2); in legalForCartesianProduct()
716 std::initializer_list<LLT> Types2) { in lowerForCartesianProduct() argument
719 Types2); in lowerForCartesianProduct()
865 std::initializer_list<LLT> Types2) { in customForCartesianProduct() argument
867 Types2); in customForCartesianProduct()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h136 struct Types2 { struct
144 typedef Types2<T2, T3> Tail; argument
814 typedef internal::Types2<T1, T2> type;