Lines Matching defs:converted

1511    are replaced by their values, and bitfield references are converted
1640 converted value. */
1938 /* If MEMBER is from an anonymous aggregate, we have converted
2439 If INDEX is of some user-defined type, it must be converted to
2858 Return a list of expressions for the parameters as converted.
3081 or they have both just been converted to some other type in which
3105 /* Nonzero means operands have already been type-converted
3107 Zero means they need to be converted to RESULT_TYPE. */
3108 int converted = 0;
3353 converted = 1;
3373 converted = 1;
3718 converted = 1;
3738 converted = 1;
3854 /* If CONVERTED is zero, both args will be converted to type RESULT_TYPE.
3878 if (! converted)
4905 the converted expression. If ALLOW_INVERSE_P is permitted, a
4906 pointer-to-derived may be converted to pointer-to-base; otherwise,
5061 An expression e can be explicitly converted to a type T using a
5085 Any expression can be explicitly converted to type cv void. */
5105 converted to an enumeration type. */
5175 converted to a pointer to object type. A value of type pointer
5176 to object converted to "pointer to cv void" and back to the
5230 converted expression. */
5285 explicitly converted to the type "pointer to T2" using a
5345 A pointer can be converted to any integral type large enough to
5355 converted to a pointer. */
5520 An lvalue of type T1 can be explicitly converted to an lvalue of
5522 types) if a pointer to T1 can be explicitly converted to the type
6486 The expression is implicitly converted (clause _conv_) to the
6996 /* Returns nonzero if the pointer-type FROM can be converted to the