Searched refs:process_stack (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
H A D | gcc-order-headers | 192 process_stack = list () variable 205 process_stack.append((x, name)) 251 process_stack.insert (0, ("diagnostic.h", "")) 255 process_stack.insert (0, (i, "") ) 258 while process_stack: 259 info = process_stack.pop () 313 process_stack = list () variable 318 process_stack.insert (0, (d, "")) 327 if iname not in process_stack: 328 process_stack.insert (0, (iname, "")) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/ |
H A D | gcc-order-headers | 192 process_stack = list () variable 205 process_stack.append((x, name)) 251 process_stack.insert (0, ("diagnostic.h", "")) 255 process_stack.insert (0, (i, "") ) 258 while process_stack: 259 info = process_stack.pop () 313 process_stack = list () variable 318 process_stack.insert (0, (d, "")) 327 if iname not in process_stack: 328 process_stack.insert (0, (iname, "")) [all …]
|