Searched refs:old0 (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/lib/libc/time/ |
| H A D | zic.c | 2520 int old0; in writezone() 2594 old0 = strlen(omittype); in writezone() 2619 for (i = old0; i < typecnt; i++) { in writezone() 2620 int h = (i == old0 ? thisdefaulttype in writezone() 2621 : i == thisdefaulttype ? old0 : i); in writezone() 2654 for (i = old0; i < typecnt; i++) in writezone() 2656 typemap[i == old0 ? thisdefaulttype in writezone() 2657 : i == thisdefaulttype ? old0 : i] in writezone() 2663 for (i = old0; i < typecnt; i++) { in writezone() 2739 for (i = old0; in writezone() 2484 int old0; writezone() local [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.c | 4056 eval_subst (location_t loc, tree arg, tree old0, tree new0, in eval_subst() argument 4075 old0, new0, old1, new1)); in eval_subst() 4080 old0, new0, old1, new1), in eval_subst() 4082 old0, new0, old1, new1)); in eval_subst() 4088 return eval_subst (loc, TREE_OPERAND (arg, 0), old0, new0, in eval_subst() 4092 return eval_subst (loc, TREE_OPERAND (arg, 1), old0, new0, in eval_subst() 4098 old0, new0, old1, new1), in eval_subst() 4100 old0, new0, old1, new1), in eval_subst() 4102 old0, new0, old1, new1)); in eval_subst() 4117 if (arg0 == old0 || operand_equal_p (arg0, old0, 0)) in eval_subst() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.cc | 4140 eval_subst (location_t loc, tree arg, tree old0, tree new0, in eval_subst() argument 4159 old0, new0, old1, new1)); in eval_subst() 4164 old0, new0, old1, new1), in eval_subst() 4166 old0, new0, old1, new1)); in eval_subst() 4172 return eval_subst (loc, TREE_OPERAND (arg, 0), old0, new0, in eval_subst() 4176 return eval_subst (loc, TREE_OPERAND (arg, 1), old0, new0, in eval_subst() 4182 old0, new0, old1, new1), in eval_subst() 4184 old0, new0, old1, new1), in eval_subst() 4186 old0, new0, old1, new1)); in eval_subst() 4201 if (arg0 == old0 || operand_equal_p (arg0, old0, 0)) in eval_subst() [all …]
|