Lines Matching refs:isUndefined
634 if(IDVal == "b" && Sym->isUndefined())
1016 if (!Sym->isUndefined() || Sym->isVariable())
1439 if (Sym->isUndefined() && !Sym->isUsed() && !Sym->isVariable())
1441 else if (!Sym->isUndefined() && (!Sym->isVariable() || !allow_redef))
2004 if (!Sym->isUndefined())
2109 TheCondState.CondMet = (Sym != NULL && !Sym->isUndefined());
2111 TheCondState.CondMet = (Sym == NULL || Sym->isUndefined());