Searched refs:OP_OPMASK (Results 1 – 4 of 4) sorted by relevance
446 switch (gn->type & OP_OPMASK) { in GNode_OpName()601 cohort->type |= type & ~OP_OPMASK; in Targ_Propagate()
637 if ((op & OP_OPMASK) && (gn->type & OP_OPMASK) && in TryApplyDependencyOperator()638 ((op & OP_OPMASK) != (gn->type & OP_OPMASK))) { in TryApplyDependencyOperator()644 if (op == OP_DOUBLEDEP && (gn->type & OP_OPMASK) == OP_DOUBLEDEP) { in TryApplyDependencyOperator()663 gn->type |= op & ~OP_OPMASK; in TryApplyDependencyOperator()
281 OP_OPMASK = OP_DEPENDS | OP_FORCE | OP_DOUBLEDEP, enumerator1059 return (gn->type & OP_OPMASK) != OP_NONE; in GNode_IsTarget()
476 cgn->type & ~(OP_OPMASK | OP_USE | OP_USEBEFORE | OP_TRANSFORM); in Make_HandleUse()