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

  /src/external/gpl3/gcc/dist/gcc/
genautomata.cc 181 struct ainsn;
198 typedef struct ainsn *ainsn_t;
762 struct ainsn
788 the automaton marked by the ainsn. */
843 /* The following member refers for two table state x ainsn -> int.
866 /* The following structure describes a table state X ainsn -> int(>= 0). */
4037 /* The function adds arc from FROM_STATE to TO_STATE marked by AINSN,
4040 add_arc (state_t from_state, state_t to_state, ainsn_t ainsn)
4044 new_arc = find_arc (from_state, to_state, ainsn);
4063 new_arc->insn = ainsn;
758 struct ainsn struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc 181 struct ainsn;
198 typedef struct ainsn *ainsn_t;
762 struct ainsn
788 the automaton marked by the ainsn. */
843 /* The following member refers for two table state x ainsn -> int.
866 /* The following structure describes a table state X ainsn -> int(>= 0). */
4037 /* The function adds arc from FROM_STATE to TO_STATE marked by AINSN,
4040 add_arc (state_t from_state, state_t to_state, ainsn_t ainsn)
4044 new_arc = find_arc (from_state, to_state, ainsn);
4063 new_arc->insn = ainsn;
758 struct ainsn struct
    [all...]

Completed in 23 milliseconds