HomeSort by relevance Sort by last modified time
    Searched refs:Args2 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 57 template<typename ...Args1, typename ...Args2>
58 typename get_nth_type<0, Args1...>::type first_arg_pair(pair<Args1, Args2>...); // expected-note{{candidate template ignored: could not match 'pair<type-parameter-0-0, type-parameter-0-1>' against 'int'}}
60 template<typename ...Args1, typename ...Args2>
61 typename get_nth_type<1, Args1...>::type second_arg_pair(pair<Args1, Args2>...);
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 393 template<class ... Args2> struct with {
394 typedef Tuple<Pair<Args1, Args2> ... > type; // expected-error{{pack expansion contains parameter packs 'Args1' and 'Args2' that have different lengths (1 vs. 2)}}
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]

Completed in 905 milliseconds