Home
last modified time | relevance | path

Searched defs:hasBreak (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c152 bool Statement::hasBreak() in hasBreak() function
651 bool UnrolledLoopStatement::hasBreak() in hasBreak() function
682 bool ScopeStatement::hasBreak() in hasBreak() function
777 bool WhileStatement::hasBreak() in hasBreak() function
805 bool DoStatement::hasBreak() in hasBreak() function
845 bool ForStatement::hasBreak() in hasBreak() function
903 bool ForeachStatement::hasBreak() in hasBreak() function
940 bool ForeachRangeStatement::hasBreak() in hasBreak() function
1112 bool SwitchStatement::hasBreak() in hasBreak() function
1313 bool SynchronizedStatement::hasBreak() in hasBreak() function
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.d189 bool hasBreak() const pure nothrow in hasBreak() function
681 override bool hasBreak() const pure nothrow in hasBreak() function
723 override bool hasBreak() const pure nothrow in hasBreak() function
808 override bool hasBreak() const pure nothrow in hasBreak() function
849 override bool hasBreak() const pure nothrow in hasBreak() function
906 override bool hasBreak() const pure nothrow in hasBreak() function
961 override bool hasBreak() const pure nothrow in hasBreak() function
1007 override bool hasBreak() const pure nothrow in hasBreak() function
1205 override bool hasBreak() const pure nothrow in hasBreak() function
1510 override bool hasBreak() const pure nothrow in hasBreak() function
[all …]