Home
last modified time | relevance | path

Searched refs:flowContext (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/hooks/
H A Ddhcp_fp_plugin.c595 ypDHCPScanner(flowContext->yfctx, &(flowContext->val), in ypFlowClose()
600 ypDHCPScanner(flowContext->yfctx, &(flowContext->rval), in ypFlowClose()
777 (!flowContext->rval.count && !flowContext->rval.vclen)) in ypFlowWrite()
811 memcpy(&(flowContext->val), &(flowContext->rval), in ypFlowWrite()
857 memcpy(&(flowContext->val), &(flowContext->rval), in ypFlowWrite()
1153 if (flowContext->val.fp || flowContext->val.vc) { in ypGetTemplateCount()
1155 } else if (flowContext->rval.fp || flowContext->rval.vc) { in ypGetTemplateCount()
1156 memcpy(&(flowContext->val), &(flowContext->rval), in ypGetTemplateCount()
1163 if (flowContext->val.fp || flowContext->rval.fp || flowContext->val.vc || in ypGetTemplateCount()
1164 flowContext->rval.vc || flowContext->val.count || flowContext->rval.count) in ypGetTemplateCount()
[all …]
H A Ddpacketplugin.c1385 flowContext->captureFwd = flowContext->dpinum; in ypFlowPacket()
1401 flowContext->dpinum = flowContext->captureFwd; in ypFlowPacket()
1494 flowContext->startOffset = flowContext->captureFwd; in ypFlowWrite()
1495 flowContext->captureFwd = flowContext->dpinum; in ypFlowWrite()
1500 if ((flowContext->startOffset >= flowContext->dpinum)) in ypFlowWrite()
1514 flowContext->rec = ypProcessFTP(flowContext, stml, flow, in ypFlowWrite()
1633 flowContext->startOffset = flowContext->captureFwd; in ypFlowWrite()
1634 flowContext->captureFwd = flowContext->dpinum; in ypFlowWrite()
2450 if ((flowContext->startOffset < flowContext->dpinum)) in ypGetTemplateCount()
2460 flowContext->startOffset = flowContext->dpinum + 1; in ypGetTemplateCount()
[all …]
H A Ddpacketplugin.h975 ypDPIFlowCtx_t *flowContext);
978 ypDPIFlowCtx_t *flowContext);
981 ypDPIFlowCtx_t *flowContext);
984 ypDPIFlowCtx_t *flowContext);
987 ypDPIFlowCtx_t *flowContext);
990 ypDPIFlowCtx_t *flowContext);
993 ypDPIFlowCtx_t *flowContext);
996 ypDPIFlowCtx_t *flowContext);
999 ypDPIFlowCtx_t *flowContext);
1002 ypDPIFlowCtx_t *flowContext);
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DScriptCompiler.java2217 switch (flowContext == null ? 0 : flowContext.token.tok) { in checkFlowEndBrace()
2280 flowContext.token.intValue = flowContext.setPt0(pt, false); in checkFlowCommand()
2282 flowContext = flowContext.parent; in checkFlowCommand()
2319 flowContext = flowContext.parent; in checkFlowCommand()
2339 flowContext.token.intValue = flowContext.setPt0(pt, in checkFlowCommand()
2390 (flowContext.ptDefault > 0 ? flowContext.ptDefault in setFlowEnd()
2437 if (flowContext == null || tok != flowContext.tok0) in checkFlowEnd()
2469 flowContext = flowContext.parent; in checkFlowEnd()
2476 if (flowContext.addLine > 0 || flowContext.forceEndIf) { in fixFlowAddLine()
2477 flowContext.addLine = lineCurrent - flowContext.ptLine; in fixFlowAddLine()
[all …]
/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 DStatement.java164 analyseOneArgument18(currentScope, flowContext, flowInfo, expectedType, arguments[i], in analyseArguments()
171 analyseOneArgument18(currentScope, flowContext, flowInfo, expectedType, arguments[i], in analyseArguments()
188 void analyseOneArgument18(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo, in analyseOneArgument18() argument
199 se.internalAnalyseOneArgument18(currentScope, flowContext, expectedType, in analyseOneArgument18()
206 int nullStatus = argument.nullStatus(flowInfo, flowContext); in analyseOneArgument18()
207 internalAnalyseOneArgument18(currentScope, flowContext, expectedType, argument, flowInfo, in analyseOneArgument18()
234 int nullStatus = expr.nullStatus(flowInfo, flowContext); in checkAgainstNullAnnotation()
247 checkAgainstNullTypeAnnotation(scope, methodBinding.returnType, expr, flowContext, flowInfo); in checkAgainstNullAnnotation()
268 se.resultExpressionNullStatus.get(i), flowContext, flowInfo); in checkAgainstNullTypeAnnotation()
272 int nullStatus = expression.nullStatus(flowInfo, flowContext); in checkAgainstNullTypeAnnotation()
[all …]
H A DArrayReference.java47 flowContext.recordAbruptExit(); in analyseAssignment()
49 return analyseCode(currentScope, flowContext, flowInfo); in analyseAssignment()
55 flowContext, in analyseAssignment()
56 analyseCode(currentScope, flowContext, flowInfo).unconditionalInits()); in analyseAssignment()
65 flowInfo = this.receiver.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
66 this.receiver.checkNPE(currentScope, flowContext, flowInfo, 1); in analyseCode()
68 this.position.checkNPEbyUnboxing(currentScope, flowContext, flowInfo); in analyseCode()
70 flowContext.recordAbruptExit(); in analyseCode()
80 return super.checkNPE(scope, flowContext, flowInfo, ttlForFieldCheck); in checkNPE()
238 public int nullStatus(FlowInfo flowInfo, FlowContext flowContext) { in nullStatus() argument
[all …]
H A DOR_OR_Expression.java41 FlowContext flowContext, in analyseCode() argument
53 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
54 mergedInfo = this.right.analyseCode(currentScope, flowContext, mergedInfo); in analyseCode()
55 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
61 FlowInfo leftInfo = this.left.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
62 if ((flowContext.tagBits & FlowContext.INSIDE_NEGATION) == 0) in analyseCode()
63 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
79 rightInfo = this.right.analyseCode(currentScope, flowContext, rightInfo); in analyseCode()
80 if ((flowContext.tagBits & FlowContext.INSIDE_NEGATION) == 0) in analyseCode()
81 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
[all …]
H A DAND_AND_Expression.java38 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
49 FlowInfo mergedInfo = this.left.analyseCode(currentScope, flowContext, flowInfo) in analyseCode()
51 mergedInfo = this.right.analyseCode(currentScope, flowContext, mergedInfo); in analyseCode()
57 FlowInfo leftInfo = this.left.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
58 if ((flowContext.tagBits & FlowContext.INSIDE_NEGATION) != 0) in analyseCode()
59 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
74 rightInfo = this.right.analyseCode(currentScope, flowContext, rightInfo); in analyseCode()
75 if ((flowContext.tagBits & FlowContext.INSIDE_NEGATION) != 0) in analyseCode()
76 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
77 this.left.checkNPEbyUnboxing(currentScope, flowContext, flowInfo); in analyseCode()
[all …]
H A DAssertStatement.java51 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
55 this.assertExpression.checkNPEbyUnboxing(currentScope, flowContext, flowInfo); in analyseCode()
59 flowContext.tagBits |= FlowContext.HIDE_NULL_COMPARISON_WARNING; in analyseCode()
60 …FlowInfo conditionFlowInfo = this.assertExpression.analyseCode(currentScope, flowContext, flowInfo… in analyseCode()
61 flowContext.extendTimeToLiveForNullCheckedField(1); // survive this assert as a Statement in analyseCode()
62 flowContext.tagBits &= ~FlowContext.HIDE_NULL_COMPARISON_WARNING; in analyseCode()
71 …FlowInfo exceptionInfo = this.exceptionArgument.analyseCode(currentScope, flowContext, assertInfo.… in analyseCode()
76 flowContext.checkExceptionHandlers( in analyseCode()
89 flowContext.recordAbruptExit(); in analyseCode()
H A DEqualExpression.java37 int rightStatus = this.right.nullStatus(flowInfo, flowContext); in checkNullComparison()
38 int leftStatus = this.left.nullStatus(flowInfo, flowContext); in checkNullComparison()
71 flowContext.recordNullCheckedFieldReference((Reference) this.left, 1); in checkNullComparison()
107 flowContext.recordUsingNullReference(scope, local, reference, in checkVariableComparison()
112 flowContext.recordUsingNullReference(scope, local, reference, in checkVariableComparison()
120 flowContext.recordUsingNullReference(scope, local, reference, in checkVariableComparison()
124 flowContext.recordUsingNullReference(scope, local, reference, in checkVariableComparison()
159 result = this.left.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
168 currentScope, flowContext, in analyseCode()
185 result = this.left.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
[all …]
H A DThrowStatement.java42 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
43 this.exception.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
44 this.exception.checkNPE(currentScope, flowContext, flowInfo); in analyseCode()
46 flowContext.checkExceptionHandlers(this.exceptionType, this, flowInfo, currentScope); in analyseCode()
47 currentScope.checkUnclosedCloseables(flowInfo, flowContext, this, currentScope); in analyseCode()
48 flowContext.recordAbruptExit(); in analyseCode()
H A DReference.java48 public abstract FlowInfo analyseAssignment(BlockScope currentScope, FlowContext flowContext, FlowIn… in analyseAssignment() argument
51 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
56 public boolean checkNPE(BlockScope scope, FlowContext flowContext, FlowInfo flowInfo, int ttlForFie… in checkNPE() argument
57 if (flowContext.isNullcheckedFieldAccess(this)) { in checkNPE()
60 return super.checkNPE(scope, flowContext, flowInfo, ttlForFieldCheck); in checkNPE()
63 …ence(Scope scope, FieldBinding field, long sourcePosition, FlowContext flowContext, int ttlForFiel… in checkNullableFieldDereference() argument
66 flowContext.recordNullCheckedFieldReference(this, ttlForFieldCheck); in checkNullableFieldDereference()
154 public int nullStatus(FlowInfo flowInfo, FlowContext flowContext) { in nullStatus() argument
161 if (fieldBinding.isNonNull() || flowContext.isNullcheckedFieldAccess(this)) { in nullStatus()
H A DMessageSend.java161 recordCallingClose(currentScope, flowContext, flowInfo, this.receiver); in analyseCode()
202 this.receiver.checkNPE(currentScope, flowContext, flowInfo, timeToLive); in analyseCode()
209 argument.checkNPEbyUnboxing(currentScope, flowContext, flowInfo); in analyseCode()
263 flowContext.recordAbruptExit(); in analyseCode()
299 trackingVariable.markClose(flowInfo, flowContext); in recordCallingClose()
402 int tagBitsSave = flowContext.tagBits; in analyseBooleanAssertion()
403 flowContext.tagBits |= FlowContext.HIDE_NULL_COMPARISON_WARNING; in analyseBooleanAssertion()
408 flowContext.tagBits = tagBitsSave; in analyseBooleanAssertion()
442 FlowContext flowContext, FlowInfo flowInfo, boolean expectingNull) in analyseNullAssertion() argument
444 int nullStatus = argument.nullStatus(flowInfo, flowContext); in analyseNullAssertion()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DStatement.java78 public abstract FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flo… in analyseCode() argument
121 analyseOneArgument18(currentScope, flowContext, flowInfo, expectedType, arguments[i], in analyseArguments()
128 analyseOneArgument18(currentScope, flowContext, flowInfo, expectedType, arguments[i], in analyseArguments()
145 void analyseOneArgument18(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo, in analyseOneArgument18() argument
154 int nullStatus = argument.nullStatus(flowInfo, flowContext); in analyseOneArgument18()
155 internalAnalyseOneArgument18(currentScope, flowContext, expectedType, argument, nullStatus, in analyseOneArgument18()
158 void internalAnalyseOneArgument18(BlockScope currentScope, FlowContext flowContext, TypeBinding exp… in internalAnalyseOneArgument18() argument
185 int nullStatus = expression.nullStatus(flowInfo, flowContext); in checkAgainstNullTypeAnnotation()
186 internalCheckAgainstNullTypeAnnotation(scope, requiredType, expression, nullStatus, flowContext); in checkAgainstNullTypeAnnotation()
189 int nullStatus, FlowContext flowContext) { in internalCheckAgainstNullTypeAnnotation() argument
[all …]
H A DArrayReference.java43 flowContext.recordAbruptExit(); in analyseAssignment()
45 return analyseCode(currentScope, flowContext, flowInfo); in analyseAssignment()
51 flowContext, in analyseAssignment()
52 analyseCode(currentScope, flowContext, flowInfo).unconditionalInits()); in analyseAssignment()
54 int nullStatus = assignment.expression.nullStatus(flowInfo, flowContext); in analyseAssignment()
63 this.receiver.checkNPE(currentScope, flowContext, flowInfo); in analyseCode()
64 flowInfo = this.receiver.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
65 flowInfo = this.position.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
66 this.position.checkNPEbyUnboxing(currentScope, flowContext, flowInfo); in analyseCode()
68 flowContext.recordAbruptExit(); in analyseCode()
[all …]
H A DOR_OR_Expression.java37 FlowContext flowContext, in analyseCode() argument
49 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
50 mergedInfo = this.right.analyseCode(currentScope, flowContext, mergedInfo); in analyseCode()
51 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
57 FlowInfo leftInfo = this.left.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
58 if ((flowContext.tagBits & FlowContext.INSIDE_NEGATION) == 0) in analyseCode()
59 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
74 rightInfo = this.right.analyseCode(currentScope, flowContext, rightInfo); in analyseCode()
75 if ((flowContext.tagBits & FlowContext.INSIDE_NEGATION) == 0) in analyseCode()
76 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
[all …]
H A DReturnStatement.java76 flowContext.recordAbruptExit(); in analyseCode()
83 flowInfo = this.expression.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
84 this.expression.checkNPEbyUnboxing(currentScope, flowContext, flowInfo); in analyseCode()
86 checkAgainstNullAnnotation(currentScope, flowContext, flowInfo); in analyseCode()
93 …edTrackingVariable.markPassedToOutside(currentScope, this.expression, flowInfo, flowContext, true); in analyseCode()
100 FlowContext traversedContext = flowContext; in analyseCode()
168 currentScope.checkUnclosedCloseables(flowInfo, flowContext, this, currentScope); in analyseCode()
170 flowContext.recordAbruptExit(); in analyseCode()
173 void checkAgainstNullAnnotation(BlockScope scope, FlowContext flowContext, FlowInfo flowInfo) { in checkAgainstNullAnnotation() argument
174 int nullStatus = this.expression.nullStatus(flowInfo, flowContext); in checkAgainstNullAnnotation()
[all …]
H A DEqualExpression.java34 int rightStatus = this.right.nullStatus(flowInfo, flowContext); in checkNullComparison()
35 int leftStatus = this.left.nullStatus(flowInfo, flowContext); in checkNullComparison()
68 flowContext.recordNullCheckedFieldReference((Reference) this.left, 1); in checkNullComparison()
104 flowContext.recordUsingNullReference(scope, local, reference, in checkVariableComparison()
109 flowContext.recordUsingNullReference(scope, local, reference, in checkVariableComparison()
117 flowContext.recordUsingNullReference(scope, local, reference, in checkVariableComparison()
121 flowContext.recordUsingNullReference(scope, local, reference, in checkVariableComparison()
145 result = this.left.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
153 currentScope, flowContext, in analyseCode()
169 result = this.left.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
[all …]
H A DAND_AND_Expression.java34 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
45 FlowInfo mergedInfo = this.left.analyseCode(currentScope, flowContext, flowInfo) in analyseCode()
47 mergedInfo = this.right.analyseCode(currentScope, flowContext, mergedInfo); in analyseCode()
53 FlowInfo leftInfo = this.left.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
54 if ((flowContext.tagBits & FlowContext.INSIDE_NEGATION) != 0) in analyseCode()
55 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
69 rightInfo = this.right.analyseCode(currentScope, flowContext, rightInfo); in analyseCode()
70 if ((flowContext.tagBits & FlowContext.INSIDE_NEGATION) != 0) in analyseCode()
71 flowContext.expireNullCheckedFieldInfo(); in analyseCode()
72 this.left.checkNPEbyUnboxing(currentScope, flowContext, flowInfo); in analyseCode()
[all …]
H A DAssertStatement.java47 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
51 this.assertExpression.checkNPEbyUnboxing(currentScope, flowContext, flowInfo); in analyseCode()
55 flowContext.tagBits |= FlowContext.HIDE_NULL_COMPARISON_WARNING; in analyseCode()
56 …FlowInfo conditionFlowInfo = this.assertExpression.analyseCode(currentScope, flowContext, flowInfo… in analyseCode()
57 flowContext.extendTimeToLiveForNullCheckedField(1); // survive this assert as a Statement in analyseCode()
58 flowContext.tagBits &= ~FlowContext.HIDE_NULL_COMPARISON_WARNING; in analyseCode()
67 …FlowInfo exceptionInfo = this.exceptionArgument.analyseCode(currentScope, flowContext, assertInfo.… in analyseCode()
72 flowContext.checkExceptionHandlers( in analyseCode()
85 flowContext.recordAbruptExit(); in analyseCode()
H A DThrowStatement.java38 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
39 this.exception.analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
40 this.exception.checkNPE(currentScope, flowContext, flowInfo); in analyseCode()
42 flowContext.checkExceptionHandlers(this.exceptionType, this, flowInfo, currentScope); in analyseCode()
43 currentScope.checkUnclosedCloseables(flowInfo, flowContext, this, currentScope); in analyseCode()
44 flowContext.recordAbruptExit(); in analyseCode()
H A DMessageSend.java134 recordCallingClose(currentScope, flowContext, flowInfo, this.receiver); in analyseCode()
153 this.receiver.checkNPE(currentScope, flowContext, flowInfo); in analyseCode()
160 argument.checkNPEbyUnboxing(currentScope, flowContext, flowInfo); in analyseCode()
198 flowContext.recordAbruptExit(); in analyseCode()
206 trackingVariable.markClose(flowInfo, flowContext); in recordCallingClose()
292 int tagBitsSave = flowContext.tagBits; in analyseBooleanAssertion()
293 flowContext.tagBits |= FlowContext.HIDE_NULL_COMPARISON_WARNING; in analyseBooleanAssertion()
298 flowContext.tagBits = tagBitsSave; in analyseBooleanAssertion()
332 FlowContext flowContext, FlowInfo flowInfo, boolean expectingNull) in analyseNullAssertion() argument
334 int nullStatus = argument.nullStatus(flowInfo, flowContext); in analyseNullAssertion()
[all …]
H A DAssignment.java58 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
63 this.expression.checkNPEbyUnboxing(currentScope, flowContext, flowInfo); in analyseCode()
79 .analyseAssignment(currentScope, flowContext, flowInfo, this, false) in analyseCode()
83 …FakedTrackingVariable.handleResourceAssignment(currentScope, preInitInfo, flowInfo, flowContext, t… in analyseCode()
87 int nullStatus = this.expression.nullStatus(flowInfo, flowContext); in analyseCode()
90 flowContext.recordUsingNullReference(currentScope, local, this.lhs, in analyseCode()
97 …nullStatus = NullAnnotationMatching.checkAssignment(currentScope, flowContext, var, nullStatus, th… in analyseCode()
106 flowContext.recordNullCheckedFieldReference((Reference) this.lhs, timeToLive); in analyseCode()
112 flowContext.markFinallyNullStatus(local, nullStatus); in analyseCode()
160 public int nullStatus(FlowInfo flowInfo, FlowContext flowContext) { in nullStatus() argument
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/
H A DEqualExpression.java31 FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
37 return right.analyseCode(currentScope, flowContext, in analyseCode()
41 return right.analyseCode(currentScope, flowContext, in analyseCode()
50 .analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
54 .analyseCode(currentScope, flowContext, flowInfo) in analyseCode()
60 flowContext, in analyseCode()
68 return right.analyseCode(currentScope, flowContext, in analyseCode()
72 return right.analyseCode(currentScope, flowContext, in analyseCode()
81 .analyseCode(currentScope, flowContext, flowInfo); in analyseCode()
85 .analyseCode(currentScope, flowContext, flowInfo) in analyseCode()
[all …]
H A DArrayReference.java34 FlowContext flowContext, FlowInfo flowInfo, Assignment assignment, in analyseAssignment() argument
38 return analyseCode(currentScope, flowContext, flowInfo) in analyseAssignment()
43 flowContext, in analyseAssignment()
44 analyseCode(currentScope, flowContext, flowInfo) in analyseAssignment()
50 FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
52 return position.analyseCode(currentScope, flowContext, receiver in analyseCode()
53 .analyseCode(currentScope, flowContext, flowInfo)); in analyseCode()

12345678910