Home
last modified time | relevance | path

Searched refs:WANT_INT (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dcvt.c1089 && (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 Ddecl2.c333 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 Dcp-tree.h3479 #define WANT_INT 1 /* integer types, including bool */ macro
3485 #define WANT_ARITH (WANT_INT | WANT_FLOAT | WANT_VECTOR)
H A Dinit.c2102 if (!build_expr_type_conversion (WANT_INT | WANT_ENUM, nelts, false)) in build_new()
H A Dsemantics.c926 cond = build_expr_type_conversion (WANT_INT | WANT_ENUM, cond, true); in finish_switch_cond()
H A Dtypeck.c4038 else if (!(arg = build_expr_type_conversion (WANT_INT | WANT_ENUM in build_unary_op()
H A Dparser.c5433 = build_expr_type_conversion (WANT_INT | WANT_ENUM, in cp_parser_direct_new_declarator()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c1038 && (desires & WANT_INT)
1059 return (desires & WANT_INT) ? expr : NULL_TREE;
1099 win = (desires & WANT_INT); break;
H A Dsemantics.c552 cond = build_expr_type_conversion (WANT_INT | WANT_ENUM, cond, 1);
H A Ddecl2.c455 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 Dcp-tree.h3470 #define WANT_INT 1 /* integer types, including bool */ macro
3475 #define WANT_ARITH (WANT_INT | WANT_FLOAT)
H A Dinit.c1962 if (build_expr_type_conversion (WANT_INT | WANT_ENUM,
H A Dtypeck.c3987 else if (!(arg = build_expr_type_conversion (WANT_INT | WANT_ENUM,