HomeSort by relevance Sort by last modified time
    Searched defs:_2 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 42 test<2> _2 = (foo)(b); // expected-error {{no viable conversion from 'class Test0::foo' to 'class ::foo'}} local
66 b _2 = B::b(); member in namespace:Test1::D
  /external/clang/test/SemaTemplate/
deduction.cpp 34 struct _2 {}; struct
36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
49 struct Replace<_2, Arg1, Arg2> {
75 struct Replace<TT<T1, _2>, Arg1, Arg2> {
83 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : -1];

Completed in 61 milliseconds