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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 270 /* The elements of `ridpointers' are identifier nodes for the reserved
272 tree *ridpointers;
636 gcc_assert (ridpointers [rid]);
637 return IDENTIFIER_POINTER (ridpointers [rid]);
4365 ridpointers[RID_FIRST_INT_N + i]
271 tree *ridpointers; variable
c-common.h 292 /* The elements of `ridpointers' are identifier nodes for the reserved
294 extern GTY ((length ("(int) RID_MAX"))) tree *ridpointers; variable
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 270 /* The elements of `ridpointers' are identifier nodes for the reserved
272 tree *ridpointers;
615 gcc_assert (ridpointers [rid]);
616 return IDENTIFIER_POINTER (ridpointers [rid]);
4298 ridpointers[RID_FIRST_INT_N + i]
271 tree *ridpointers; variable
c-common.h 306 /* The elements of `ridpointers' are identifier nodes for the reserved
308 extern GTY ((length ("(int) RID_MAX"))) tree *ridpointers; variable

Completed in 69 milliseconds