Searched refs:OP_OPMASK (Results 1 – 6 of 6) sorted by relevance
186 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP) macro228 #define OP_NOP(t) (((t) & OP_OPMASK) == OP_ZERO)
142 switch (gn->type & OP_OPMASK) { in TargPrintNode()
295 type &= ~OP_OPMASK; in Targ_PrintType()
297 assert(op == (op & OP_OPMASK)); in ParseDoOp()307 if (op != (gn->type & OP_OPMASK)) { in ParseDoOp()471 if ((gn->type & OP_OPMASK) == OP_DOUBLEDEP) { in ParseDoSrc()
317 pgn->type |= cgn->type & ~(OP_OPMASK|OP_USE|OP_TRANSFORM|OP_DOUBLE); in Make_HandleUse()
918 if ((sGn->type & OP_OPMASK) == OP_DOUBLEDEP) { in SuffApplyTransform()