Home
last modified time | relevance | path

Searched refs:new_order (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dgcc-order-headers152 new_order = list ()
165 if x not in new_order and x[:10] != "diagnostic" and h not in exclude_special:
166 new_order.append (x)
169 if h not in new_order:
170 new_order.append (h)
185 new_order.append (f)
187 return new_order
351 new_order = list () variable
357 if d == order[0] and not new_order:
358 new_order = get_new_order (src_h, desired_order) variable
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dgcc-order-headers152 new_order = list ()
165 if x not in new_order and x[:10] != "diagnostic" and h not in exclude_special:
166 new_order.append (x)
169 if h not in new_order:
170 new_order.append (h)
185 new_order.append (f)
187 return new_order
351 new_order = list () variable
357 if d == order[0] and not new_order:
358 new_order = get_new_order (src_h, desired_order) variable
[all …]