Searched refs:EXPR_HAS_LOCATION (Results 1 – 25 of 37) sorted by relevance
12
34 if (EXPR_HAS_LOCATION (t)) in dump_stmt()
361 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()
1590 else if (EXPR_HAS_LOCATION (node)) in dump_sloc()
46 if (EXPR_HAS_LOCATION (t)) in dump_stmt()
185 if (!EXPR_HAS_LOCATION (stmt)) in genericize_if_stmt()605 gcc_assert (EXPR_HAS_LOCATION (*expr_p)); in cp_gimplify_expr()
377 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()
455 if (EXPR_HAS_LOCATION (value)) in build_target_expr()3024 if (data.clear_location && EXPR_HAS_LOCATION (*tp)) in bot_manip()
553 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()
497 && 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()
1832 else if (EXPR_HAS_LOCATION (node)) in dump_sloc()
3093 if (EXPR_HAS_LOCATION (cur_param)) in check_format_types()
2394 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 …]
985 if (EXPR_HAS_LOCATION (node)) in print_node()
1492 if (EXPR_HAS_LOCATION (exp)) in warn_if_unused_value()
1691 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION) macro1692 #define EXPR_LOC_OR_HERE(NODE) (EXPR_HAS_LOCATION (NODE) ? (NODE)->exp.locus : input_location)
3654 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()
615 if ((flags & TDF_LINENO) && EXPR_HAS_LOCATION (node)) in dump_generic_node()
174 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()
385 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()
152 if (EXPR_HAS_LOCATION (value)) in get_location()
4352 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()
964 if (EXPR_HAS_LOCATION (node)) in print_node()
1601 if (EXPR_HAS_LOCATION (expr)) in maybe_diag_offset_bounds()
998 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()
1164 #define EXPR_HAS_LOCATION(NODE) (LOCATION_LOCUS (EXPR_LOCATION (NODE)) \ macro1168 #define EXPR_LOC_OR_LOC(NODE, LOCUS) (EXPR_HAS_LOCATION (NODE) \