OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:integral_c
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
integral_c.hpp
13
// $Id:
integral_c
.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
29
#define AUX_WRAPPER_NAME
integral_c
40
struct
integral_c
<bool, C>
struct
44
typedef
integral_c
type;
/external/clang/test/SemaTemplate/
instantiate-init.cpp
78
template<int N> struct
integral_c
{ };
struct in namespace:PR7985
81
integral_c
<N> array_lengthof(T (&x)[N]) { return
integral_c
<N>(); } // expected-note 2{{candidate template ignored: could not match 'T [N]' against 'const Data<}}
100
integral_c
<1> ic1 = array_lengthof(Description<int>::data);
Completed in 115 milliseconds