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

  /external/clang/test/Modules/Inputs/PR27754/
RConversionRuleParser.h 2 typedef integral_constant<bool, true> true_type; typedef
3 class _Rb_tree { _Rb_tree() { true_type(); } };
  /external/clang/test/Headers/
arm64-apple-ios-types.cpp 4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {};
thumbv7-apple-ios-types.cpp 4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {};
x86_64-apple-macosx-types.cpp 4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {};
  /external/tensorflow/tensorflow/core/framework/
type_traits.h 28 struct true_type { struct in namespace:tensorflow
41 struct is_quantized<qint8> : true_type {};
43 struct is_quantized<quint8> : true_type {};
45 struct is_quantized<qint32> : true_type {};
47 struct is_quantized<qint16> : true_type {};
49 struct is_quantized<quint16> : true_type {};
57 struct is_complex<std::complex<float>> : true_type {};
59 struct is_complex<std::complex<double>> : true_type {};
  /external/protobuf/src/google/protobuf/stubs/
template_util.h 86 // Abbreviations: true_type and false_type are structs that represent boolean
89 typedef integral_constant<bool, true> true_type; typedef in namespace:google::protobuf::internal
91 typedef true_type true_;
  /external/webrtc/webrtc/base/
template_util.h 31 typedef integral_constant<bool, true> true_type; typedef in namespace:rtc
35 template <class T> struct is_pointer<T*> : true_type {};
38 template <class T> struct is_same<T, T> : true_type {};
41 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
42 template<class T> struct is_array<T[]> : public true_type {};
45 template <class T> struct is_non_const_reference<T&> : true_type {};
49 template <> struct is_void<void> : true_type {};
106 // Inherits from true_type if From is convertible to To, false_type otherwise.
108 // Note that if the type is convertible, this will be a true_type REGARDLESS
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 91 typedef integral_constant<bool, true> true_type; typedef in namespace:std
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 491 LLVMTypeRef true_type; local
495 true_type = LLVMIntTypeInContext(bld->gallivm->context,
506 val = LLVMBuildTrunc(builder, val, true_type, "");
509 val, LLVMConstNull(true_type), "");
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 134 typedef integral_constant<bool,true> true_type; typedef in namespace:std
138 template <class _Tp> struct is_const<_Tp const> : public true_type {};
141 template <class _Tp> struct is_reference<_Tp&> : public true_type {};
144 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {};
  /external/clang/test/SemaCXX/
warn-comma-operator.cpp 175 typedef B<true> true_type; typedef in namespace:test11
188 const auto X = Foo<true_type>();
  /external/v8/src/base/
safe_math_impl.h 36 typedef integral_constant<bool, true> true_type; typedef in namespace:v8::base::internal
40 template <class T> struct is_same<T, T> : true_type {};
  /external/eigen/Eigen/src/Core/util/
Meta.h 54 struct true_type { enum { value = 1 }; }; struct in namespace:Eigen::internal
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 1526 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 1967 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1483 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 204 template <> struct is_error_condition_enum<errc> : true_type { }
481 typedef integral_constant<bool, true> true_type; typedef in namespace:llvm
625 template <> struct is_error_condition_enum<errc> : true_type { };
627 template <> struct is_error_condition_enum<errc::_> : true_type { };
900 template <> struct is_error_code_enum<windows_error> : true_type { };
902 template <> struct is_error_code_enum<windows_error::_> : true_type { };
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1475 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-port.h 2223 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 2349 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 2210 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 2219 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/epid-sdk/ext/gtest/
gtest.h 3496 typedef bool_constant<true> true_type; typedef in namespace:std::tr1
    [all...]

Completed in 1039 milliseconds