Searched refs:OP_OPMASK (Results 1 – 4 of 4) sorted by relevance
440 switch (gn->type & OP_OPMASK) { in GNode_OpName()595 cohort->type |= type & (unsigned)~OP_OPMASK; in Targ_Propagate()
671 if ((op & OP_OPMASK) && (gn->type & OP_OPMASK) && in TryApplyDependencyOperator()672 ((op & OP_OPMASK) != (gn->type & OP_OPMASK))) { in TryApplyDependencyOperator()678 if (op == OP_DOUBLEDEP && (gn->type & OP_OPMASK) == OP_DOUBLEDEP) { in TryApplyDependencyOperator()696 gn->type |= op & (unsigned)~OP_OPMASK; in TryApplyDependencyOperator()
303 OP_OPMASK = OP_DEPENDS | OP_FORCE | OP_DOUBLEDEP, enumerator 1113 return (gn->type & OP_OPMASK) != OP_NONE; in GNode_IsTarget()
461 cgn->type & (unsigned)~(OP_OPMASK | OP_USE | OP_USEBEFORE | OP_TRANSFORM); in Make_HandleUse()