Home
last modified time | relevance | path

Searched refs:mthrown (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java883 List<Type> mthrown = in visitClassDef() local
886 caught = mthrown; in visitClassDef()
889 caught = chk.intersect(mthrown, caught); in visitClassDef()
945 List<Type> mthrown = tree.sym.type.getThrownTypes(); in visitMethodDef() local
958 caught = chk.union(caught, mthrown); in visitMethodDef()
960 caught = mthrown; in visitMethodDef()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java883 List<Type> mthrown = in visitClassDef() local
886 caught = mthrown; in visitClassDef()
889 caught = chk.intersect(mthrown, caught); in visitClassDef()
945 List<Type> mthrown = tree.sym.type.getThrownTypes(); in visitMethodDef() local
958 caught = chk.union(caught, mthrown); in visitMethodDef()
960 caught = mthrown; in visitMethodDef()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java888 List<Type> mthrown = in visitClassDef() local
891 caught = mthrown; in visitClassDef()
894 caught = chk.intersect(mthrown, caught); in visitClassDef()
947 List<Type> mthrown = tree.sym.type.getThrownTypes(); in visitMethodDef() local
960 caught = chk.union(caught, mthrown); in visitMethodDef()
962 caught = mthrown; in visitMethodDef()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java888 List<Type> mthrown = in visitClassDef() local
891 caught = mthrown; in visitClassDef()
894 caught = chk.intersect(mthrown, caught); in visitClassDef()
947 List<Type> mthrown = tree.sym.type.getThrownTypes(); in visitMethodDef() local
960 caught = chk.union(caught, mthrown); in visitMethodDef()
962 caught = mthrown; in visitMethodDef()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java968 List<Type> mthrown = in visitClassDef() local
971 caught = mthrown; in visitClassDef()
974 caught = chk.intersect(mthrown, caught); in visitClassDef()
1030 List<Type> mthrown = tree.sym.type.getThrownTypes(); in visitMethodDef() local
1043 caught = chk.union(caught, mthrown); in visitMethodDef()
1045 caught = mthrown; in visitMethodDef()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java946 List<Type> mthrown = in visitClassDef() local
949 caught = mthrown; in visitClassDef()
952 caught = chk.intersect(mthrown, caught); in visitClassDef()
1008 List<Type> mthrown = tree.sym.type.getThrownTypes(); in visitMethodDef() local
1021 caught = chk.union(caught, mthrown); in visitMethodDef()
1023 caught = mthrown; in visitMethodDef()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1016 List<Type> mthrown = in visitClassDef() local
1019 caught = mthrown; in visitClassDef()
1022 caught = chk.intersect(mthrown, caught); in visitClassDef()
1078 List<Type> mthrown = tree.sym.type.getThrownTypes(); in visitMethodDef() local
1091 caught = chk.union(caught, mthrown); in visitMethodDef()
1093 caught = mthrown; in visitMethodDef()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1016 List<Type> mthrown = in visitClassDef() local
1019 caught = mthrown; in visitClassDef()
1022 caught = chk.intersect(mthrown, caught); in visitClassDef()
1078 List<Type> mthrown = tree.sym.type.getThrownTypes(); in visitMethodDef() local
1091 caught = chk.union(caught, mthrown); in visitMethodDef()
1093 caught = mthrown; in visitMethodDef()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1004 List<Type> mthrown = in visitClassDef() local
1007 caught = mthrown; in visitClassDef()
1010 caught = chk.intersect(mthrown, caught); in visitClassDef()
1066 List<Type> mthrown = tree.sym.type.getThrownTypes(); in visitMethodDef() local
1079 caught = chk.union(caught, mthrown); in visitMethodDef()
1081 caught = mthrown; in visitMethodDef()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1073 List<Type> mthrown =
1076 caught = mthrown;
1079 caught = chk.intersect(mthrown, caught);
1135 List<Type> mthrown = tree.sym.type.getThrownTypes();
1148 caught = chk.union(caught, mthrown);
1150 caught = mthrown;