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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.hel/
integral_constant.pass.cpp 19 typedef std::integral_constant<int, 5> _5; typedef
20 static_assert(_5::value == 5, "");
21 static_assert((std::is_same<_5::value_type, int>::value), "");
22 static_assert((std::is_same<_5::type, _5>::value), "");
24 static_assert((_5() == 5), "");
26 assert(_5() == 5);
  /ndk/sources/cxx-stl/llvm-libc++/src/
bind.cpp 21 __ph<5> _5; member in namespace:placeholders
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 118 #define _5 OpcodeByteKind_SlashNum|5 macro

Completed in 416 milliseconds