Searched refs:CSXlabel (Results 1 – 6 of 6) sorted by relevance
262 callSuper |= cs & (CSXany_ctor | CSXlabel); in mergeCallSuper()266 callSuper = cs | (callSuper & (CSXany_ctor | CSXlabel)); in mergeCallSuper()276 callSuper |= cs & (CSXany_ctor | CSXlabel); in mergeCallSuper()
44 #define CSXlabel 0x10 // seen a label macro
3694 sc->callSuper |= CSXlabel; in visit()3699 sc->fieldinit[i] |= CSXlabel; in visit()
3254 if (sc->noctor || sc->callSuper & CSXlabel) in visit()3292 if (sc->noctor || sc->callSuper & CSXlabel) in visit()
5337 else if (sc->noctor || (fi & CSXlabel)) in modifyFieldVar()
37 CSXlabel = 0x10, // seen a label enumerator