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

  /src/external/mpl/bind/dist/tests/dns/
diff_test.c 132 dns_difftuple_t *to_clear[] = { tup_1, tup_2, tup_3, tup_dup, local
134 size_t to_clear_size = sizeof(to_clear) / sizeof(*to_clear);
137 if (to_clear[idx] != NULL) {
138 dns_difftuple_free(&to_clear[idx]);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-pre.cc 2206 unsigned int to_clear = -1U; local
2209 if (to_clear != -1U)
2211 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear);
2212 to_clear = -1U;
2217 to_clear = i;
2219 if (to_clear != -1U)
2220 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear);
2259 unsigned int to_clear = -1U; local
2262 if (to_clear != -1U)
2264 bitmap_clear_bit (&ANTIC_IN (block)->expressions, to_clear);
    [all...]
sched-deps.cc 4060 unsigned to_clear = -1U;
4063 if (to_clear != -1U)
4065 CLEAR_REGNO_REG_SET (&deps->reg_last_in_use, to_clear);
4066 to_clear = -1U;
4079 to_clear = i;
4081 if (to_clear != -1U)
4082 CLEAR_REGNO_REG_SET (&deps->reg_last_in_use, to_clear);
4050 unsigned to_clear = -1U; local
tree-ssa-loop-ivopts.cc 5936 bitmap to_clear = BITMAP_ALLOC (NULL); local
5960 bitmap_set_bit (to_clear, j);
5965 bitmap_and_compl_into (group->related_cands, to_clear);
5966 bitmap_clear (to_clear);
5970 BITMAP_FREE (to_clear);
  /src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc 4029 unsigned to_clear = -1U;
4032 if (to_clear != -1U)
4034 CLEAR_REGNO_REG_SET (&deps->reg_last_in_use, to_clear);
4035 to_clear = -1U;
4048 to_clear = i;
4050 if (to_clear != -1U)
4051 CLEAR_REGNO_REG_SET (&deps->reg_last_in_use, to_clear);
4019 unsigned to_clear = -1U; local
tree-ssa-pre.cc 2213 unsigned int to_clear = -1U; local
2216 if (to_clear != -1U)
2218 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear);
2219 to_clear = -1U;
2224 to_clear = i;
2226 if (to_clear != -1U)
2227 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear);
2262 unsigned int to_clear = -1U; local
2265 if (to_clear != -1U)
2267 bitmap_clear_bit (&ANTIC_IN (block)->expressions, to_clear);
    [all...]
tree-ssa-loop-ivopts.cc 5886 bitmap to_clear = BITMAP_ALLOC (NULL); local
5910 bitmap_set_bit (to_clear, j);
5915 bitmap_and_compl_into (group->related_cands, to_clear);
5916 bitmap_clear (to_clear);
5920 BITMAP_FREE (to_clear);

Completed in 32 milliseconds