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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_bind_expression.pass.cpp 28 test<true>(std::bind(C(), std::placeholders::_2)); member in class:std::placeholders
31 test<false>(std::placeholders::_2);
  /ndk/sources/cxx-stl/llvm-libc++/src/
bind.cpp 18 __ph<2> _2; member in namespace:placeholders
  /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];
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 115 #define _2 OpcodeByteKind_SlashNum|2 macro

Completed in 105 milliseconds