Home
last modified time | relevance | path

Searched refs:string_concat (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dinput.h122 struct GTY(()) string_concat struct
124 string_concat (int num, location_t *locs);
154 hash_map <location_hash, string_concat *> *m_table; in class()
H A Dinput.c1250 string_concat::string_concat (int num, location_t *locs) in string_concat() function
1262 m_table = hash_map <location_hash, string_concat *>::create_ggc (64); in string_concat_db()
1277 string_concat *concat in record_string_concatenation()
1278 = new (ggc_alloc <string_concat> ()) string_concat (num, locs); in record_string_concatenation()
1300 string_concat **concat = m_table->get (key_loc); in get_string_concatenation()