HomeSort by: relevance | last modified time | path
    Searched refs:SET_EXPR_LOCATION (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-semantics.cc 151 SET_EXPR_LOCATION (ret, loc);
186 SET_EXPR_LOCATION (ret, location);
c-gimplify.cc 301 SET_EXPR_LOCATION (exit, loc);
313 SET_EXPR_LOCATION (d, expr_loc_or_loc (incr, start_locus));
323 SET_EXPR_LOCATION (d, cond_locus);
677 SET_EXPR_LOCATION (bind, loc);
c-omp.cc 86 SET_EXPR_LOCATION (t, loc);
100 SET_EXPR_LOCATION (stmt, loc);
114 SET_EXPR_LOCATION (stmt, loc);
141 SET_EXPR_LOCATION (stmt, loc);
159 SET_EXPR_LOCATION (t, loc);
309 SET_EXPR_LOCATION (x, loc);
527 SET_EXPR_LOCATION (x, loc);
1273 SET_EXPR_LOCATION (t, locus);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-semantics.cc 151 SET_EXPR_LOCATION (ret, loc);
186 SET_EXPR_LOCATION (ret, location);
c-gimplify.cc 358 SET_EXPR_LOCATION (exit, loc);
391 SET_EXPR_LOCATION (d, expr_loc_or_loc (incr, start_locus));
401 SET_EXPR_LOCATION (d, cond_locus);
765 SET_EXPR_LOCATION (bind, loc);
c-omp.cc 86 SET_EXPR_LOCATION (t, loc);
100 SET_EXPR_LOCATION (stmt, loc);
114 SET_EXPR_LOCATION (stmt, loc);
141 SET_EXPR_LOCATION (stmt, loc);
159 SET_EXPR_LOCATION (t, loc);
309 SET_EXPR_LOCATION (x, loc);
527 SET_EXPR_LOCATION (x, loc);
1278 SET_EXPR_LOCATION (t, locus);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 1763 SET_EXPR_LOCATION (expression, input_location);
1837 SET_EXPR_LOCATION (expression, input_location);
1969 SET_EXPR_LOCATION (bind, input_location);
1977 SET_EXPR_LOCATION (s1, input_location);
1996 SET_EXPR_LOCATION (s2, input_location);
2059 SET_EXPR_LOCATION (bind, location);
2126 SET_EXPR_LOCATION (s2, location);
4559 SET_EXPR_LOCATION (call, start_locus);
4567 SET_EXPR_LOCATION (call, input_location);
10007 SET_EXPR_LOCATION (bind, location)
    [all...]
objc-next-runtime-abi-01.cc 2642 SET_EXPR_LOCATION (t, EXPR_LOCATION (stmt));
2653 SET_EXPR_LOCATION (t, (*ctcp)->end_catch_locus);
2657 SET_EXPR_LOCATION (t, (*ctcp)->end_catch_locus);
2718 SET_EXPR_LOCATION (bind, cur_try_context->try_locus);
2724 SET_EXPR_LOCATION (t, cur_try_context->try_locus);
2729 SET_EXPR_LOCATION (try_fin, cur_try_context->try_locus);
2750 SET_EXPR_LOCATION (catch_seq, cur_try_context->end_try_locus);
2754 SET_EXPR_LOCATION (t, cur_try_context->try_locus);
2765 SET_EXPR_LOCATION (t, cur_try_context->finally_locus);
2778 SET_EXPR_LOCATION (t, cur_try_context->end_finally_locus)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 1761 SET_EXPR_LOCATION (expression, input_location);
1835 SET_EXPR_LOCATION (expression, input_location);
1967 SET_EXPR_LOCATION (bind, input_location);
1975 SET_EXPR_LOCATION (s1, input_location);
1994 SET_EXPR_LOCATION (s2, input_location);
2057 SET_EXPR_LOCATION (bind, location);
2124 SET_EXPR_LOCATION (s2, location);
4557 SET_EXPR_LOCATION (call, start_locus);
4565 SET_EXPR_LOCATION (call, input_location);
10005 SET_EXPR_LOCATION (bind, location)
    [all...]
objc-next-runtime-abi-01.cc 2645 SET_EXPR_LOCATION (t, EXPR_LOCATION (stmt));
2656 SET_EXPR_LOCATION (t, (*ctcp)->end_catch_locus);
2660 SET_EXPR_LOCATION (t, (*ctcp)->end_catch_locus);
2721 SET_EXPR_LOCATION (bind, cur_try_context->try_locus);
2727 SET_EXPR_LOCATION (t, cur_try_context->try_locus);
2732 SET_EXPR_LOCATION (try_fin, cur_try_context->try_locus);
2753 SET_EXPR_LOCATION (catch_seq, cur_try_context->end_try_locus);
2757 SET_EXPR_LOCATION (t, cur_try_context->try_locus);
2768 SET_EXPR_LOCATION (t, cur_try_context->finally_locus);
2781 SET_EXPR_LOCATION (t, cur_try_context->end_finally_locus)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 1468 SET_EXPR_LOCATION (stmt, loc);
1475 SET_EXPR_LOCATION (stmt, loc);
1595 SET_EXPR_LOCATION (stmt, loc);
1601 SET_EXPR_LOCATION (stmt, loc);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 1470 SET_EXPR_LOCATION (stmt, loc);
1477 SET_EXPR_LOCATION (stmt, loc);
1597 SET_EXPR_LOCATION (stmt, loc);
1603 SET_EXPR_LOCATION (stmt, loc);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 3377 SET_EXPR_LOCATION (r, loc);
3387 SET_EXPR_LOCATION (r, loc);
3397 SET_EXPR_LOCATION (r, loc);
3411 SET_EXPR_LOCATION (req, loc);
3424 SET_EXPR_LOCATION (r, loc);
tree.cc 528 SET_EXPR_LOCATION (t, eloc);
822 SET_EXPR_LOCATION (init, input_location);
3265 SET_EXPR_LOCATION (*tp, input_location);
3282 SET_EXPR_LOCATION (*tp, input_location);
3292 SET_EXPR_LOCATION (*tp, input_location);
3581 SET_EXPR_LOCATION (t, loc);
3642 SET_EXPR_LOCATION (t, cp_expr_loc_or_input_loc (non_dep));
except.cc 618 SET_EXPR_LOCATION (exp, loc);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 1799 SET_EXPR_LOCATION (stmt, loc);
9236 SET_EXPR_LOCATION (offsetof_ref, loc);
13971 SET_EXPR_LOCATION (c, expr_loc);
14032 SET_EXPR_LOCATION (c, expr_loc);
14080 SET_EXPR_LOCATION (c, expr_loc);
17208 SET_EXPR_LOCATION (stmt, loc);
17395 SET_EXPR_LOCATION (stmt, pragma_loc);
17471 SET_EXPR_LOCATION (stmt, loc);
17885 SET_EXPR_LOCATION (stmt, loc);
19176 SET_EXPR_LOCATION (substmt, loc)
    [all...]
c-typeck.cc 2562 SET_EXPR_LOCATION (ref, loc);
3016 SET_EXPR_LOCATION (ret.value, loc);
4203 SET_EXPR_LOCATION (rhs, loc);
4303 SET_EXPR_LOCATION (rhs, loc);
4376 SET_EXPR_LOCATION (rhs, loc);
4392 SET_EXPR_LOCATION (goto_stmt, loc);
4395 SET_EXPR_LOCATION (stmt, loc);
4403 SET_EXPR_LOCATION (goto_stmt, loc);
6015 SET_EXPR_LOCATION (t, loc);
6214 SET_EXPR_LOCATION (ret, loc)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 563 SET_EXPR_LOCATION (t, eloc);
713 SET_EXPR_LOCATION (rval, EXPR_LOCATION (init));
856 SET_EXPR_LOCATION (init, input_location);
3210 SET_EXPR_LOCATION (u, input_location);
3265 SET_EXPR_LOCATION (*tp, input_location);
3282 SET_EXPR_LOCATION (*tp, input_location);
3292 SET_EXPR_LOCATION (*tp, input_location);
3582 SET_EXPR_LOCATION (t, loc);
3643 SET_EXPR_LOCATION (t, cp_expr_loc_or_input_loc (non_dep));
constraint.cc 3500 SET_EXPR_LOCATION (r, loc);
3510 SET_EXPR_LOCATION (r, loc);
3520 SET_EXPR_LOCATION (r, loc);
3534 SET_EXPR_LOCATION (req, loc);
3547 SET_EXPR_LOCATION (r, loc);
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 2900 SET_EXPR_LOCATION (ref, loc);
3427 SET_EXPR_LOCATION (ret.value, loc);
4647 SET_EXPR_LOCATION (rhs, loc);
4747 SET_EXPR_LOCATION (rhs, loc);
4820 SET_EXPR_LOCATION (rhs, loc);
4836 SET_EXPR_LOCATION (goto_stmt, loc);
4839 SET_EXPR_LOCATION (stmt, loc);
4847 SET_EXPR_LOCATION (goto_stmt, loc);
6501 SET_EXPR_LOCATION (t, loc);
6731 SET_EXPR_LOCATION (ret, loc)
    [all...]
c-parser.cc 2068 SET_EXPR_LOCATION (stmt, loc);
10844 SET_EXPR_LOCATION (offsetof_ref, loc);
16316 SET_EXPR_LOCATION (c, expr_loc);
16378 SET_EXPR_LOCATION (c, expr_loc);
16427 SET_EXPR_LOCATION (c, expr_loc);
19898 SET_EXPR_LOCATION (stmt, loc);
20086 SET_EXPR_LOCATION (stmt, pragma_loc);
20162 SET_EXPR_LOCATION (stmt, loc);
20588 SET_EXPR_LOCATION (stmt, loc);
22166 SET_EXPR_LOCATION (substmt, loc)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc 234 SET_EXPR_LOCATION (t, input_location);
1459 SET_EXPR_LOCATION (exp, make_location_t (s->loc));
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 5576 SET_EXPR_LOCATION (stmt, gfc_get_location (&code->loc));
6085 SET_EXPR_LOCATION (tmp, loc);
6091 SET_EXPR_LOCATION (tmp, loc);
6118 SET_EXPR_LOCATION (stmt, gfc_get_location (&orig_code->loc));
6395 SET_EXPR_LOCATION (stmt, gfc_get_location (&code->loc));
7209 SET_EXPR_LOCATION (stmt, gfc_get_location (&code->loc));
7382 SET_EXPR_LOCATION (stmt, gfc_get_location (&code->loc));
7461 SET_EXPR_LOCATION (stmt, gfc_get_location (&code->loc));
7482 SET_EXPR_LOCATION (stmt, gfc_get_location (&code->loc));
7560 SET_EXPR_LOCATION (distribute, gfc_get_location (&code->loc))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 1205 #define SET_EXPR_LOCATION(NODE, LOCUS) EXPR_CHECK ((NODE))->exp.locus = (LOCUS)
4506 SET_EXPR_LOCATION (t, loc);
4516 SET_EXPR_LOCATION (t, loc);
4526 SET_EXPR_LOCATION (t, loc);
4536 SET_EXPR_LOCATION (t, loc);
4547 SET_EXPR_LOCATION (t, loc);
gimplify.cc 646 SET_EXPR_LOCATION (mod, EXPR_LOC_OR_LOC (val, input_location));
1041 SET_EXPR_LOCATION (*tp, UNKNOWN_LOCATION);
3547 SET_EXPR_LOCATION (*expr_p, input_location);
3717 SET_EXPR_LOCATION (*expr_p, EXPR_LOCATION (call));
3933 SET_EXPR_LOCATION (expr, locus);
4015 SET_EXPR_LOCATION (expr, rexpr_location (pred));
4020 SET_EXPR_LOCATION (expr, locus);
4037 SET_EXPR_LOCATION (expr, rexpr_location (pred));
4042 SET_EXPR_LOCATION (expr, locus);
4138 SET_EXPR_LOCATION (t, rexpr_location (last))
    [all...]

Completed in 145 milliseconds

1 2 3