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

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 39 test<2> _1 = (foo)(a); local
65 a _1 = A::a();
  /external/clang/test/SemaTemplate/
deduction.cpp 33 struct _1 {}; struct
36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
44 struct Replace<_1, Arg1, Arg2> {
79 int array0[is_same<Replace<_1, int, float>::type, int>::value? 1 : -1];
80 int array1[is_same<Replace<const _1, int, float>::type, const int>::value? 1 : -1];
81 int array2[is_same<Replace<vector<_1>, int, float>::type, vector<int> >::value? 1 : -1];
82 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1];
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 345 placeholder<1> _1; variable
351 bind(plus<int>(), x, _1)(y);
  /dalvik/vm/analysis/
CodeVerify.cpp 143 #define _1 kRegTypeOne macro
193 { /*1*/ _X,_X,_X,_Z,_1,_Z,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X },
220 #undef _1 macro
    [all...]

Completed in 210 milliseconds