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

  /src/external/gpl3/gcc/dist/gcc/
loop-iv.cc 1843 rtx_expr_list *cond_list; local
1919 cond_list = NULL;
1938 for (note = cond_list; note; note = XEXP (note, 1))
1945 cond_list = alloc_EXPR_LIST (0, cond, cond_list);
1977 for (pnote = &cond_list; *pnote; pnote = pnote_next)
2011 for (pnote = &cond_list; *pnote; pnote = pnote_next)
2048 free_EXPR_LIST_list (&cond_list);
  /src/external/gpl3/gcc.old/dist/gcc/
loop-iv.cc 1859 rtx_expr_list *cond_list; local
1935 cond_list = NULL;
1954 for (note = cond_list; note; note = XEXP (note, 1))
1961 cond_list = alloc_EXPR_LIST (0, cond, cond_list);
1993 for (pnote = &cond_list; *pnote; pnote = pnote_next)
2027 for (pnote = &cond_list; *pnote; pnote = pnote_next)
2064 free_EXPR_LIST_list (&cond_list);
  /src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc 190 struct point_cond_list *cond_list; member in struct:gdb_breakpoint
1124 if (bp->cond_list == NULL)
1127 cond = bp->cond_list;
1139 bp->cond_list = NULL;
1187 new_cond->next = bp->cond_list;
1188 bp->cond_list = new_cond;
1238 if (bp->cond_list == NULL)
1250 for (cl = bp->cond_list;
2083 for (current_cond = ((struct gdb_breakpoint *) src)->cond_list;
2089 APPEND_TO_LIST (&gdb_dest->cond_list, new_cond, cond_tail)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc 190 struct point_cond_list *cond_list; member in struct:gdb_breakpoint
1124 if (bp->cond_list == NULL)
1127 cond = bp->cond_list;
1139 bp->cond_list = NULL;
1187 new_cond->next = bp->cond_list;
1188 bp->cond_list = new_cond;
1238 if (bp->cond_list == NULL)
1250 for (cl = bp->cond_list;
2083 for (current_cond = ((struct gdb_breakpoint *) src)->cond_list;
2089 APPEND_TO_LIST (&gdb_dest->cond_list, new_cond, cond_tail)
    [all...]

Completed in 40 milliseconds