Searched defs:integral_constant (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Modules/Inputs/PR27754/
H A Dalgobase.h3 template<typename _Tp, _Tp> struct integral_constant {}; struct
/external/clang/test/Modules/Inputs/PR27401/
H A Da.h4 struct integral_constant { struct
10 : integral_constant<bool, __is_constructible(_Tp)> {};
14 : integral_constant<bool, __is_constructible(_Tp, _Tp)> {};
/external/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util.h71 // integral_constant, defined in tr1, is a wrapper for an integer
77 struct integral_constant { struct in namespace:google::protobuf::internal
80 typedef integral_constant<T, v> type;
83 template <class T, T v> const T integral_constant<T, v>::value;
89 typedef integral_constant<bool, true> true_type;
90 typedef integral_constant<bool, false> false_type;
124 struct and_ : public integral_constant<bool, (A::value && B::value)> {
130 struct or_ : public integral_constant<bool, (A::value || B::value)> {
/external/webrtc/webrtc/base/
H A Dtemplate_util.h23 struct integral_constant { struct in namespace:rtc
26 typedef integral_constant<T, v> type;
29 template <class T, T v> const T integral_constant<T, v>::value;
31 typedef integral_constant<bool, true> true_type;
32 typedef integral_constant<bool, false> false_type;
112 : integral_constant<bool,
120 : integral_constant<bool,
/external/clang/test/SemaTemplate/
H A Doverload-candidates.cpp89 template<typename T, T V> struct integral_constant { static const T value = V; }; struct in namespace:std
90 typedef integral_constant<bool, false> false_type;
91 typedef integral_constant<bool, true> true_type;
/external/v8/src/base/
H A Dsafe_math_impl.h28 struct integral_constant { struct in namespace:v8::base::internal
31 typedef integral_constant<T, v> type;
34 template <class T, T v> const T integral_constant<T, v>::value;
36 typedef integral_constant<bool, true> true_type;
37 typedef integral_constant<bool, false> false_type;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h114 struct integral_constant struct in namespace:std
118 typedef integral_constant type;
126 const _Tp integral_constant<_Tp, __v>::value;
130 : integral_constant<bool, __is_trivially_assignable(_Tp, _Arg)>
134 typedef integral_constant<bool,true> true_type;
135 typedef integral_constant<bool,false> false_type;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dsystem_error.h474 struct integral_constant { struct in namespace:llvm
477 typedef integral_constant<T,v> type;
481 typedef integral_constant<bool, true> true_type;
482 typedef integral_constant<bool, false> false_type;

Completed in 265 milliseconds