Home
last modified time | relevance | path

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

123

/dports/news/newsfish/newsfish-1.2.6/
H A Dnewsfish.c797 catchup (struct catchupPattern *catchList) in catchup() argument
801 if (catchList) { in catchup()
809 PROGRAM_NAME, catchList->name); in catchup()
810 catchList = catchList->next; in catchup()
812 while (catchList); in catchup()
877 struct catchupPattern *catchList, *cp; in main() local
892 catchList = NULL; in main()
911 cp->next = catchList; in main()
913 catchList = cp; in main()
1073 if (catchAll || catchList) in main()
[all …]
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXTryAction.java27 public STAXTryAction(STAXAction action, List<STAXCatchAction> catchList) in STAXTryAction() argument
30 fCatchList = catchList; in STAXTryAction()
35 public void setCatchList(List<STAXCatchAction> catchList) in setCatchList() argument
37 fCatchList = catchList; in setCatchList()
H A DSTAXTryActionFactory.java66 List<STAXCatchAction> catchList = new ArrayList<STAXCatchAction>(); in parseAction() local
86 catchList.add(handleCatch(staxService, job, thisChild)); in parseAction()
128 action.setCatchList(catchList); in parseAction()
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/AST/
H A DCreateIR.Mod462 catchList: IR.CatchList;
467 NEW(catchList, tryStatm.catchList.len);
469 FOR i := 0 TO tryStatm.catchList.len-1 DO
470 catch := tryStatm.catchList.n[i](AST.Catch);
481 catchList[i] := b.NewCatchClause(guard, catchStatm);
483 RETURN b.NewTryStatm(tryStatm.try.sym, statmSeq, catchList);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DStubSkeletonWriter.java338 List<ClassDoc> catchList = computeUniqueCatchList(exceptions); in writeStubMethod() local
345 if (catchList.size() > 0) { in writeStubMethod()
434 if (catchList.size() > 0) { in writeStubMethod()
435 for (ClassDoc catchClass : catchList) { in writeStubMethod()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DStubSkeletonWriter.java338 List<ClassDoc> catchList = computeUniqueCatchList(exceptions); in writeStubMethod() local
345 if (catchList.size() > 0) { in writeStubMethod()
434 if (catchList.size() > 0) { in writeStubMethod()
435 for (ClassDoc catchClass : catchList) { in writeStubMethod()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRMIGenerator.java499 Vector<ClassDefinition> catchList = computeUniqueCatchList(exceptions); in writeStubMethod() local
506 if (catchList.size() > 0) { in writeStubMethod()
594 if (catchList.size() > 0) { in writeStubMethod()
595 for (Enumeration<ClassDefinition> enumeration = catchList.elements(); in writeStubMethod()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRMIGenerator.java499 Vector<ClassDefinition> catchList = computeUniqueCatchList(exceptions); in writeStubMethod() local
506 if (catchList.size() > 0) { in writeStubMethod()
594 if (catchList.size() > 0) { in writeStubMethod()
595 for (Enumeration<ClassDefinition> enumeration = catchList.elements(); in writeStubMethod()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRMIGenerator.java499 Vector<ClassDefinition> catchList = computeUniqueCatchList(exceptions); in writeStubMethod() local
506 if (catchList.size() > 0) { in writeStubMethod()
594 if (catchList.size() > 0) { in writeStubMethod()
595 for (Enumeration<ClassDefinition> enumeration = catchList.elements(); in writeStubMethod()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRMIGenerator.java499 Vector<ClassDefinition> catchList = computeUniqueCatchList(exceptions); in writeStubMethod() local
506 if (catchList.size() > 0) { in writeStubMethod()
594 if (catchList.size() > 0) { in writeStubMethod()
595 for (Enumeration<ClassDefinition> enumeration = catchList.elements(); in writeStubMethod()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRMIGenerator.java499 Vector<ClassDefinition> catchList = computeUniqueCatchList(exceptions); in writeStubMethod() local
506 if (catchList.size() > 0) { in writeStubMethod()
594 if (catchList.size() > 0) { in writeStubMethod()
595 for (Enumeration<ClassDefinition> enumeration = catchList.elements(); in writeStubMethod()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DFullParseHandler.h642 ParseNode* newTryStatement(uint32_t begin, ParseNode* body, ParseNode* catchList, in newTryStatement() argument
644 TokenPos pos(begin, (finallyBlock ? finallyBlock : catchList)->pn_pos.end); in newTryStatement()
645 return new_<TernaryNode>(PNK_TRY, JSOP_NOP, body, catchList, finallyBlock, pos); in newTryStatement()
660 inline MOZ_MUST_USE bool addCatchBlock(ParseNode* catchList, ParseNode* lexicalScope,
926 FullParseHandler::addCatchBlock(ParseNode* catchList, ParseNode* lexicalScope, in addCatchBlock() argument
932 catchList->append(lexicalScope); in addCatchBlock()
H A DNameFunctions.cpp634 if (ParseNode* catchList = cur->pn_kid2) { in resolve() local
635 MOZ_ASSERT(catchList->isKind(PNK_CATCHLIST)); in resolve()
636 if (!resolve(catchList, prefix)) in resolve()
H A DSyntaxParseHandler.h326 Node newTryStatement(uint32_t begin, Node body, Node catchList, Node finallyBlock) {
338 MOZ_MUST_USE bool addCatchBlock(Node catchList, Node letBlock, Node catchName,
H A DFoldConstants.cpp205 if (ParseNode* catchList = node->pn_kid2) { in ContainsHoistedDeclaration() local
206 for (ParseNode* lexicalScope = catchList->pn_head; in ContainsHoistedDeclaration()
1239 if (ParseNode*& catchList = node->pn_kid2) { in FoldTry() local
1240 if (!Fold(cx, &catchList, parser, inGenexpLambda)) in FoldTry()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/frontend/
H A DFullParseHandler.h625 ParseNode* newTryStatement(uint32_t begin, ParseNode* body, ParseNode* catchList, in newTryStatement() argument
627 TokenPos pos(begin, (finallyBlock ? finallyBlock : catchList)->pn_pos.end); in newTryStatement()
628 return new_<TernaryNode>(PNK_TRY, JSOP_NOP, body, catchList, finallyBlock, pos); in newTryStatement()
643 inline bool addCatchBlock(ParseNode* catchList, ParseNode* letBlock,
928 FullParseHandler::addCatchBlock(ParseNode* catchList, ParseNode* letBlock, in addCatchBlock() argument
935 catchList->append(letBlock); in addCatchBlock()
H A DNameFunctions.cpp619 if (ParseNode* catchList = cur->pn_kid2) { in resolve() local
620 MOZ_ASSERT(catchList->isKind(PNK_CATCHLIST)); in resolve()
621 if (!resolve(catchList, prefix)) in resolve()
H A DSyntaxParseHandler.h316 Node newTryStatement(uint32_t begin, Node body, Node catchList, Node finallyBlock) { in newTryStatement() argument
328 bool addCatchBlock(Node catchList, Node letBlock, in addCatchBlock() argument
H A DFoldConstants.cpp209 if (ParseNode* catchList = node->pn_kid2) { in ContainsHoistedDeclaration() local
210 for (ParseNode* lexicalScope = catchList->pn_head; in ContainsHoistedDeclaration()
1283 if (ParseNode*& catchList = node->pn_kid2) { in FoldTry() local
1284 if (!Fold(cx, &catchList, parser, inGenexpLambda)) in FoldTry()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/
H A DRMIGenerator.java522 Vector<ClassDefinition> catchList = computeUniqueCatchList(exceptions); in writeStubMethod() local
529 if (catchList.size() > 0) { in writeStubMethod()
617 if (catchList.size() > 0) { in writeStubMethod()
618 for (Enumeration<ClassDefinition> enumeration = catchList.elements(); in writeStubMethod()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/
H A DRMIGenerator.java522 Vector<ClassDefinition> catchList = computeUniqueCatchList(exceptions); in writeStubMethod() local
529 if (catchList.size() > 0) { in writeStubMethod()
617 if (catchList.size() > 0) { in writeStubMethod()
618 for (Enumeration<ClassDefinition> enumeration = catchList.elements(); in writeStubMethod()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java690 List<Class<?>> catchList = computeUniqueCatchList(exceptionTypes); in generateMethod() local
691 if (catchList.size() > 0) { in generateMethod()
692 for (Class<?> ex : catchList) { in generateMethod()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java690 List<Class<?>> catchList = computeUniqueCatchList(exceptionTypes); in generateMethod() local
691 if (catchList.size() > 0) { in generateMethod()
692 for (Class<?> ex : catchList) { in generateMethod()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java740 List<Class<?>> catchList = computeUniqueCatchList(exceptionTypes); in generateMethod() local
741 if (catchList.size() > 0) { in generateMethod()
742 for (Class<?> ex : catchList) { in generateMethod()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java742 List<Class<?>> catchList = computeUniqueCatchList(exceptionTypes); in generateMethod() local
743 if (catchList.size() > 0) { in generateMethod()
744 for (Class<?> ex : catchList) { in generateMethod()

123