Home
last modified time | relevance | path

Searched defs:integral_constant (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/base/
Dsafe_math_impl.h28 struct integral_constant { struct
31 typedef integral_constant<T, v> type; argument
/external/webrtc/webrtc/base/
Dtemplate_util.h23 struct integral_constant { struct
26 typedef integral_constant<T, v> type; argument
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h77 struct integral_constant { struct
80 typedef integral_constant<T, v> type; argument
/external/clang/test/Modules/Inputs/PR27401/
Da.h4 struct integral_constant { struct
10 : integral_constant<bool, __is_constructible(_Tp)> {}; argument
/external/clang/test/Modules/Inputs/PR27754/
Dalgobase.h3 template<typename _Tp, _Tp> struct integral_constant {}; struct
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h474 struct integral_constant { struct
477 typedef integral_constant<T,v> type; argument
481 typedef integral_constant<bool, true> true_type; argument
/external/clang/test/SemaTemplate/
Doverload-candidates.cpp89 template<typename T, T V> struct integral_constant { static const T value = V; }; argument