HomeSort by: relevance | last modified time | path
    Searched defs:expr_loc_or_loc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc 209 expr_loc_or_loc (const_tree expr, location_t or_loc) function
235 location_t cond_locus = expr_loc_or_loc (cond, start_locus);
236 location_t incr_locus = expr_loc_or_loc (incr, start_locus);
299 location_t loc = expr_loc_or_loc (expr_first (body),
313 SET_EXPR_LOCATION (d, expr_loc_or_loc (incr, start_locus));
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc 212 expr_loc_or_loc (const_tree expr, location_t or_loc) function
246 location_t cond_locus = expr_loc_or_loc (cond, start_locus);
247 location_t incr_locus = expr_loc_or_loc (incr, start_locus);
356 location_t loc = expr_loc_or_loc (expr_first (body),
391 SET_EXPR_LOCATION (d, expr_loc_or_loc (incr, start_locus));

Completed in 20 milliseconds