Searched refs:WANT_INT (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cvt.c | 1089 && (desires & WANT_INT) in build_expr_type_conversion() 1107 return (desires & WANT_INT) ? expr : NULL_TREE; in build_expr_type_conversion() 1127 return (desires & WANT_INT) ? expr : NULL_TREE; in build_expr_type_conversion() 1162 win = (desires & WANT_INT); break; in build_expr_type_conversion() 1177 win = (desires & WANT_INT); break; in build_expr_type_conversion()
|
H A D | decl2.c | 333 i1 = build_expr_type_conversion (WANT_INT | WANT_ENUM, array_expr, in grok_array_decl() 335 i2 = build_expr_type_conversion (WANT_INT | WANT_ENUM, index_exp, in grok_array_decl()
|
H A D | cp-tree.h | 3479 #define WANT_INT 1 /* integer types, including bool */ macro 3485 #define WANT_ARITH (WANT_INT | WANT_FLOAT | WANT_VECTOR)
|
H A D | init.c | 2102 if (!build_expr_type_conversion (WANT_INT | WANT_ENUM, nelts, false)) in build_new()
|
H A D | semantics.c | 926 cond = build_expr_type_conversion (WANT_INT | WANT_ENUM, cond, true); in finish_switch_cond()
|
H A D | typeck.c | 4038 else if (!(arg = build_expr_type_conversion (WANT_INT | WANT_ENUM in build_unary_op()
|
H A D | parser.c | 5433 = build_expr_type_conversion (WANT_INT | WANT_ENUM, in cp_parser_direct_new_declarator()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | cvt.c | 1038 && (desires & WANT_INT) 1059 return (desires & WANT_INT) ? expr : NULL_TREE; 1099 win = (desires & WANT_INT); break;
|
H A D | semantics.c | 552 cond = build_expr_type_conversion (WANT_INT | WANT_ENUM, cond, 1);
|
H A D | decl2.c | 455 i1 = build_expr_type_conversion (WANT_INT | WANT_ENUM, array_expr, 0); 456 i2 = build_expr_type_conversion (WANT_INT | WANT_ENUM, index_exp, 0);
|
H A D | cp-tree.h | 3470 #define WANT_INT 1 /* integer types, including bool */ macro 3475 #define WANT_ARITH (WANT_INT | WANT_FLOAT)
|
H A D | init.c | 1962 if (build_expr_type_conversion (WANT_INT | WANT_ENUM,
|
H A D | typeck.c | 3987 else if (!(arg = build_expr_type_conversion (WANT_INT | WANT_ENUM,
|