/third_party/typescript/src/compiler/transformers/ |
D | es2017.ts | 10 const enum ContextFlags { enum 51 let contextFlags: ContextFlags = 0; 68 setContextFlag(ContextFlags.NonTopLevel, false); 69 …setContextFlag(ContextFlags.HasLexicalThis, !isEffectiveStrictModeSourceFile(node, compilerOptions… 75 function setContextFlag(flag: ContextFlags, val: boolean) { 79 function inContext(flags: ContextFlags) { 84 return !inContext(ContextFlags.NonTopLevel); 88 return inContext(ContextFlags.HasLexicalThis); 91 function doWithContext<T, U>(flags: ContextFlags, cb: (value: T) => U, value: T) { 119 …return doWithContext(ContextFlags.NonTopLevel | ContextFlags.HasLexicalThis, visitMethodDeclaratio… [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 222 c.ContextFlags = contextFlags; \ 231 c.ContextFlags = contextFlags; \ 248 c.ContextFlags = contextFlags; \
|
D | StackWalker.cpp | 1077 c.ContextFlags = USED_CONTEXT_FLAGS; in ShowCallstack()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 222 c.ContextFlags = contextFlags; \ 231 c.ContextFlags = contextFlags; \ 248 c.ContextFlags = contextFlags; \
|
D | StackWalker.cpp | 1077 c.ContextFlags = USED_CONTEXT_FLAGS; in ShowCallstack()
|
/third_party/mingw-w64/mingw-w64-libraries/pseh/src/ |
D | framebased.c | 102 if(((CONTEXT_)->ContextFlags & CONTEXT_INTEGER) == CONTEXT_INTEGER) \ 119 if(((CONTEXT_)->ContextFlags & CONTEXT_CONTROL) == CONTEXT_CONTROL) \ 136 if(((CONTEXT_)->ContextFlags & CONTEXT_SEGMENTS) == CONTEXT_SEGMENTS) \
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/ |
D | context1.c | 48 context.ContextFlags = CONTEXT_CONTROL; in main()
|
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/ |
D | d3d11_4.h | 258 UINT ContextFlags, 344 UINT ContextFlags, 523 …vice4_CreateDeferredContext(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredCon… 541 …ce4_CreateDeferredContext1(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredCont… 651 … HRESULT ID3D11Device4_CreateDeferredContext(ID3D11Device4* This,UINT ContextFlags,ID3D11DeviceCon… 652 return This->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext); 703 …HRESULT ID3D11Device4_CreateDeferredContext1(ID3D11Device4* This,UINT ContextFlags,ID3D11DeviceCon… 704 return This->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext); 977 UINT ContextFlags, 1063 UINT ContextFlags, [all …]
|
D | d3d11_2.h | 1849 UINT ContextFlags, 1935 UINT ContextFlags, 2036 …vice2_CreateDeferredContext(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredCon… 2054 …ce2_CreateDeferredContext1(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredCont… 2149 … HRESULT ID3D11Device2_CreateDeferredContext(ID3D11Device2* This,UINT ContextFlags,ID3D11DeviceCon… 2150 return This->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext); 2201 …HRESULT ID3D11Device2_CreateDeferredContext1(ID3D11Device2* This,UINT ContextFlags,ID3D11DeviceCon… 2202 return This->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext);
|
D | d3d11_1.idl | 517 UINT ContextFlags,
|
D | d3d11_1.h | 3672 UINT ContextFlags, 3875 UINT ContextFlags, 3961 UINT ContextFlags, 4035 …vice1_CreateDeferredContext(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredCon… 4053 …ce1_CreateDeferredContext1(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredCont… 4143 … HRESULT ID3D11Device1_CreateDeferredContext(ID3D11Device1* This,UINT ContextFlags,ID3D11DeviceCon… 4144 return This->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext); 4195 …HRESULT ID3D11Device1_CreateDeferredContext1(ID3D11Device1* This,UINT ContextFlags,ID3D11DeviceCon… 4196 return This->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext);
|
D | d3d11_3.h | 4723 UINT ContextFlags, 4809 UINT ContextFlags, 4978 …vice3_CreateDeferredContext(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredCon… 4996 …ce3_CreateDeferredContext1(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredCont… 5103 … HRESULT ID3D11Device3_CreateDeferredContext(ID3D11Device3* This,UINT ContextFlags,ID3D11DeviceCon… 5104 return This->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext); 5155 …HRESULT ID3D11Device3_CreateDeferredContext1(ID3D11Device3* This,UINT ContextFlags,ID3D11DeviceCon… 5156 return This->lpVtbl->CreateDeferredContext1(This,ContextFlags,ppDeferredContext);
|
D | d3d11.h | 10331 UINT ContextFlags, 10571 UINT ContextFlags, 10688 …evice_CreateDeferredContext(This,ContextFlags,ppDeferredContext) (This)->lpVtbl->CreateDeferredCon… 10788 static FORCEINLINE HRESULT ID3D11Device_CreateDeferredContext(ID3D11Device* This,UINT ContextFlags,… 10789 return This->lpVtbl->CreateDeferredContext(This,ContextFlags,ppDeferredContext);
|
/third_party/mingw-w64/mingw-w64-crt/profile/ |
D | profil.c | 43 ctx.ContextFlags = CONTEXT_CONTROL | CONTEXT_INTEGER; in get_thrpc()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | vdmdbg.h | 83 ULONG ContextFlags;
|
D | ndr64types.h | 151 NDR64_UINT8 ContextFlags; member
|
D | objidl.idl | 528 long ContextFlags; 535 long ContextFlags;
|
D | winnt.h | 1706 DWORD ContextFlags; member 1892 DWORD ContextFlags; member 2099 ULONG ContextFlags; /* 000 */ member 2376 DWORD ContextFlags; member 2530 DWORD ContextFlags; member 9111 DWORD ContextFlags; member
|
/third_party/typescript/src/services/ |
D | stringCompletions.ts | 262 …const completionsType = checker.getContextualType(objectLiteralExpression, ContextFlags.Completion…
|
D | completions.ts | 1486 …= jsxContainer && typeChecker.getContextualType(jsxContainer.attributes, ContextFlags.Completions); 2056 …nst completionsType = typeChecker.getContextualType(objectLikeContainer, ContextFlags.Completions);
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/src/ |
D | thread.c | 1232 ctxt.ContextFlags = CONTEXT_CONTROL; in pthread_cancel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 232 Context.ContextFlags = CONTEXT_CONTROL | CONTEXT_INTEGER;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Signals.inc | 235 Context.ContextFlags = CONTEXT_CONTROL | CONTEXT_INTEGER;
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 516 getContextualType: (nodeIn: Expression, contextFlags?: ContextFlags) => { 523 if (contextFlags! & ContextFlags.Completions && containingCall) { 532 if (contextFlags! & ContextFlags.Completions && containingCall) { 24259 …ntextualTypeForInitializerExpression(node: Expression, contextFlags?: ContextFlags): Type | undefi… 24266 …if (!(contextFlags! & ContextFlags.SkipBindingPatterns) && isBindingPattern(declaration.name)) { /… 24300 …etContextualTypeForAwaitOperand(node: AwaitExpression, contextFlags?: ContextFlags): Type | undefi… 24393 …function getContextualTypeForBinaryOperand(node: Expression, contextFlags?: ContextFlags): Type | … 24550 …ualTypeForObjectLiteralMethod(node: MethodDeclaration, contextFlags?: ContextFlags): Type | undefi… 24559 …extualTypeForObjectLiteralElement(element: ObjectLiteralElementLike, contextFlags?: ContextFlags) { 24593 …tContextualTypeForConditionalOperand(node: Expression, contextFlags?: ContextFlags): Type | undefi… [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.c | 2864 context.ContextFlags = CONTEXT_FULL; in generate_dbghelp_trace()
|