Lines Matching full:integral
848 // converted to an integral type. [...] A value of a scoped enumeration type
865 // Reverse integral promotion/conversion. All such conversions are themselves
866 // again integral promotions or conversions and are thus already handled by
872 // floating-integral conversions. Again, only floating->enum is relevant.
1603 // C++0x 5.2.10p4: A pointer can be explicitly converted to any integral
1605 // converted to an integral type; the conversion has the same meaning
1606 // and validity as a conversion of (void*)0 to the integral type.
1652 // The only allowed types are: integral, enumeration, pointer, or
1677 // C++ 5.2.10p4: A pointer can be explicitly converted to any integral
1679 // integral type size doesn't matter.
1692 // C++ 5.2.10p5: A value of integral or enumeration type can be explicitly
1694 // C++ 5.2.10p9: [Note: ...a null pointer constant of integral type is not