Searched refs:__head (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | ptrlist.h | 96 DO_PREPARE(head, ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 99 DO_NEXT(ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 102 DO_RESET(ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 105 DO_FINISH(ptr, __head##ptr, __list##ptr, __nr##ptr) 108 DO_REVERSE(ptr, __head##ptr, __list##ptr, __nr##ptr, __rname##new, \ 109 new, __head##new, __list##new, __nr##new, PTR_ENTRY_UNTAG) 113 DO_FOR_EACH(head, ptr, __head##ptr, __list##ptr, __nr##ptr, __name##ptr, PTR_ENTRY_NOTAG) 116 DO_FOR_EACH(head, ptr, __head##ptr, __list##ptr, __nr##ptr, __name##ptr, PTR_ENTRY_UNTAG) 119 DO_END_FOR_EACH(ptr, __head##ptr, __list##ptr, __nr##ptr, __name##ptr) 122 DO_FOR_EACH_REVERSE(head, ptr, __head##ptr, __list##ptr, __nr##ptr, __rname##ptr, PTR_ENTRY_NOTAG) [all …]
|
/third_party/libdrm/ |
D | libdrm_lists.h | 98 #define DRMLISTFOREACHENTRY(__item, __list, __head) \ argument 99 for ((__item) = DRMLISTENTRY(__typeof__(*__item), (__list)->next, __head); \ 100 &(__item)->__head != (__list); \ 102 (__item)->__head.next, __head)) 104 #define DRMLISTFOREACHENTRYSAFE(__item, __temp, __list, __head) \ argument 105 for ((__item) = DRMLISTENTRY(__typeof__(*__item), (__list)->next, __head), \ 107 (__item)->__head.next, __head); \ 108 &(__item)->__head != (__list); \ 111 (__temp)->__head.next, __head))
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
D | test42-PR21296-clanggcc.cc | 147 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) in _Tuple_impl() 149 _Base(std::forward<_UHead>(__head)) { } in _Tuple_impl()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 52997 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) in _Tuple_impl() 52998 : _Inherited(__tail...), _Base(__head) { } in _Tuple_impl() 53003 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) in _Tuple_impl() 53005 _Base(std::forward<_UHead>(__head)) { } in _Tuple_impl() 53035 const _Head& __head, const _Tail&... __tail) in _Tuple_impl() 53037 _Base(__use_alloc<_Head, _Alloc, _Head>(__a), __head) { } in _Tuple_impl() 53043 _UHead&& __head, _UTail&&... __tail) in _Tuple_impl() 53046 std::forward<_UHead>(__head)) { } in _Tuple_impl() 53147 constexpr _Tuple_impl(const _Head& __head) in _Tuple_impl() 53148 : _Base(__head) { } in _Tuple_impl() [all …]
|