Searched refs:OP_NOP (Results 1 – 15 of 15) sorted by relevance
370 if (!OP_NOP(gn->type)) { in TargPrintNode()463 if (OP_NOP(gn->type)) in Targ_PrintGraph()
122 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000) macro
526 if (OP_NOP(cgn->type)) { in Make_DoAllVar()
483 !OP_NOP(gn->type) && !OP_NOP(op)) { in ParseDoOp()
1610 if (OP_NOP(gn->type)) { in SuffFindArchiveDeps()1805 if (OP_NOP(gn->type) || (Lst_IsEmpty(&gn->children) && in SuffFindNormalDeps()
366 if ((gn != NULL) && !OP_NOP(gn->type)) { in CondDoTarget()
1201 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->children)) { in Arch_LibOODate()
1229 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands) && in Job_CheckCommands()
637 if (!OP_NOP(gn->type)) { in Targ_PrintNode()723 if (!OP_NOP(gn->type)) in TargPrintOnlySrc()
309 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000) macro
436 return (gn != NULL) && !OP_NOP(gn->type); in CondDoTarget()460 return (gn != NULL) && !OP_NOP(gn->type) && !Lst_IsEmpty(gn->commands); in CondDoCommands()
898 !OP_NOP(gn->type) && !OP_NOP(op)) in ParseDoOp()
1294 } else if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) { in Arch_LibOODate()
1987 if (OP_NOP(gn->type)) { in SuffFindArchiveDeps()
1233 if (OP_NOP(gn->type) && Lst_IsEmpty(gn->commands) && in Job_CheckCommands()