Home
last modified time | relevance | path

Searched defs:map_attr_string (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c370 map_attr_string (file_location loc, const char *p, mapping **iterator_out = 0) struct
372 const char *attr;
373 struct mapping *iterator;
374 unsigned int i;
375 struct mapping *m;
376 struct map_value *v;
377 int iterator_name_len;
378 struct map_value *res = NULL;
379 struct mapping *prev = NULL;
395 FOR_EACH_VEC_ELT (current_iterators, i, iterator) in FOR_EACH_VEC_ELT()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl.cc436 map_attr_string (file_location loc, const char *p, mapping **iterator_out = 0) in map_attr_string() function