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

  /src/external/gpl3/gcc/dist/gcc/
dumpfile.h 322 int alt_state; member in struct:dump_file_info
genautomata.cc 179 struct alt_state;
194 typedef struct alt_state *alt_state_t;
748 struct alt_state
3277 structures alt_state and state). */
3284 alt_state. */
3288 /* The following function returns free node alt_state. It may be new
3305 result = XCREATENODE (struct alt_state);
3313 /* The function frees node ALT_STATE. */
3315 free_alt_state (alt_state_t alt_state)
3317 if (alt_state == NULL
744 struct alt_state struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dumpfile.h 322 int alt_state; member in struct:dump_file_info
genautomata.cc 179 struct alt_state;
194 typedef struct alt_state *alt_state_t;
748 struct alt_state
3277 structures alt_state and state). */
3284 alt_state. */
3288 /* The following function returns free node alt_state. It may be new
3305 result = XCREATENODE (struct alt_state);
3313 /* The function frees node ALT_STATE. */
3315 free_alt_state (alt_state_t alt_state)
3317 if (alt_state == NULL
744 struct alt_state struct
    [all...]

Completed in 23 milliseconds