HomeSort by: relevance | last modified time | path
    Searched defs:string_concat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1416 /* string_concat's constructor. */
1418 string_concat::string_concat (int num, location_t *locs) function in class:string_concat
1430 m_table = hash_map <location_hash, string_concat *>::create_ggc (64);
1450 string_concat *concat
1451 = new (ggc_alloc <string_concat> ()) string_concat (num, locs);
1477 string_concat **concat = m_table->get (key_loc);
input.cc 1416 /* string_concat's constructor. */
1418 string_concat::string_concat (int num, location_t *locs) function in class:string_concat
1430 m_table = hash_map <location_hash, string_concat *>::create_ggc (64);
1450 string_concat *concat
1451 = new (ggc_alloc <string_concat> ()) string_concat (num, locs);
1477 string_concat **concat = m_table->get (key_loc);

Completed in 63 milliseconds