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

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 3992 position **subpos_ptr;
3998 subpos_ptr = &pos->xexps;
4004 subpos_ptr = &pos->xvecexp0s;
4009 position *subpos = next_position (subpos_ptr, pos,
4013 subpos_ptr = &subpos->next;
4030 position **subpos_ptr = &pos->xexps;
4033 position *subpos = next_position (subpos_ptr, pos,
4095 subpos_ptr = &subpos->next;
4203 position **subpos_ptr = &peep2_insn_pos_list;
4208 position *subpos = next_position (subpos_ptr, &root_pos
3988 position **subpos_ptr; local
4026 position **subpos_ptr = &pos->xexps; local
4199 position **subpos_ptr = &peep2_insn_pos_list; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 3992 position **subpos_ptr;
3998 subpos_ptr = &pos->xexps;
4004 subpos_ptr = &pos->xvecexp0s;
4009 position *subpos = next_position (subpos_ptr, pos,
4013 subpos_ptr = &subpos->next;
4030 position **subpos_ptr = &pos->xexps;
4033 position *subpos = next_position (subpos_ptr, pos,
4095 subpos_ptr = &subpos->next;
4203 position **subpos_ptr = &peep2_insn_pos_list;
4208 position *subpos = next_position (subpos_ptr, &root_pos
3988 position **subpos_ptr; local
4026 position **subpos_ptr = &pos->xexps; local
4199 position **subpos_ptr = &peep2_insn_pos_list; local
    [all...]

Completed in 30 milliseconds