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

  /src/external/gpl3/gcc/dist/gcc/
gimple.h 1934 gimple_location (const gimple *g) function
1945 return g ? gimple_location (g) : UNKNOWN_LOCATION;
1973 return LOCATION_LOCUS (gimple_location (g)) != UNKNOWN_LOCATION;
1987 return ploc ? *ploc : gimple_location (g);
1996 return LOCATION_FILE (gimple_location (stmt));
2005 return LOCATION_LINE (gimple_location (stmt));
3239 gs->op[1] = build1_loc (gimple_location (gs), ADDR_EXPR,
5190 loc = gimple_location (stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.h 1897 gimple_location (const gimple *g) function
1908 return g ? gimple_location (g) : UNKNOWN_LOCATION;
1935 return LOCATION_LOCUS (gimple_location (g)) != UNKNOWN_LOCATION;
1949 return ploc ? *ploc : gimple_location (g);
1958 return LOCATION_FILE (gimple_location (stmt));
1967 return LOCATION_LINE (gimple_location (stmt));
3197 gs->op[1] = build1_loc (gimple_location (gs), ADDR_EXPR,
5103 loc = gimple_location (stmt);

Completed in 42 milliseconds