Searched defs:_1 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp1.cpp39 test<2> _1 = (foo)(a); local
65 a _1 = A::a();
/external/clang/test/SemaTemplate/
H A Ddeduction.cpp33 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/
H A Dexample-bind.cpp346 placeholder<1> _1; variable
352 bind(plus<int>(), x, _1)(y);

Completed in 135 milliseconds