Searched defs:__tag (Results 1 – 7 of 7) sorted by relevance
95 using __tag = typename __result::__invoke_type; in _GLIBCXX_VISIBILITY() local109 using __tag = typename __result::__invoke_type; in _GLIBCXX_VISIBILITY() local141 using __tag = typename __result::__invoke_type; in _GLIBCXX_VISIBILITY() local153 using __tag = typename __result::__invoke_type; in _GLIBCXX_VISIBILITY() local
94 using __tag = typename __result::__invoke_type; in _GLIBCXX_VISIBILITY() local108 using __tag = typename __result::__invoke_type; in _GLIBCXX_VISIBILITY() local140 using __tag = typename __result::__invoke_type; in _GLIBCXX_VISIBILITY() local152 using __tag = typename __result::__invoke_type; in _GLIBCXX_VISIBILITY() local
91 #define TAG_GET_DEST(__tag) ((__tag) & 0xf) argument94 #define TAG_UPDATE_DEST(__tag, __dest) (((__tag) & ~0xf) | (__dest & 0xf)) argument
224 uint __tag; in version() member
156 typedef _Is_contiguous_sequence<_Sequence> __tag; in __foreign_iterator_aux2() typedef