Home
last modified time | relevance | path

Searched refs:map_value (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Ddata.c433 return &e->value.map_value; in mapValue()
527 TAILQ_INIT(&elem->value.map_value); in createMap()
606 TAILQ_INIT(&e->value.map_value); in resetMap()
641 TAILQ_INIT(&e->value.map_value); in resetBy()
642 TAILQ_CONCAT(&e->value.map_value, &o->value.map_value); in resetBy()
772 TAILQ_FOREACH(elem, &m->value.map_value) { in mapGet()
793 TAILQ_INSERT_TAIL(&m->value.map_value, e); in mapSet()
805 TAILQ_FOREACH(elem, &m->value.map_value) { in mapRemove()
812 TAILQ_REMOVE(&m->value.map_value, elem); in mapRemove()
824 TAILQ_FOREACH(elem, &m->value.map_value) { in mapContains()
[all …]
H A Ddata.h214 struct map map_value; /* map */ member
H A Dparse.c6114 if (TAILQ_EMPTY(&expr->value.map_value)) { in expression()
6122 TAILQ_FOREACH(item, &expr->value.map_value) { in expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c46 struct map_value { struct
47 struct map_value *next; argument
63 struct map_value *values; argument
66 struct map_value *current_value;
369 static struct map_value *
376 struct map_value *v;
378 struct map_value *res = NULL;
447 struct map_value *v; in apply_iterator_to_string()
584 struct map_value *v; in apply_attribute_uses()
796 struct map_value *v; in apply_iterators()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl.cc40 struct map_value { struct
41 struct map_value *next; argument
57 struct map_value *values; argument
60 struct map_value *current_value;
435 static struct map_value *
442 struct map_value *v; in map_attr_string()
444 struct map_value *res = NULL; in map_attr_string()
513 struct map_value *v; in apply_iterator_to_string()
650 struct map_value *v; in apply_attribute_uses()
862 struct map_value *v; in apply_iterators()
[all …]
H A DChangeLog-200417593 * read-rtl.c (map_value, mapping, macro_group): New structures.
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstd-gnu11.m4560 typedef std::pair<int,bool> map_value;
561 typedef std::map<std::string,map_value> map_type;
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1089 if (registered_function **map_value = m_overload_names.get (name)) in add_overloaded_function() local
1091 gcc_assert ((*map_value)->instance == instance in add_overloaded_function()
1092 && ((*map_value)->required_extensions in add_overloaded_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1094 if (registered_function **map_value = m_overload_names.get (name)) in add_overloaded_function() local
1096 gcc_assert ((*map_value)->instance == instance in add_overloaded_function()
1097 && ((*map_value)->required_extensions in add_overloaded_function()