Searched refs:OP_INVISIBLE (Results 1 – 7 of 7) sorted by relevance
101 #define OP_INVISIBLE 0x00004000 /* The node is invisible to its parents. macro
346 { OP_INVISIBLE, ".INVISIBLE" }, in Targ_PrintType()
525 if ((cgn->type & (OP_EXEC | OP_USE | OP_INVISIBLE)) == 0) { in Make_DoAllVar()
212 { ".INVISIBLE", Attribute, OP_INVISIBLE },512 cohort->type = OP_DOUBLEDEP|OP_INVISIBLE; in ParseDoOp()
281 #define OP_INVISIBLE 0x00004000 /* The node is invisible to its parents. macro
310 { ".INVISIBLE", Attribute, OP_INVISIBLE },931 cohort->type = op | OP_INVISIBLE; in ParseDoOp()
895 if ((cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE|OP_INVISIBLE)) == 0) { in MakeAddAllSrc()