Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/gcc/
H A Dc-omp.c213 if (EXPR_HAS_LOCATION (init)) in c_finish_omp_for()
254 if (EXPR_HAS_LOCATION (cond)) in c_finish_omp_for()
319 if (EXPR_HAS_LOCATION (incr)) in c_finish_omp_for()
H A Dc-dump.c35 if (EXPR_HAS_LOCATION (t)) in dump_stmt()
H A Dtree-ssa-propagate.c642 if (EXPR_HAS_LOCATION (stmt) in set_rhs()
644 && ! EXPR_HAS_LOCATION (expr) in set_rhs()
H A Dtree-flow-inline.h227 if (! EXPR_HAS_LOCATION (expr)) in get_lineno()
245 if (EXPR_HAS_LOCATION (expr) && (filename = EXPR_FILENAME (expr))) in get_filename()
H A Dtree-vectorizer.c1240 if (node && EXPR_P (node) && EXPR_HAS_LOCATION (node) in find_loop_location()
1255 if (node && EXPR_P (node) && EXPR_HAS_LOCATION (node)) in find_loop_location()
H A Dgimple-low.c214 if (EXPR_HAS_LOCATION (stmt) && data) in lower_stmt()
H A Dtree-sra.c1923 if (EXPR_HAS_LOCATION (stmt)) in sra_insert_before()
1935 if (EXPR_HAS_LOCATION (stmt)) in sra_insert_after()
H A Dprint-tree.c868 if (EXPR_HAS_LOCATION (node)) in print_node()
H A Dtree-ssa.c1177 locus = (context != NULL && EXPR_HAS_LOCATION (context) in warn_uninit()
H A Dgimplify.c615 if (EXPR_HAS_LOCATION (val)) in internal_get_tmp_var()
773 if (EXPR_P (t) && ! EXPR_HAS_LOCATION (t) && should_carry_locus_p (t)) in annotate_one_with_locus()
2032 if (! EXPR_HAS_LOCATION (*expr_p)) in gimplify_call_expr()
5425 && EXPR_HAS_LOCATION (*expr_p)) in gimplify_expr()
6200 if (EXPR_HAS_LOCATION (expr)) in gimplify_one_sizepos()
H A Dvalue-prof.c92 locus = (stmt != NULL && EXPR_HAS_LOCATION (stmt) in check_counter()
H A Dprofile.c983 if (EXPR_HAS_LOCATION (stmt)) in branch_prob()
H A Dtree-vrp.c4419 if (!EXPR_HAS_LOCATION (stmt)) in vrp_evaluate_conditional()
4926 if (!EXPR_HAS_LOCATION (stmt)) in simplify_div_or_mod_using_ranges()
5006 if (!EXPR_HAS_LOCATION (stmt)) in simplify_abs_using_ranges()
H A Dtree.h1435 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION) macro
1460 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCUS (NODE) != NULL) macro
1462 (EXPR_HAS_LOCATION(NODE) ? *(NODE)->exp.locus : UNKNOWN_LOCATION)
H A Dtree-cfg.c1447 if (EXPR_HAS_LOCATION (stmt)) in remove_useless_stmts_warn_notreached()
2071 if (TREE_CODE (stmt) != GOTO_EXPR && EXPR_HAS_LOCATION (stmt) && !loc) in remove_bb()
2074 if (EXPR_HAS_LOCATION (stmt)) in remove_bb()
H A Dtree-ssa-ccp.c2503 if (EXPR_HAS_LOCATION (stmt)) in convert_to_gimple_builtin()
H A Dtree-nested.c602 if (wi->want_locations && EXPR_HAS_LOCATION (t)) in walk_stmts()
H A Dtree-inline.c1945 if (EXPR_HAS_LOCATION (t)) in expand_call_inline()
H A Dstmt.c1408 if (EXPR_HAS_LOCATION (exp)) in warn_if_unused_value()
H A Dtree-pretty-print.c434 if ((flags & TDF_LINENO) && EXPR_HAS_LOCATION (node)) in dump_generic_node()
H A Dc-typeck.c7254 if (EXPR_HAS_LOCATION (cs->switch_expr)) in c_finish_case()
7452 EXPR_HAS_LOCATION (expr) ? EXPR_LOCUS (expr) : &input_location); in emit_side_effect_warnings()
H A Domp-low.c1339 if (EXPR_HAS_LOCATION (t)) in scan_omp_1()
H A Dc-decl.c437 if (!EXPR_HAS_LOCATION (t)) in add_stmt()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtree.c1981 if (EXPR_HAS_LOCATION (*tp)) in cp_walk_subtrees()
H A Dsemantics.c371 if (!EXPR_HAS_LOCATION (t)) in add_stmt()

12