HomeSort by relevance Sort by last modified time
    Searched refs:enable_if (Results 1 - 13 of 13) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
sfinae-1.cpp 26 struct enable_if { struct in namespace:instantiation_order1
31 struct enable_if<false, T> { }; struct in namespace:instantiation_order1
34 typename enable_if<sizeof(T) == 17>::type
  /external/clang/test/CodeGenCXX/
mangle-exprs.cpp 4 struct enable_if { typedef T type; }; struct
7 struct enable_if< false, T > {}; struct
12 void implicit(typename enable_if< O <= 4 >::type* = 0) {
16 void cstyle(typename enable_if< O <= (unsigned)4 >::type* = 0) {
20 void functional(typename enable_if< O <= unsigned(4) >::type* = 0) {
24 void static_(typename enable_if< O <= static_cast<unsigned>(4) >::type* = 0) {
  /external/clang/test/SemaTemplate/
deduction-crash.cpp 62 template <int> struct enable_if;
73 template<class _Tuple, int = enable_if<__tuple_convertible<_Tuple, pair>::value>::type>
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 251 // enable_if helper
253 struct enable_if;
256 struct enable_if<true, T> { struct
261 struct enable_if<false, T> { }; struct
269 typename enable_if<(I >= 0 && I < tuple_size<tuple<Values...> >::value)>::type> {
293 inline typename enable_if<is_bind_expression<Bound>::value,
311 inline typename enable_if<(!is_bind_expression<Bound>::value
  /external/llvm/include/llvm/Support/
type_traits.h 91 // enable_if - Enable/disable a template based on a metafunction
93 struct enable_if : public enable_if_c<Cond::value, T> { }; struct in namespace:llvm
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
unique_ptr.h 369 typename std::enable_if<std::is_convertible<_Up*,
374 typename std::enable_if<std::is_convertible<_Up*,
379 unique_ptr(_Up*, typename std::enable_if<std::is_convertible<_Up*,
shared_ptr.h 389 typename std::enable_if<!std::is_reference<_Del>::value>::type* = 0)
398 typename std::enable_if<std::is_reference<_Del>::value>::type* = 0)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 369 typename std::enable_if<std::is_convertible<_Up*,
374 typename std::enable_if<std::is_convertible<_Up*,
379 unique_ptr(_Up*, typename std::enable_if<std::is_convertible<_Up*,
shared_ptr.h 389 typename std::enable_if<!std::is_reference<_Del>::value>::type* = 0)
398 typename std::enable_if<std::is_reference<_Del>::value>::type* = 0)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 369 typename std::enable_if<std::is_convertible<_Up*,
374 typename std::enable_if<std::is_convertible<_Up*,
379 unique_ptr(_Up*, typename std::enable_if<std::is_convertible<_Up*,
shared_ptr.h 389 typename std::enable_if<!std::is_reference<_Del>::value>::type* = 0)
398 typename std::enable_if<std::is_reference<_Del>::value>::type* = 0)
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 65 typename llvm::enable_if<llvm::is_base_of<T, U>, int>::type = 0);
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]

Completed in 592 milliseconds