Home
last modified time | relevance | path

Searched refs:EXPR_HAS_LOCATION (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-dump.c34 if (EXPR_HAS_LOCATION (t)) in dump_stmt()
HDc-omp.c361 if (EXPR_HAS_LOCATION (init)) in c_finish_omp_for()
405 if (EXPR_HAS_LOCATION (cond)) in c_finish_omp_for()
494 if (EXPR_HAS_LOCATION (incr)) in c_finish_omp_for()
HDc-ada-spec.c1590 else if (EXPR_HAS_LOCATION (node)) in dump_sloc()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdump.c46 if (EXPR_HAS_LOCATION (t)) in dump_stmt()
HDcp-gimplify.c185 if (!EXPR_HAS_LOCATION (stmt)) in genericize_if_stmt()
605 gcc_assert (EXPR_HAS_LOCATION (*expr_p)); in cp_gimplify_expr()
HDsemantics.c377 if (!EXPR_HAS_LOCATION (t)) in add_stmt()
7707 if (init && EXPR_HAS_LOCATION (init)) in handle_omp_for_class_iterator()
8079 if (init && EXPR_HAS_LOCATION (init)) in finish_omp_for()
8156 if (init && EXPR_HAS_LOCATION (init)) in finish_omp_for()
HDtree.c455 if (EXPR_HAS_LOCATION (value)) in build_target_expr()
3024 if (data.clear_location && EXPR_HAS_LOCATION (*tp)) in bot_manip()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-omp.c553 if (EXPR_HAS_LOCATION (init)) in c_finish_omp_for()
615 if (EXPR_HAS_LOCATION (cond)) in c_finish_omp_for()
721 if (EXPR_HAS_LOCATION (incr)) in c_finish_omp_for()
HDc-warn.c497 && EXPR_HAS_LOCATION (lhs)) in warn_logical_not_parentheses()
525 if (EXPR_HAS_LOCATION (exp)) in warn_if_unused_value()
2417 if (EXPR_HAS_LOCATION (arg)) in warn_for_restrict()
HDc-ada-spec.c1832 else if (EXPR_HAS_LOCATION (node)) in dump_sloc()
HDc-format.c3093 if (EXPR_HAS_LOCATION (cur_param)) in check_format_types()
/dragonfly/contrib/gcc-4.7/gcc/
HDgimplify.c2394 if (! EXPR_HAS_LOCATION (*expr_p)) in gimplify_call_expr()
2638 new_locus = EXPR_HAS_LOCATION (pred) ? EXPR_LOCATION (pred) : locus; in shortcut_cond_r()
2661 new_locus = EXPR_HAS_LOCATION (pred) ? EXPR_LOCATION (pred) : locus; in shortcut_cond_r()
2683 new_locus = EXPR_HAS_LOCATION (pred) ? EXPR_LOCATION (pred) : locus; in shortcut_cond_r()
2737 if (EXPR_HAS_LOCATION (pred)) in shortcut_cond_expr()
2759 if (EXPR_HAS_LOCATION (pred)) in shortcut_cond_expr()
2864 if (EXPR_HAS_LOCATION (last)) in shortcut_cond_expr()
3153 || !EXPR_HAS_LOCATION (expr) in gimplify_cond_expr()
3154 || !EXPR_HAS_LOCATION (TREE_OPERAND (expr, 1)) in gimplify_cond_expr()
3171 || !EXPR_HAS_LOCATION (expr) in gimplify_cond_expr()
[all …]
HDprint-tree.c985 if (EXPR_HAS_LOCATION (node)) in print_node()
HDstmt.c1492 if (EXPR_HAS_LOCATION (exp)) in warn_if_unused_value()
HDtree.h1691 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION) macro
1692 #define EXPR_LOC_OR_HERE(NODE) (EXPR_HAS_LOCATION (NODE) ? (NODE)->exp.locus : input_location)
HDc-typeck.c3654 if (EXPR_P (ret) && EXPR_HAS_LOCATION (ret)) in build_unary_op()
4879 if (CAN_HAVE_LOCATION_P (ret) && !EXPR_HAS_LOCATION (ret)) in c_cast_expr()
9338 tloc = EXPR_HAS_LOCATION (t) ? EXPR_LOCATION (t) : loc; in c_finish_stmt_expr()
HDtree-pretty-print.c615 if ((flags & TDF_LINENO) && EXPR_HAS_LOCATION (node)) in dump_generic_node()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-gimplify.c174 if (CAN_HAVE_LOCATION_P (stmt) && !EXPR_HAS_LOCATION (stmt)) in genericize_if_stmt()
525 gcc_assert (EXPR_HAS_LOCATION (*expr_p)); in cp_gimplify_expr()
HDsemantics.c385 if (!EXPR_HAS_LOCATION (t)) in add_stmt()
4463 if (init && EXPR_HAS_LOCATION (init)) in handle_omp_for_class_iterator()
4730 if (init && EXPR_HAS_LOCATION (init)) in finish_omp_for()
4790 if (init && EXPR_HAS_LOCATION (init)) in finish_omp_for()
6500 if (!EXPR_HAS_LOCATION (call)) in push_cx_call_context()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-tree.h152 if (EXPR_HAS_LOCATION (value)) in get_location()
HDc-typeck.c4352 if (EXPR_P (ret) && EXPR_HAS_LOCATION (ret)) in build_unary_op()
5351 if (EXPR_HAS_LOCATION (r)) in build_compound_expr()
5813 if (!EXPR_HAS_LOCATION (ret)) in c_cast_expr()
10686 if (EXPR_HAS_LOCATION (r)) in emit_side_effect_warnings()
10830 tloc = EXPR_HAS_LOCATION (t) ? EXPR_LOCATION (t) : loc; in c_finish_stmt_expr()
/dragonfly/contrib/gcc-8.0/gcc/
HDprint-tree.c964 if (EXPR_HAS_LOCATION (node)) in print_node()
HDgimple-ssa-warn-restrict.c1601 if (EXPR_HAS_LOCATION (expr)) in maybe_diag_offset_bounds()
HDgimplify.c998 if (EXPR_HAS_LOCATION (expr))
3210 if (! EXPR_HAS_LOCATION (*expr_p)) in gimplify_call_expr()
4078 || !EXPR_HAS_LOCATION (expr) in gimplify_cond_expr()
4094 || !EXPR_HAS_LOCATION (expr) in gimplify_cond_expr()
11417 && EXPR_HAS_LOCATION (*expr_p)) in gimplify_expr()
11894 if (EXPR_HAS_LOCATION (save_expr)) in gimplify_expr()
HDtree.h1164 #define EXPR_HAS_LOCATION(NODE) (LOCATION_LOCUS (EXPR_LOCATION (NODE)) \ macro
1168 #define EXPR_LOC_OR_LOC(NODE, LOCUS) (EXPR_HAS_LOCATION (NODE) \

12