Home
last modified time | relevance | path

Searched refs:exitLabel (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Cmm/Dataflow/
H A DGraph.hs118 labelsDefined (GMany _ body x) = mapFoldlWithKey addEntry (exitLabel x) body
121 exitLabel :: MaybeO x (block n C O) -> LabelSet
122 exitLabel NothingO = setEmpty function
123 exitLabel (JustO b) = setSingleton (entryLabel b) function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Cmm/Dataflow/
H A DGraph.hs118 labelsDefined (GMany _ body x) = mapFoldlWithKey addEntry (exitLabel x) body
121 exitLabel :: MaybeO x (block n C O) -> LabelSet
122 exitLabel NothingO = setEmpty function
123 exitLabel (JustO b) = setSingleton (entryLabel b) function
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/Hoopl/
H A DGraph.hs116 labelsDefined (GMany _ body x) = mapFoldlWithKey addEntry (exitLabel x) body
119 exitLabel :: MaybeO x (block n C O) -> LabelSet
120 exitLabel NothingO = setEmpty function
121 exitLabel (JustO b) = setSingleton (entryLabel b) function
/dports/math/gismo/gismo-21.12.0/extensions/gsElasticity/
H A DgsThermoAssembler.hpp63 goto exitLabel; in findNonDirichletSides()
66 exitLabel:; in findNonDirichletSides()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DTryStatement.java537 BranchLabel exitLabel = new BranchLabel(codeStream); in generateCode() local
553 codeStream.ifnull(exitLabel); in generateCode()
558 codeStream.goto_(exitLabel); // skip over the catch block. in generateCode()
608 exitLabel.place(); in generateCode()
870 BranchLabel exitLabel = new BranchLabel(codeStream); in generateSubRoutineInvocation() local
873 codeStream.ifnull(exitLabel); in generateSubRoutineInvocation()
877 exitLabel.place(); in generateSubRoutineInvocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DTryStatement.java576 BranchLabel exitLabel = new BranchLabel(codeStream); in generateCode() local
591 generateCodeSnippet(stmt, codeStream, exitLabel, false /* record */); in generateCode()
594 codeStream.goto_(exitLabel); // skip over the catch block. in generateCode()
638 exitLabel.place(); in generateCode()
958 BranchLabel exitLabel = new BranchLabel(codeStream); in generateSubRoutineInvocation() local
960 generateCodeSnippet(this.resources[i - 1], codeStream, exitLabel, false); in generateSubRoutineInvocation()
962 exitLabel.place(); in generateSubRoutineInvocation()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/Notepad/resources/
H A DNotepad.properties24 exitLabel=Exit key
H A DNotepad_zh_CN.properties24 exitLabel=\u9000\u51FA key
H A DNotepad_ja.properties24 exitLabel=\u7D42\u4E86 key
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/Notepad/resources/
H A DNotepad.properties24 exitLabel=Exit key
H A DNotepad_zh_CN.properties24 exitLabel=\u9000\u51FA key
H A DNotepad_ja.properties24 exitLabel=\u7D42\u4E86 key
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/Notepad/resources/
H A DNotepad.properties24 exitLabel=Exit key
H A DNotepad_zh_CN.properties24 exitLabel=\u9000\u51FA key
H A DNotepad_ja.properties24 exitLabel=\u7D42\u4E86 key
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jfc/Notepad/resources/
H A DNotepad.properties24 exitLabel=Exit key
H A DNotepad_zh_CN.properties24 exitLabel=\u9000\u51FA key
H A DNotepad_ja.properties24 exitLabel=\u7D42\u4E86 key
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jfc/Notepad/resources/
H A DNotepad.properties24 exitLabel=Exit key
H A DNotepad_zh_CN.properties24 exitLabel=\u9000\u51FA key
H A DNotepad_ja.properties24 exitLabel=\u7D42\u4E86 key
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/Notepad/resources/
H A DNotepad.properties54 exitLabel=Exit key
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/Notepad/resources/
H A DNotepad.properties54 exitLabel=Exit key
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/Notepad/resources/
H A DNotepad.properties54 exitLabel=Exit key
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/jfc/Notepad/resources/
H A DNotepad.properties54 exitLabel=Exit key

123