Searched defs:ConvertToInt (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx98-compat-pedantic.cpp32 struct ConvertToInt { struct
35 int *ArraySizeConversion = new int[ConvertToInt()];
37 // expected-warning@-2 {{implicit conversion from array size expression of type 'ConvertToInt' to integral type 'size_t' is incompatible with C++98}}
39 // expected-warning@-4 {{implicit conversion from array size expression of type 'ConvertToInt' to integral type 'int' is incompatible with C++98}}
/external/fmtlib/fmt/
H A Dformat.h1163 struct ConvertToInt { struct in namespace:fmt::internal
1172 struct ConvertToInt<Type> { enum { value = 0 }; }
1379 ConvertToInt<T>::value>::value, int>::type = 0) {
1386 typename EnableIf<ConvertToInt<T>::value, int>::type = 0) {
1392 return ConvertToInt<T>::value ? Arg::INT : Arg::CUSTOM;
1377 MakeValue(const T &value, typename EnableIf<Not< ConvertToInt<T>::value>::value, int>::type = 0) argument

Completed in 103 milliseconds