Searched refs:IntegralConstant (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | template_util.h | 14 struct IntegralConstant { struct 19 const T IntegralConstant<T, v>::value; argument 21 typedef IntegralConstant<bool, true> TrueType; 22 typedef IntegralConstant<bool, false> FalseType;
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-2.cpp | 123 template<typename T, unsigned long N> struct IntegralConstant { }; struct 127 void f(T x, IntegralConstant<T, sizeof(x)>); 130 void test_X0(X0<int> x, IntegralConstant<int, sizeof(int)> ic) { in test_X0()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-expr-2.cpp | 123 template<typename T, unsigned long N> struct IntegralConstant { }; struct 127 void f(T x, IntegralConstant<T, sizeof(x)>); 130 void test_X0(X0<int> x, IntegralConstant<int, sizeof(int)> ic) { in test_X0()
|