Home
last modified time | relevance | path

Searched refs:ThrownPendingExit (Results 1 – 6 of 6) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java876 class ThrownPendingExit extends BaseAnalyzer.PendingExit { class in Flow.FlowAnalyzer
880 ThrownPendingExit(JCTree tree, Type thrown) { in ThrownPendingExit() method in Flow.FlowAnalyzer.ThrownPendingExit
899 Assert.check(exit instanceof ThrownPendingExit); in errorUncaught()
900 ThrownPendingExit thrownExit = (ThrownPendingExit) exit; in errorUncaught()
923 pendingExits.append(new ThrownPendingExit(tree, exc)); in markThrown()
1056 if (!(exit instanceof ThrownPendingExit)) { in visitMethodDef()
1389 if (!(exit instanceof ThrownPendingExit)) { in visitLambda()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java854 class ThrownPendingExit extends BaseAnalyzer.PendingExit { class in Flow.FlowAnalyzer
858 ThrownPendingExit(JCTree tree, Type thrown) { in ThrownPendingExit() method in Flow.FlowAnalyzer.ThrownPendingExit
877 Assert.check(exit instanceof ThrownPendingExit); in errorUncaught()
878 ThrownPendingExit thrownExit = (ThrownPendingExit) exit; in errorUncaught()
901 pendingExits.append(new ThrownPendingExit(tree, exc)); in markThrown()
1034 if (!(exit instanceof ThrownPendingExit)) { in visitMethodDef()
1359 if (!(exit instanceof ThrownPendingExit)) { in visitLambda()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java921 class ThrownPendingExit extends BaseAnalyzer.PendingExit { class in Flow.FlowAnalyzer
925 ThrownPendingExit(JCTree tree, Type thrown) { in ThrownPendingExit() method in Flow.FlowAnalyzer.ThrownPendingExit
944 if (exit instanceof ThrownPendingExit) { in errorUncaught()
945 ThrownPendingExit thrownExit = (ThrownPendingExit) exit; in errorUncaught()
971 pendingExits.append(new ThrownPendingExit(tree, exc)); in markThrown()
1104 if (!(exit instanceof ThrownPendingExit)) { in visitMethodDef()
1438 if (!(exit instanceof ThrownPendingExit)) { in visitLambda()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java921 class ThrownPendingExit extends BaseAnalyzer.PendingExit { class in Flow.FlowAnalyzer
925 ThrownPendingExit(JCTree tree, Type thrown) { in ThrownPendingExit() method in Flow.FlowAnalyzer.ThrownPendingExit
944 if (exit instanceof ThrownPendingExit) { in errorUncaught()
945 ThrownPendingExit thrownExit = (ThrownPendingExit) exit; in errorUncaught()
971 pendingExits.append(new ThrownPendingExit(tree, exc)); in markThrown()
1104 if (!(exit instanceof ThrownPendingExit)) { in visitMethodDef()
1438 if (!(exit instanceof ThrownPendingExit)) { in visitLambda()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java912 class ThrownPendingExit extends BaseAnalyzer.PendingExit { class in Flow.FlowAnalyzer
916 ThrownPendingExit(JCTree tree, Type thrown) { in ThrownPendingExit() method in Flow.FlowAnalyzer.ThrownPendingExit
935 Assert.check(exit instanceof ThrownPendingExit); in errorUncaught()
936 ThrownPendingExit thrownExit = (ThrownPendingExit) exit; in errorUncaught()
959 pendingExits.append(new ThrownPendingExit(tree, exc)); in markThrown()
1092 if (!(exit instanceof ThrownPendingExit)) { in visitMethodDef()
1425 if (!(exit instanceof ThrownPendingExit)) { in visitLambda()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java979 class ThrownPendingExit extends BaseAnalyzer.PendingExit {
983 ThrownPendingExit(JCTree tree, Type thrown) {
1002 if (exit instanceof ThrownPendingExit thrownExit) {
1028 pendingExits.append(new ThrownPendingExit(tree, exc));
1161 if (!(exit instanceof ThrownPendingExit)) {
1494 if (!(exit instanceof ThrownPendingExit)) {