Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 25 of 55) sorted by relevance

123

/third_party/mesa3d/src/compiler/glsl/
Dlist.h682 #define exec_node_typed_forward(__node, __type) \ argument
683 (!exec_node_is_tail_sentinel(__node) ? (__type) (__node) : NULL)
685 #define exec_node_typed_backward(__node, __type) \ argument
686 (!exec_node_is_head_sentinel(__node) ? (__type) (__node) : NULL)
688 #define foreach_in_list(__type, __inst, __list) \ argument
689 for (__type *__inst = exec_node_typed_forward((__list)->head_sentinel.next, __type *); \
691 (__inst) = exec_node_typed_forward((__inst)->next, __type *))
693 #define foreach_in_list_reverse(__type, __inst, __list) \ argument
694 for (__type *__inst = exec_node_typed_backward((__list)->tail_sentinel.prev, __type *); \
696 (__inst) = exec_node_typed_backward((__inst)->prev, __type *))
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_cfg.h396 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument
398 foreach_inst_in_block (__type, __inst, __block)
403 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument
405 foreach_inst_in_block_safe (__type, __inst, __block)
419 #define foreach_inst_in_block(__type, __inst, __block) \ argument
420 foreach_in_list(__type, __inst, &(__block)->instructions)
422 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument
423 for (__type *__inst = (__type *)__block->instructions.head_sentinel.next, \
424 *__next = (__type *)__inst->next; \
427 __next = (__type *)__next->next)
[all …]
/third_party/libdrm/
Dutil_double_list.h98 #define LIST_ENTRY(__type, __item, __field) \ argument
99 ((__type *)(((char *)(__item)) - offsetof(__type, __field)))
101 #define LIST_FIRST_ENTRY(__ptr, __type, __field) \ argument
102 LIST_ENTRY(__type, (__ptr)->next, __field)
104 #define LIST_LAST_ENTRY(__ptr, __type, __field) \ argument
105 LIST_ENTRY(__type, (__ptr)->prev, __field)
Dlibdrm_lists.h76 #define DRMLISTENTRY(__type, __item, __field) \ argument
77 ((__type *)(((char *) (__item)) - offsetof(__type, __field)))
/third_party/typescript/tests/baselines/reference/
DtypeFromContextualThisType.symbols11 >this : Symbol(__type, Decl(bug25926.js, 0, 11))
27 >this : Symbol(__type, Decl(bug25926.js, 7, 11))
30 >this : Symbol(__type, Decl(bug25926.js, 7, 11))
34 >this : Symbol(__type, Decl(bug25926.js, 7, 11))
DthisTypeInObjectLiterals2.symbols105 >this : Symbol(__type, Decl(thisTypeInObjectLiterals2.ts, 28, 12))
111 >this : Symbol(__type, Decl(thisTypeInObjectLiterals2.ts, 28, 12))
117 >this : Symbol(__type, Decl(thisTypeInObjectLiterals2.ts, 28, 12))
123 >this : Symbol(__type, Decl(thisTypeInObjectLiterals2.ts, 28, 12))
148 >this : Symbol(__type, Decl(thisTypeInObjectLiterals2.ts, 28, 12))
154 >this : Symbol(__type, Decl(thisTypeInObjectLiterals2.ts, 28, 12))
160 >this : Symbol(__type, Decl(thisTypeInObjectLiterals2.ts, 28, 12))
166 >this : Symbol(__type, Decl(thisTypeInObjectLiterals2.ts, 28, 12))
191 >this : Symbol(__type, Decl(thisTypeInObjectLiterals2.ts, 28, 12))
197 >this : Symbol(__type, Decl(thisTypeInObjectLiterals2.ts, 28, 12))
[all …]
DconstructorTagWithThisTag.symbols12 >this : Symbol(__type, Decl(classthisboth.js, 2, 10))
15 >this : Symbol(__type, Decl(classthisboth.js, 2, 10))
DsymbolLinkDeclarationEmitModuleNames.symbols38 readonly __type: T;
39 >__type : Symbol(BindingKey.__type, Decl(bindingkey.ts, 1, 28))
DsymbolLinkDeclarationEmitModuleNamesRootDir.symbols16 readonly __type: T;
17 >__type : Symbol(BindingKey.__type, Decl(bindingkey.d.ts, 1, 36))
DsymbolLinkDeclarationEmitModuleNames.js16 readonly __type: T;
74 readonly __type: T;
DsymbolLinkDeclarationEmitModuleNames.types36 readonly __type: T;
37 >__type : T
DsymbolLinkDeclarationEmitModuleNamesRootDir.types13 readonly __type: T;
14 >__type : T
DreadonlyAssignmentInSubclassOfClassExpression.symbols9 >super : Symbol(__type, Decl(readonlyAssignmentInSubclassOfClassExpression.ts, 0, 28))
DsymbolLinkDeclarationEmitModuleNamesRootDir.js8 readonly __type: T;
/third_party/jsframework/runtime/main/model/
Dindex.ts83 private __type: string; property in Vm
137 this.__type = type;
146 `'_innerInit' lifecycle in Vm(${this.__type}) and mergedData = ${JSON.stringify(mergedData)}.`
173 Log.debug(`"onInit" lifecycle in Vm(${this.__type})`);
474 Log.debug(`[JS Framework] "onDestroy" lifecycle in Vm(${this.__type})`);
499 delete this.__type;
557 return this.__type;
561 this.__type = newType;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTLS.h77 using FieldName##__type = Type; \
91 static_cast<FieldName##__type>(pthread_getspecific(FieldName##__key)))
/third_party/typescript/tests/cases/compiler/
DsymbolLinkDeclarationEmitModuleNames.ts15 readonly __type: T; property in BindingKey
DsymbolLinkDeclarationEmitModuleNamesRootDir.ts7 readonly __type: T; property in BindingKey
/third_party/mesa3d/src/util/
Dlist.h170 #define LIST_ENTRY(__type, __item, __field) \ argument
171 ((__type *)(((char *)(__item)) - offsetof(__type, __field)))
/third_party/boost/libs/type_traits/doc/
Dtype_with_alignment.qbk16 __type a built-in or POD type with an alignment
Dadd_cv.qbk18 __type The same type as `T const volatile` for all `T`.
Dadd_volatile.qbk18 __type The same type as `T volatile` for all `T`.
Dremove_reference.qbk18 __type The same type as `T`, but with any reference modifier removed.
Dadd_const.qbk18 __type The same type as `T const` for all `T`.
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c31 #define LIST_FIRST_ENTRY(__type, __item, __field) \ argument
32 LIST_ENTRY(__type, (__item)->next, __field)

123