/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | blockexit.c | 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()
|
H A D | blockexit.d | 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()
|
H A D | expression.h | 127 virtual bool hasCode() in hasCode() function 634 bool hasCode();
|
H A D | statement.c | 204 bool Statement::hasCode() in hasCode() function 218 stop = s->exp->hasCode(); in hasCode()
|
H A D | statement.h | 124 bool hasCode();
|
H A D | statement.d | 288 final bool hasCode() in hasCode() function 303 stop = s.exp.hasCode(); in hasCode()
|
H A D | expression.d | 1617 bool hasCode() in hasCode() function 4084 override bool hasCode() in hasCode() function
|
H A D | statementsem.c | 3501 result = tcs->_body->hasCode() ? tcs->_body : NULL; in visit()
|
H A D | statementsem.d | 3658 result = tcs._body.hasCode() ? tcs._body : null; in package()
|
H A D | expression.c | 4839 bool DeclarationExp::hasCode() in hasCode() function
|
H A D | dinterpret.d | 813 if (s.exp && s.exp.hasCode) in visit()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | blockexit.c | 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()
|
H A D | statement.c | 204 bool Statement::hasCode() in hasCode() function 218 stop = s->exp->hasCode(); in hasCode()
|
H A D | statement.h | 88 bool hasCode();
|
H A D | expression.h | 216 virtual bool hasCode() in hasCode() function 661 bool hasCode();
|
H A D | statementsem.c | 3501 result = tcs->_body->hasCode() ? tcs->_body : NULL; in visit()
|
H A D | expression.c | 4839 bool DeclarationExp::hasCode() in hasCode() function
|
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | IPDBSectionContrib.h | 30 virtual bool hasCode() const = 0;
|
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIASectionContrib.h | 31 bool hasCode() const override;
|
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASectionContrib.cpp | 66 bool DIASectionContrib::hasCode() const { in hasCode() function in DIASectionContrib
|
/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 865 if (!hasCode()) { in genCode() 895 bool hasCode() const { return Code != nullptr; } in hasCode() function in __anon3040f0e80111::ACLEIntrinsic
|