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 56 template<typename ...Args1, typename ...Args2>
57 typename get_nth_type<0, Args1...>::type first_arg_pair(pair<Args1, Args2>...); // expected-note{{candidate template ignored: failed template argument deduction}}
59 template<typename ...Args1, typename ...Args2>
60 typename get_nth_type<1, Args1...>::type second_arg_pair(pair<Args1, Args2>...);
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 383 template<class ... Args2> struct with {
384 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 335 milliseconds