Searched refs:hasCode (Results 1 – 17 of 17) sorted by relevance
97 …if (sc && (!sc->statement->hasCode() || sc->statement->isCaseStatement() || sc->statement->isError… in blockExit()99 …else if (sd && (!sd->statement->hasCode() || sd->statement->isCaseStatement() || sd->statement->is… in blockExit()111 if (blockExit(s, func, mustNotThrow) != BEhalt && s->hasCode()) in blockExit()427 s->finalbody->hasCode()) in blockExit()
204 bool Statement::hasCode() in hasCode() function218 stop = s->exp->hasCode(); in hasCode()
88 bool hasCode();
216 virtual bool hasCode() in hasCode() function661 bool hasCode();
3501 result = tcs->_body->hasCode() ? tcs->_body : NULL; in visit()
4839 bool DeclarationExp::hasCode() in hasCode() function
30 virtual bool hasCode() const = 0;
31 bool hasCode() const override;
144 if (sl && (!sl.hasCode() || sl.isErrorStatement())) in blockExit()163 if (blockExit(s, func, mustNotThrow) != BE.halt && s.hasCode() && in blockExit()461 … if (result == BE.halt && finalresult != BE.halt && s.finalbody && s.finalbody.hasCode()) in blockExit()
127 virtual bool hasCode() in hasCode() function634 bool hasCode();
124 bool hasCode();
288 final bool hasCode() in hasCode() function303 stop = s.exp.hasCode(); in hasCode()
1619 bool hasCode() in hasCode() function4086 override bool hasCode() in hasCode() function
3658 result = tcs._body.hasCode() ? tcs._body : null; in package()
813 if (s.exp && s.exp.hasCode) in visit()
66 bool DIASectionContrib::hasCode() const { in hasCode() function in DIASectionContrib
865 if (!hasCode()) { in genCode()895 bool hasCode() const { return Code != nullptr; } in hasCode() function in __anone3a730d20111::ACLEIntrinsic