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

1 2

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 1983 loc = EXPR_LOC_OR_LOC (index, loc);
2022 warning_at (EXPR_LOC_OR_LOC (arg_left, loc), OPT_Wparentheses,
2025 warning_at (EXPR_LOC_OR_LOC (arg_right, loc), OPT_Wparentheses,
2028 warning_at (EXPR_LOC_OR_LOC (arg_left, loc), OPT_Wparentheses,
2031 warning_at (EXPR_LOC_OR_LOC (arg_right, loc), OPT_Wparentheses,
2037 warning_at (EXPR_LOC_OR_LOC (arg_left, loc), OPT_Wparentheses,
2040 warning_at (EXPR_LOC_OR_LOC (arg_right, loc), OPT_Wparentheses,
2043 warning_at (EXPR_LOC_OR_LOC (arg_left, loc), OPT_Wparentheses,
2046 warning_at (EXPR_LOC_OR_LOC (arg_right, loc), OPT_Wparentheses,
2052 warning_at (EXPR_LOC_OR_LOC (arg_left, loc), OPT_Wparentheses
    [all...]
c-format.cc 1643 location_t fmt_param_loc = EXPR_LOC_OR_LOC (format_tree, input_location);
1667 res->extra_arg_loc = EXPR_LOC_OR_LOC (TREE_VALUE (params),
1703 res->format_string_loc = EXPR_LOC_OR_LOC (format_tree, input_location);
c-omp.cc 699 error_at (EXPR_LOC_OR_LOC (depobj, loc),
705 error_at (EXPR_LOC_OR_LOC (depobj, loc),
773 depobj = build_fold_addr_expr_loc (EXPR_LOC_OR_LOC (depobj, loc), depobj);
c-common.cc 1921 warning_at (EXPR_LOC_OR_LOC (writer, input_location),
5823 const location_t loc = EXPR_LOC_OR_LOC (param, pctx->loc);
6241 ? EXPR_LOC_OR_LOC (args[(N)], input_location) \
8735 loc = EXPR_LOC_OR_LOC (expr, input_location);
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-nonnull-compare.cc 87 loc = EXPR_LOC_OR_LOC (op, loc);
gimple-ssa-sprintf.cc 320 *ploc = EXPR_LOC_OR_LOC (format, input_location);
4689 warning_at (EXPR_LOC_OR_LOC (dstptr, loc),
4718 warning_at (EXPR_LOC_OR_LOC (info.format, loc),
tree-object-size.cc 2098 location_t loc = EXPR_LOC_OR_LOC (args[0], input_location);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-nonnull-compare.cc 87 loc = EXPR_LOC_OR_LOC (op, loc);
gimple-ssa-sprintf.cc 320 *ploc = EXPR_LOC_OR_LOC (format, input_location);
4672 warning_at (EXPR_LOC_OR_LOC (dstptr, loc),
4701 warning_at (EXPR_LOC_OR_LOC (info.format, loc),
tree-object-size.cc 1989 location_t loc = EXPR_LOC_OR_LOC (args[0], input_location);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 2002 loc = EXPR_LOC_OR_LOC (index, loc);
2041 warning_at (EXPR_LOC_OR_LOC (arg_left, loc), OPT_Wparentheses,
2044 warning_at (EXPR_LOC_OR_LOC (arg_right, loc), OPT_Wparentheses,
2047 warning_at (EXPR_LOC_OR_LOC (arg_left, loc), OPT_Wparentheses,
2050 warning_at (EXPR_LOC_OR_LOC (arg_right, loc), OPT_Wparentheses,
2056 warning_at (EXPR_LOC_OR_LOC (arg_left, loc), OPT_Wparentheses,
2059 warning_at (EXPR_LOC_OR_LOC (arg_right, loc), OPT_Wparentheses,
2062 warning_at (EXPR_LOC_OR_LOC (arg_left, loc), OPT_Wparentheses,
2065 warning_at (EXPR_LOC_OR_LOC (arg_right, loc), OPT_Wparentheses,
2071 warning_at (EXPR_LOC_OR_LOC (arg_left, loc), OPT_Wparentheses
    [all...]
c-format.cc 1687 location_t fmt_param_loc = EXPR_LOC_OR_LOC (format_tree, input_location);
1711 res->extra_arg_loc = EXPR_LOC_OR_LOC (TREE_VALUE (params),
1747 res->format_string_loc = EXPR_LOC_OR_LOC (format_tree, input_location);
c-omp.cc 698 error_at (EXPR_LOC_OR_LOC (depobj, loc),
704 error_at (EXPR_LOC_OR_LOC (depobj, loc),
775 depobj = build_fold_addr_expr_loc (EXPR_LOC_OR_LOC (depobj, loc), depobj);
c-common.cc 1960 warning_at (EXPR_LOC_OR_LOC (writer, input_location),
5918 const location_t loc = EXPR_LOC_OR_LOC (param, pctx->loc);
6340 ? EXPR_LOC_OR_LOC (args[(N)], input_location) \
9193 loc = EXPR_LOC_OR_LOC (expr, input_location);
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-gimplify.cc 145 location_t loc = EXPR_LOC_OR_LOC (*expr_p, input_location);
  /src/external/gpl3/gcc/dist/gcc/c/
c-fold.cc 379 overflow_warning (EXPR_LOC_OR_LOC (expr, input_location), ret, expr);
c-parser.cc 3114 value_loc = EXPR_LOC_OR_LOC (value, value_tok_loc);
7656 stmt = c_finish_return (EXPR_LOC_OR_LOC (expr.value, xloc),
12194 (parser, EXPR_LOC_OR_LOC (expr.value, loc), expr);
20809 = {EXPR_LOC_OR_LOC (allocator, OMP_CLAUSE_LOCATION (nl)), var};
21290 error_at (EXPR_LOC_OR_LOC (cmp_expr.value, eloc),
21297 error_at (EXPR_LOC_OR_LOC (cmp_expr.value, eloc),
21876 error_at (EXPR_LOC_OR_LOC (depobj, loc),
21882 tree addr = build_unary_op (EXPR_LOC_OR_LOC (depobj, loc), ADDR_EXPR,
21887 depobj = build_indirect_ref (EXPR_LOC_OR_LOC (depobj, loc),
21919 error_at (EXPR_LOC_OR_LOC (destobj, c_loc)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-fold.cc 379 overflow_warning (EXPR_LOC_OR_LOC (expr, input_location), ret, expr);
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
core-builtins.cc 747 bpf_error_at (EXPR_LOC_OR_LOC (arg, UNKNOWN_LOCATION),
997 bpf_error_at (EXPR_LOC_OR_LOC (args[0], UNKNOWN_LOCATION),
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 177 error_at (EXPR_LOC_OR_LOC (expr, input_location),
713 error_at (EXPR_LOC_OR_LOC (check, input_location),
2036 location_t loc = EXPR_LOC_OR_LOC (expr, input_location);
cp-gimplify.cc 160 gcc_rich_location richloc (EXPR_LOC_OR_LOC (ft, locus));
161 richloc.add_range (EXPR_LOC_OR_LOC (fe, locus));
semantics.cc 2845 error_at (EXPR_LOC_OR_LOC (fn, input_location),
6612 error_at (EXPR_LOC_OR_LOC (step, loc),
6682 error_at (EXPR_LOC_OR_LOC (begin2, loc2),
6688 error_at (EXPR_LOC_OR_LOC (end2, loc2),
6694 error_at (EXPR_LOC_OR_LOC (step2, loc2),
10919 error_at (EXPR_LOC_OR_LOC (depobj, loc),
  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 177 error_at (EXPR_LOC_OR_LOC (expr, input_location),
754 error_at (EXPR_LOC_OR_LOC (check, input_location),
2121 location_t loc = EXPR_LOC_OR_LOC (expr, input_location);
semantics.cc 3158 error_at (EXPR_LOC_OR_LOC (fn, input_location),
7035 error_at (EXPR_LOC_OR_LOC (step, loc),
7105 error_at (EXPR_LOC_OR_LOC (begin2, loc2),
7111 error_at (EXPR_LOC_OR_LOC (end2, loc2),
7117 error_at (EXPR_LOC_OR_LOC (step2, loc2),
11422 error_at (EXPR_LOC_OR_LOC (depobj, loc),
cp-gimplify.cc 193 gcc_rich_location richloc (EXPR_LOC_OR_LOC (ft, locus));
194 richloc.add_range (EXPR_LOC_OR_LOC (fe, locus));

Completed in 164 milliseconds

1 2