Searched refs:EXPR_LOCATION (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.1-release/contrib/gcc/
H A Dc-omp.c214 elocus = EXPR_LOCATION (init);
255 elocus = EXPR_LOCATION (cond);
320 elocus = EXPR_LOCATION (incr);
H A Dtree-ssa-alias-warnings.c810 alias_loc = EXPR_LOCATION (alias_site);
815 ref1_loc = EXPR_LOCATION (ref_site1);
820 ref2_loc = EXPR_LOCATION (ref_site2);
H A Dtree-vectorizer.h28 #define EXPR_LOC(e) EXPR_LOCATION(e)
H A Dprofile.c800 != LOCATION_FILE (EXPR_LOCATION (last))
802 != LOCATION_LINE (EXPR_LOCATION (last)))))
H A Dtree-cfg.c628 e->goto_locus = EXPR_LOCATION (COND_EXPR_THEN (entry));
636 e->goto_locus = EXPR_LOCATION (COND_EXPR_ELSE (entry));
890 e->goto_locus = EXPR_LOCATION (goto_t);
1456 location_t loc = EXPR_LOCATION (stmt);
2082 loc = EXPR_LOCATION (stmt);
5770 && (location = EXPR_LOCATION (last)) != UNKNOWN_LOCATION)
5802 location = EXPR_LOCATION (last);
H A Dtree-ssa-propagate.c616 SET_EXPR_LOCATION (expr, EXPR_LOCATION (stmt));
H A Dtree-sra.c1931 annotate_all_with_locus (&list, EXPR_LOCATION (stmt));
1943 annotate_all_with_locus (&list, EXPR_LOCATION (stmt));
H A Dprint-tree.c873 expanded_location xloc = expand_location (EXPR_LOCATION (node));
H A Domp-low.c1143 DECL_SOURCE_LOCATION (decl) = EXPR_LOCATION (ctx->stmt);
1144 cfun->function_end_locus = EXPR_LOCATION (ctx->stmt);
1340 input_location = EXPR_LOCATION (t);
H A Dtree-vrp.c4428 locus = EXPR_LOCATION (stmt);
4935 locus = EXPR_LOCATION (stmt);
5015 locus = EXPR_LOCATION (stmt);
H A Dtree.h1467 #define EXPR_LOCATION(NODE) \
1471 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION)
1497 #define EXPR_LOCATION(NODE) \
1461 #define EXPR_LOCATION macro
1491 #define EXPR_LOCATION macro
H A Dtree-nested.c604 input_location = EXPR_LOCATION (t);
H A Dtree-ssa-ccp.c2499 annotate_all_with_locus (&stmts, EXPR_LOCATION (stmt));
H A Dtree-ssa-loop-niter.c1143 location_t loc = EXPR_LOCATION (stmt);
H A Dbuiltins.c10111 location_t locus = EXPR_LOCATION (exp);
10173 location_t locus = EXPR_LOCATION (exp);
10326 locus = EXPR_LOCATION (exp);
10394 location_t locus = EXPR_LOCATION (exp);
H A Dstmt.c1427 locus = EXPR_LOCATION (exp);
H A Dtree-inline.c1946 input_location = EXPR_LOCATION (t);
H A Dtree-pretty-print.c436 expanded_location xloc = expand_location (EXPR_LOCATION (node));
H A Dtree-vect-transform.c590 SET_EXPR_LOCATION (vec_stmt, EXPR_LOCATION (stmt));
H A Dgimplify.c5427 input_location = EXPR_LOCATION (*expr_p);
H A Dc-typeck.c7684 switch_location = EXPR_LOCATION (cs->switch_expr);
H A Dexpr.c6765 input_location = EXPR_LOCATION (exp);
/freebsd-10.1-release/contrib/gcc/cp/
H A Dtree.c2006 input_location = EXPR_LOCATION (*tp);
H A Dpt.c8502 input_location = EXPR_LOCATION (t);
8810 t = finish_omp_for (EXPR_LOCATION (t), decl, init, cond, incr, body,
H A Ddecl.c2657 switch_location = EXPR_LOCATION (cs->switch_stmt);

Completed in 595 milliseconds

12