Home
last modified time | relevance | path

Searched refs:it_type (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp67 typedef typename Node_Iterator::value_type it_type; typedef
69 typedef typename std::iterator_traits< it_type>::value_type value_type;
103 virtual it_type
106 it_type
124 typedef typename Const_Node_Iterator::value_type it_type; typedef
126 typedef typename std::iterator_traits< it_type>::value_type value_type;
160 virtual it_type
163 it_type
/openbsd/usr.bin/ctfconv/
H A Dparse.c219 it->it_type = type; in it_new()
263 assert(fwd->it_type == it->it_type); in it_merge()
326 if (a->it_type > b->it_type) in it_cmp()
328 if (a->it_type < b->it_type) in it_cmp()
332 if ((a->it_type == CTF_K_INTEGER || a->it_type == CTF_K_FLOAT)) { in it_cmp()
344 if (a->it_type == CTF_K_ARRAY) { in it_cmp()
698 it->it_type == CTF_K_UNION || in cu_parse()
699 it->it_type == CTF_K_ENUM); in cu_parse()
715 it->it_type == CTF_K_ENUM || in cu_parse()
976 assert(it->it_type == CTF_K_ENUM); in subparse_enumerator()
[all …]
H A Dctfconv.c406 switch (it->it_type) { in dump_type()
416 it->it_type); in dump_type()
424 switch (it->it_type) { in dump_type()
429 (it->it_type == CTF_K_INTEGER) ? "INTEGER" : "FLOAT", in dump_type()
461 (it->it_type == CTF_K_STRUCT) ? "STRUCT" : "UNION", in dump_type()
499 if (it->it_type == CTF_K_UNKNOWN && it->it_nelems == 0) in dump_func()
H A Dgenerate.c145 kind = it->it_type; in imcs_add_func()
184 assert(it->it_type != CTF_K_UNKNOWN && it->it_type != CTF_K_FORWARD); in imcs_add_type()
188 kind = it->it_type; in imcs_add_type()
H A Ditype.h53 uint16_t it_type; /* CTF: type */ member