Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcvt.c1469 && (desires & WANT_INT) in build_expr_type_conversion()
1488 return (desires & WANT_INT) ? expr : NULL_TREE; in build_expr_type_conversion()
1509 return (desires & WANT_INT) ? expr : NULL_TREE; in build_expr_type_conversion()
1548 win = (desires & WANT_INT); break; in build_expr_type_conversion()
1564 win = (desires & WANT_INT); break; in build_expr_type_conversion()
HDdecl2.c383 i1 = build_expr_type_conversion (WANT_INT | WANT_ENUM, array_expr, in grok_array_decl()
385 i2 = build_expr_type_conversion (WANT_INT | WANT_ENUM, index_exp, in grok_array_decl()
HDcp-tree.h4468 #define WANT_INT 1 /* integer types, including bool */ macro
4474 #define WANT_ARITH (WANT_INT | WANT_FLOAT | WANT_VECTOR_OR_COMPLEX)
HDinit.c2813 if (!build_expr_type_conversion (WANT_INT | WANT_ENUM, nelts, false)) in build_new()
HDsemantics.c1042 cond = build_expr_type_conversion (WANT_INT | WANT_ENUM, cond, true); in finish_switch_cond()
HDtypeck.c5132 else if (!(arg = build_expr_type_conversion (WANT_INT | WANT_ENUM in cp_build_unary_op()
HDdecl.c7935 size = build_expr_type_conversion (WANT_INT, size, true); in compute_array_index_type()
HDparser.c6894 = build_expr_type_conversion (WANT_INT | WANT_ENUM, in cp_parser_direct_new_declarator()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcvt.c1669 && (desires & WANT_INT) in build_expr_type_conversion()
1691 return (desires & WANT_INT) ? expr : NULL_TREE; in build_expr_type_conversion()
1713 return (desires & WANT_INT) ? expr : NULL_TREE; in build_expr_type_conversion()
1752 win = (desires & WANT_INT); break; in build_expr_type_conversion()
1768 win = (desires & WANT_INT); break; in build_expr_type_conversion()
HDdecl2.c443 i1 = build_expr_type_conversion (WANT_INT | WANT_ENUM, array_expr, in grok_array_decl()
445 i2 = build_expr_type_conversion (WANT_INT | WANT_ENUM, index_exp, in grok_array_decl()
HDcp-tree.h5426 #define WANT_INT 1 /* integer types, including bool */ macro
5432 #define WANT_ARITH (WANT_INT | WANT_FLOAT | WANT_VECTOR_OR_COMPLEX)
HDinit.c3646 if (!build_expr_type_conversion (WANT_INT | WANT_ENUM, nelts, false)) in build_new()
HDdecl.c5417 tree ce_index = build_expr_type_conversion (WANT_INT | WANT_ENUM, in check_array_designated_initializer()
14633 tree tmp_value = build_expr_type_conversion (WANT_INT | WANT_ENUM, in build_enumerator()
HDsemantics.c1171 cond = build_expr_type_conversion (WANT_INT | WANT_ENUM, cond, true); in finish_switch_cond()
HDtypeck.c6121 else if (!(arg = build_expr_type_conversion (WANT_INT | WANT_ENUM in cp_build_unary_op()
HDparser.c8658 = build_expr_type_conversion (WANT_INT | WANT_ENUM, in cp_parser_direct_new_declarator()