Home
last modified time | relevance | path

Searched refs:newCapture (Results 1 – 24 of 24) sorted by relevance

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DCaptureBinding18.java196 final CaptureBinding18 newCapture = (CaptureBinding18) clone(enclosingType()); in substituteInferenceVariable() local
197 newCapture.tagBits = this.tagBits; in substituteInferenceVariable()
201 …return (typeVariable == CaptureBinding18.this) ? newCapture : typeVariable; //$IDENTITY-COMPARISO… in substituteInferenceVariable()
212 newCapture.superclass = (ReferenceBinding) Scope.substitute(substitution, currentSuperclass); in substituteInferenceVariable()
213 newCapture.superInterfaces = Scope.substitute(substitution, currentSuperInterfaces); in substituteInferenceVariable()
214 newCapture.upperBounds = Scope.substitute(substitution, currentUpperBounds); in substituteInferenceVariable()
215 return newCapture; in substituteInferenceVariable()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DCaptureBinding18.java249 final CaptureBinding18 newCapture = (CaptureBinding18) clone(enclosingType()); in substituteInferenceVariable() local
250 newCapture.tagBits = this.tagBits; in substituteInferenceVariable()
254 …return (typeVariable == CaptureBinding18.this) ? newCapture : typeVariable; //$IDENTITY-COMPARISO… in substituteInferenceVariable()
266 newCapture.firstBound = Scope.substitute(substitution, currentFirstBound); in substituteInferenceVariable()
267 newCapture.superclass = (ReferenceBinding) Scope.substitute(substitution, currentSuperclass); in substituteInferenceVariable()
268 newCapture.superInterfaces = Scope.substitute(substitution, currentSuperInterfaces); in substituteInferenceVariable()
269 newCapture.upperBounds = Scope.substitute(substitution, currentUpperBounds); in substituteInferenceVariable()
270 return newCapture; in substituteInferenceVariable()
H A DCaptureBinding.java472 …CaptureBinding newCapture = (CaptureBinding) this.environment.getUnannotatedType(this).clone(null); in withoutToplevelNullAnnotation() local
474 newCapture.tagBits |= TagBits.HasTypeAnnotations; in withoutToplevelNullAnnotation()
475 newCapture.wildcard = newWildcard; in withoutToplevelNullAnnotation()
478 newCapture.superclass = this.superclass; in withoutToplevelNullAnnotation()
479 newCapture.superInterfaces = this.superInterfaces; in withoutToplevelNullAnnotation()
482 return this.environment.createAnnotatedType(newCapture, newAnnotations); in withoutToplevelNullAnnotation()
/dports/converters/lua-json/luajson-1.3.4/lua/json/decode/
H A Dcomposite.lua143 local newCapture = generateSingleCallLexer(name, func)
145 callCapture = newCapture
147 callCapture = callCapture + newCapture
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/
H A DNode.cs1017 Identification[] newCapture = new Identification[newLength]; in MergeFrom()
1019 Array.Copy(Capture, 0, newCapture, 0, Capture.Length); in MergeFrom()
1021 Array.Copy(n.Capture, 0, newCapture, (Capture != null ? Capture.Length : 0), n.Capture.Length); in MergeFrom()
1022 Capture = newCapture; in MergeFrom()
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DMESSAGE.signature.sml684 | WM_CAPTURECHANGED of { newCapture: HWND }
H A DMessage.sml1488 | WM_CAPTURECHANGED of { newCapture: HWND }
2481 | decompileMessage (0x0215, _, lp) = WM_CAPTURECHANGED { newCapture = toHWND lp }
3245 | compileMessage (WM_CAPTURECHANGED {newCapture}) = (0x0215, 0w0, fromHWND newCapture, noFree)
/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/hooks/
H A Ddpacketplugin.c2652 uint8_t newCapture = flowContext->dpinum; in ypDPIScanner() local
2681 return (flowContext->dpinum - newCapture); in ypDPIScanner()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h12281 VarDecl *newCapture = in TransformBlockExpr() local
12284 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h12222 VarDecl *newCapture = in TransformBlockExpr() local
12225 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13090 VarDecl *newCapture = in TransformBlockExpr() local
13093 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h13090 VarDecl *newCapture = in TransformBlockExpr() local
13093 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h12647 VarDecl *newCapture = in TransformBlockExpr() local
12650 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DTreeTransform.h13805 VarDecl *newCapture = in TransformBlockExpr() local
13808 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DTreeTransform.h13808 VarDecl *newCapture = in TransformBlockExpr() local
13811 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h13746 VarDecl *newCapture = in TransformBlockExpr() local
13749 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DTreeTransform.h13823 VarDecl *newCapture = in TransformBlockExpr() local
13826 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DTreeTransform.h13808 VarDecl *newCapture = in TransformBlockExpr() local
13811 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DTreeTransform.h14122 VarDecl *newCapture = in TransformBlockExpr() local
14125 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h14110 VarDecl *newCapture = in TransformBlockExpr() local
14113 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h14110 VarDecl *newCapture = in TransformBlockExpr() local
14113 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14110 VarDecl *newCapture = in TransformBlockExpr() local
14113 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h14110 VarDecl *newCapture = in TransformBlockExpr() local
14113 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DTreeTransform.h14110 VarDecl *newCapture = in TransformBlockExpr() local
14113 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()