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

  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 4804 locus cur_loc = gfc_current_locus; local
4856 gfc_set_implicit_none (type, external, &cur_loc);
4869 locus cur_loc; local
4871 cur_loc = gfc_current_locus;
4942 gfc_current_locus = cur_loc;
4970 locus cur_loc; local
5002 cur_loc = gfc_current_locus;
5031 gfc_current_locus = cur_loc;
openmp.cc 405 locus old_loc, cur_loc; local
422 cur_loc = gfc_current_locus;
442 tail->where = cur_loc;
461 gfc_current_locus = cur_loc;
489 tail->where = cur_loc;
495 "common block", sym->name, &cur_loc,
533 tail->where = cur_loc;
572 locus old_loc, cur_loc; local
588 cur_loc = gfc_current_locus;
602 tail->where = cur_loc;
688 locus old_loc, cur_loc; local
1732 locus old_loc, cur_loc; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 4748 locus cur_loc = gfc_current_locus; local
4800 gfc_set_implicit_none (type, external, &cur_loc);
4813 locus cur_loc; local
4815 cur_loc = gfc_current_locus;
4886 gfc_current_locus = cur_loc;
4914 locus cur_loc; local
4946 cur_loc = gfc_current_locus;
4975 gfc_current_locus = cur_loc;
openmp.cc 309 locus old_loc, cur_loc; local
325 cur_loc = gfc_current_locus;
336 gfc_current_locus = cur_loc;
364 tail->where = cur_loc;
399 tail->where = cur_loc;
438 locus old_loc, cur_loc; local
454 cur_loc = gfc_current_locus;
468 tail->where = cur_loc;
497 tail->where = cur_loc;
552 locus old_loc, cur_loc; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 303 /* Type for dependencies actively used when expand FROM into cur_loc. */
310 /* Doubly-linked list of dependent DVs. These are DVs whose cur_loc
312 to be notified should this variable change. If the DV's cur_loc
318 /* This holds the LOC that was expanded into cur_loc. We need only
323 /* The depth of the cur_loc expression. */
325 /* Dependencies actively used when expand FROM into cur_loc. */
336 rtx cur_loc; member in struct:variable_part
1790 new_var->var_part[i].cur_loc = var->var_part[i].cur_loc;
2286 rtx cur_loc; local
4828 rtx cur_loc; local
7993 rtx cur_loc; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 307 /* Type for dependencies actively used when expand FROM into cur_loc. */
314 /* Doubly-linked list of dependent DVs. These are DVs whose cur_loc
316 to be notified should this variable change. If the DV's cur_loc
322 /* This holds the LOC that was expanded into cur_loc. We need only
327 /* The depth of the cur_loc expression. */
329 /* Dependencies actively used when expand FROM into cur_loc. */
340 rtx cur_loc; member in struct:variable_part
1798 new_var->var_part[i].cur_loc = var->var_part[i].cur_loc;
2296 rtx cur_loc; local
4842 rtx cur_loc; local
8010 rtx cur_loc; local
    [all...]

Completed in 44 milliseconds