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

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 3392 create_subroutine (routine_type type, state *s, vec <state *> &procs)
3450 trans->to = create_subroutine (type, trans->to, procs);
3477 cand.first->to = create_subroutine (type, cand.first->to, procs);
3388 create_subroutine (routine_type type, state *s, vec <state *> &procs) function
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 3392 create_subroutine (routine_type type, state *s, vec <state *> &procs)
3450 trans->to = create_subroutine (type, trans->to, procs);
3477 cand.first->to = create_subroutine (type, cand.first->to, procs);
3388 create_subroutine (routine_type type, state *s, vec <state *> &procs) function

Completed in 35 milliseconds