Home
last modified time | relevance | path

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

12345678910

/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 DMethodDeclaration.java69 public void analyseCode(ClassScope classScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
107 flowContext, in analyseCode()
H A DReferenceExpression.java495 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
498 this.lhs.analyseCode(currentScope, flowContext, flowInfo, true); in analyseCode()
499 this.lhs.checkNPE(currentScope, flowContext, flowInfo); in analyseCode()
542 …trackingVariable = FakedTrackingVariable.getCloseTrackingVariable(this.lhs, flowInfo, flowContext); in analyseCode()
H A DConstructorDeclaration.java238 protected void checkAndGenerateFieldAssignment(FlowContext flowContext, FlowInfo flowInfo, FieldBin… in checkAndGenerateFieldAssignment() argument
H A DTypeReference.java377 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/src/System/Net/
H A DDNS.cs359 …private static IAsyncResult HostResolutionBeginHelper(IPAddress address, bool flowContext, bool in… in HostResolutionBeginHelper() argument
375 if (flowContext) in HostResolutionBeginHelper()
/dports/security/softether/v4.38-9760/src/Wfp/
H A DWfpInner.h292 UINT64 flowContext,
H A DWfp.c514 UINT64 flowContext, in CalloutClassify() argument
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Wfp/
H A DWfpInner.h195 UINT64 flowContext,
H A DWfp.c417 UINT64 flowContext, in CalloutClassify() argument
/dports/security/softether-devel/v4.36-9754/src/Wfp/
H A DWfpInner.h292 UINT64 flowContext,
H A DWfp.c514 UINT64 flowContext, in CalloutClassify() argument
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DReferenceExpression.java388 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
391 this.lhs.checkNPE(currentScope, flowContext, flowInfo); in analyseCode()
392 this.lhs.analyseCode(currentScope, flowContext, flowInfo, true); in analyseCode()
H A DTypeReference.java312 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo) { in analyseCode() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DCodeSnippetSingleNameReference.java62 public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo, bo… in analyseCode() argument
70 …FlowInfo fieldInits = flowContext.getInitsForFinalBlankInitializationCheck(fieldBinding.declaringC… in analyseCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DBinaryExpression.java35 FlowContext flowContext, in analyseCode() argument
41 flowContext, in analyseCode()
42 left.analyseCode(currentScope, flowContext, flowInfo).unconditionalInits()) in analyseCode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocket.cs2092 return UnsafeBeginConnect(remoteEP, callback, state, flowContext:true); in BeginConnect()
2112 …safeBeginConnect(EndPoint remoteEP, AsyncCallback callback, object state, bool flowContext = false) in UnsafeBeginConnect() argument
2116 return BeginConnectEx(remoteEP, flowContext, callback, state); in UnsafeBeginConnect()
4763 …private IAsyncResult BeginConnectEx(EndPoint remoteEP, bool flowContext, AsyncCallback callback, o… in BeginConnectEx() argument
4789 if (flowContext) in BeginConnectEx()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs6855 …private IAsyncResult BeginConnectEx(EndPoint remoteEP, bool flowContext, AsyncCallback callback, o… in BeginConnectEx() argument
6861 …SocketAddress socketAddress = flowContext ? CheckCacheRemote(ref endPointSnapshot, true) : Snapsho… in BeginConnectEx()
6881 if (flowContext) in BeginConnectEx()

12345678910