Home
last modified time | relevance | path

Searched defs:catchBlock (Results 1 – 25 of 49) sorted by relevance

12

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/flow/
H A DExceptionHandlingFlowContext.java107 int catchBlock = this.exceptionToCatchBlockMap != null? this.exceptionToCatchBlockMap[i] : i; in ExceptionHandlingFlowContext() local
187 int catchBlock = this.exceptionToCatchBlockMap[index]; in getExceptionType() local
220 int catchBlock = this.exceptionToCatchBlockMap != null? this.exceptionToCatchBlockMap[i] : i; in individualToString() local
282 …int catchBlock = this.exceptionToCatchBlockMap != null? this.exceptionToCatchBlockMap[index] : ind… in recordHandlingException() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/
H A DExceptionHandlingFlowContext.java117 int catchBlock = this.exceptionToCatchBlockMap != null? this.exceptionToCatchBlockMap[i] : i; in ExceptionHandlingFlowContext() local
197 int catchBlock = this.exceptionToCatchBlockMap[index]; in getExceptionType() local
231 int catchBlock = this.exceptionToCatchBlockMap != null? this.exceptionToCatchBlockMap[i] : i; in individualToString() local
291 …int catchBlock = this.exceptionToCatchBlockMap != null? this.exceptionToCatchBlockMap[index] : ind… in recordHandlingException() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Ddbgunhandledexception.cxx94 auto catchBlock = dyn_cast<CompoundStmt>(currCatchStmt.top()->getHandlerBlock()); in VisitCallExpr() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Ddbgunhandledexception.cxx94 auto catchBlock = dyn_cast<CompoundStmt>(currCatchStmt.top()->getHandlerBlock()); in VisitCallExpr() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DServiceGenerator.java289 JCatchBlock catchBlock = tryBlock._catch(cm.ref(MalformedURLException.class)); in writeAbsWSDLLocation() local
365 JCatchBlock catchBlock = tryBlock._catch(cm.ref(MalformedURLException.class)); in writeClassLoaderBaseResourceWSDLLocation() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DServiceGenerator.java289 JCatchBlock catchBlock = tryBlock._catch(cm.ref(MalformedURLException.class)); in writeAbsWSDLLocation() local
365 JCatchBlock catchBlock = tryBlock._catch(cm.ref(MalformedURLException.class)); in writeClassLoaderBaseResourceWSDLLocation() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DTryNode.java179 private static CatchNode getCatchNodeFromBlock(final Block catchBlock) { in getCatchNodeFromBlock()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DTryNode.java179 private static CatchNode getCatchNodeFromBlock(final Block catchBlock) { in getCatchNodeFromBlock()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DTryNode.java179 private static CatchNode getCatchNodeFromBlock(final Block catchBlock) { in getCatchNodeFromBlock()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DTryNode.java179 private static CatchNode getCatchNodeFromBlock(final Block catchBlock) { in getCatchNodeFromBlock()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DTryNode.java179 private static CatchNode getCatchNodeFromBlock(final Block catchBlock) { in getCatchNodeFromBlock()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/ir/
H A DTryNode.java179 private static CatchNode getCatchNodeFromBlock(final Block catchBlock) { in getCatchNodeFromBlock()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/ir/
H A DTryNode.java179 private static CatchNode getCatchNodeFromBlock(final Block catchBlock) { in getCatchNodeFromBlock()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java1703 JCBlock catchBlock = make.Block(0L, List.<JCStatement>of(assign, rethrowStat)); in makeTwrBlock() local
1735 JCBlock catchBlock = make.Block(0L, List.<JCStatement>of(addSuppressionStatement)); in makeTwrFinallyClause() local
2070 JCCatch catchBlock = make.Catch(make.VarDef(catchParam, null), in classDollarSymBody() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java1703 JCBlock catchBlock = make.Block(0L, List.<JCStatement>of(assign, rethrowStat)); in makeTwrBlock() local
1735 JCBlock catchBlock = make.Block(0L, List.<JCStatement>of(addSuppressionStatement)); in makeTwrFinallyClause() local
2070 JCCatch catchBlock = make.Catch(make.VarDef(catchParam, null), in classDollarSymBody() local
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DTryStatement.java417 private boolean isUncheckedCatchBlock(int catchBlock) { in isUncheckedCatchBlock()
/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.java433 private boolean isUncheckedCatchBlock(int catchBlock) { in isUncheckedCatchBlock()
/dports/devel/binaryen/binaryen-version_98/src/tools/
H A Dwasm2js.cpp688 Ref catchBlock = ValueBuilder::makeBlock(); in emitAssertTrapFunc() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/visitors/
H A DByteCodeVisitor.java1460 CatchBlock catchBlock = (CatchBlock) children.get(i); in visit() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/visitors/
H A DByteCodeVisitor.java1460 CatchBlock catchBlock = (CatchBlock) children.get(i); in visit() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/visitors/
H A DByteCodeVisitor.java1460 CatchBlock catchBlock = (CatchBlock) children.get(i); in visit() local
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dnodes.h1217 RefPtr<StatementNode> catchBlock; variable
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/visitors/
H A DByteCodeVisitor.java1460 CatchBlock catchBlock = (CatchBlock) children.get(i); in visit() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/visitors/
H A DByteCodeVisitor.java1460 CatchBlock catchBlock = (CatchBlock) children.get(i); in visit() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/visitors/
H A DByteCodeVisitor.java1460 CatchBlock catchBlock = (CatchBlock) children.get(i); in visit() local

12