Searched refs:OP_OPMASK (Results 1 – 5 of 5) sorted by relevance
141 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP) macro184 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000)
444 type &= ~OP_OPMASK; in Targ_PrintType()520 switch (gn->type & OP_OPMASK) { in TargPrintNode()
312 if (((op & OP_OPMASK) != (gn->type & OP_OPMASK)) && in ParseDoOp()318 if (op == OP_DOUBLEDEP && ((gn->type & OP_OPMASK) == OP_DOUBLEDEP)) { in ParseDoOp()475 if ((gn->type & OP_OPMASK) == OP_DOUBLEDEP) { in ParseDoSrc()
341 pgn->type |= cgn->type & ~(OP_OPMASK|OP_USE|OP_TRANSFORM); in Make_HandleUse()
1370 if ((sGn->type & OP_OPMASK) == OP_DOUBLEDEP) { in SuffApplyTransform()