Searched refs:ploc (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Drecog.c854 find_single_use (dest, insn, ploc)
857 rtx *ploc;
872 if (result && ploc)
873 *ploc = next;
893 if (ploc)
894 *ploc = next;
/haiku-buildtools/gcc/gcc/
H A Dubsan.c553 ubsan_create_data (const char *name, int loccnt, const location_t *ploc, ...) argument
579 va_start (args, ploc);
635 location_t loc = LOCATION_LOCUS (ploc[j]);
H A Dcombine.c687 find_single_use (rtx dest, rtx_insn *insn, rtx_insn **ploc)
703 if (result && ploc)
704 *ploc = next;
725 if (ploc)
726 *ploc = next;
682 find_single_use(rtx dest, rtx_insn *insn, rtx_insn **ploc) argument
H A Dvar-tracking.c5406 rtx ploc = PAT_VAR_LOCATION_LOC (loc); local
5407 if (! VAR_LOC_UNKNOWN_P (ploc))
5409 cselib_val *val = cselib_lookup (ploc, GET_MODE (loc), 1,
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c3146 location_t ploc
3192 error_at (ploc, "type of formal parameter %d is incomplete",
3208 warning_at (ploc, OPT_Wtraditional_conversion,
3214 warning_at (ploc, OPT_Wtraditional_conversion,
3220 warning_at (ploc, OPT_Wtraditional_conversion,
3226 warning_at (ploc, OPT_Wtraditional_conversion,
3232 warning_at (ploc, OPT_Wtraditional_conversion,
3238 warning_at (ploc, OPT_Wtraditional_conversion,
3252 warning_at (ploc, 0,
3278 warning_at (ploc,
3134 location_t ploc local
[all...]
H A Dc-decl.c3877 location_t *ploc)
3915 if (ploc != NULL)
3916 *ploc = b->locus;
3858 lookup_tag(enum tree_code code, tree name, int thislevel_only, location_t *ploc) argument
H A Dc-parser.c14400 location_t ploc
14403 error_at (ploc, "previous %<#pragma omp declare "
14395 location_t ploc local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc6062 Location ploc = Linemap::predeclared_location(); local
6067 p->location = ploc;
6074 p->location = ploc;
6079 p->location = ploc;
10391 Location ploc = Linemap::predeclared_location(); local
10393 return Expression::make_error(ploc);
10400 return Expression::make_type_descriptor(t, ploc);

Completed in 295 milliseconds