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

  /src/external/gpl3/gcc/dist/gcc/
gimple.h 1982 location_t *ploc = NULL; local
1985 ploc = block_nonartificial_location (block);
1987 return ploc ? *ploc : gimple_location (g);
var-tracking.cc 5505 rtx ploc = PAT_VAR_LOCATION_LOC (loc); local
5506 if (! VAR_LOC_UNKNOWN_P (ploc))
5508 cselib_val *val = cselib_lookup (ploc, GET_MODE (loc), 1,
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.h 1944 location_t *ploc = NULL; local
1947 ploc = block_nonartificial_location (block);
1949 return ploc ? *ploc : gimple_location (g);
var-tracking.cc 5520 rtx ploc = PAT_VAR_LOCATION_LOC (loc); local
5521 if (! VAR_LOC_UNKNOWN_P (ploc))
5523 cselib_val *val = cselib_lookup (ploc, GET_MODE (loc), 1,
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 634 location_t ploc = DECL_SOURCE_LOCATION (fndecl); local
636 error_at (ploc, "the coroutine promise type %qT declares both"
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 509 location_t ploc = DECL_SOURCE_LOCATION (fndecl); local
511 error_at (ploc, "the coroutine promise type %qT declares both"
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 3703 PLOC is the location where the conversion is being performed.
3716 convert_argument (location_t ploc, tree function, tree fundecl,
3725 error_at (ploc, "type of formal parameter %d is incomplete",
3736 warning_at (ploc, OPT_Wtraditional_conversion,
3742 warning_at (ploc, OPT_Wtraditional_conversion,
3748 warning_at (ploc, OPT_Wtraditional_conversion,
3754 warning_at (ploc, OPT_Wtraditional_conversion,
3760 warning_at (ploc, OPT_Wtraditional_conversion,
3766 warning_at (ploc, OPT_Wtraditional_conversion,
3782 warning_at (ploc, 0
4009 location_t ploc local
    [all...]
c-parser.cc 25556 location_t ploc
25559 error_at (ploc, "previous %<#pragma omp declare "
25551 location_t ploc local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 22243 location_t ploc
22246 error_at (ploc, "previous %<#pragma omp declare "
22238 location_t ploc local
c-typeck.cc 3289 PLOC is the location where the conversion is being performed.
3302 convert_argument (location_t ploc, tree function, tree fundecl,
3311 error_at (ploc, "type of formal parameter %d is incomplete",
3324 warning_at (ploc, OPT_Wtraditional_conversion,
3330 warning_at (ploc, OPT_Wtraditional_conversion,
3336 warning_at (ploc, OPT_Wtraditional_conversion,
3342 warning_at (ploc, OPT_Wtraditional_conversion,
3348 warning_at (ploc, OPT_Wtraditional_conversion,
3354 warning_at (ploc, OPT_Wtraditional_conversion,
3368 warning_at (ploc, 0
3583 location_t ploc local
    [all...]

Completed in 89 milliseconds