Home | History | Annotate | Download | only in common

Lines Matching refs:fType

50     fType         = t;
78 fType = other.fType;
110 switch (this->fType) {
144 if (fType == RBBINode::varRef) {
148 } else if (fType == RBBINode::uset) {
188 if (fType == varRef) {
215 U_ASSERT(fType != setRef);
218 if (fLeftChild->fType==setRef) {
231 if (fRightChild->fType==setRef) {
257 if (fType == kind) {
299 (void *)this, nodeTypeNames[fType], (void *)fParent, (void *)fLeftChild, (void *)fRightChild,
301 if (fType == varRef) {
341 if (fType != varRef) {