Home
last modified time | relevance | path

Searched refs:hasCode (Results 1 – 21 of 21) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dblockexit.c97 …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()
H A Dblockexit.d144 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()
H A Dexpression.h127 virtual bool hasCode() in hasCode() function
634 bool hasCode();
H A Dstatement.c204 bool Statement::hasCode() in hasCode() function
218 stop = s->exp->hasCode(); in hasCode()
H A Dstatement.h124 bool hasCode();
H A Dstatement.d288 final bool hasCode() in hasCode() function
303 stop = s.exp.hasCode(); in hasCode()
H A Dexpression.d1617 bool hasCode() in hasCode() function
4084 override bool hasCode() in hasCode() function
H A Dstatementsem.c3501 result = tcs->_body->hasCode() ? tcs->_body : NULL; in visit()
H A Dstatementsem.d3658 result = tcs._body.hasCode() ? tcs._body : null; in package()
H A Dexpression.c4839 bool DeclarationExp::hasCode() in hasCode() function
H A Ddinterpret.d813 if (s.exp && s.exp.hasCode) in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dblockexit.c97 …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()
H A Dstatement.c204 bool Statement::hasCode() in hasCode() function
218 stop = s->exp->hasCode(); in hasCode()
H A Dstatement.h88 bool hasCode();
H A Dexpression.h216 virtual bool hasCode() in hasCode() function
661 bool hasCode();
H A Dstatementsem.c3501 result = tcs->_body->hasCode() ? tcs->_body : NULL; in visit()
H A Dexpression.c4839 bool DeclarationExp::hasCode() in hasCode() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h30 virtual bool hasCode() const = 0;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h31 bool hasCode() const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp66 bool DIASectionContrib::hasCode() const { in hasCode() function in DIASectionContrib
/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp865 if (!hasCode()) { in genCode()
895 bool hasCode() const { return Code != nullptr; } in hasCode() function in __anon3040f0e80111::ACLEIntrinsic