OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string_concat
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
input.h
258
class GTY(())
string_concat
261
string_concat
(int num, location_t *locs);
289
hash_map <location_hash,
string_concat
*> *m_table;
input.cc
1541
/*
string_concat
's constructor. */
1543
string_concat
::
string_concat
(int num, location_t *locs)
function in class:string_concat
1555
m_table = hash_map <location_hash,
string_concat
*>::create_ggc (64);
1575
string_concat
*concat
1576
= new (ggc_alloc <
string_concat
> ())
string_concat
(num, locs);
1602
string_concat
**concat = m_table->get (key_loc);
/src/external/gpl3/gcc.old/dist/gcc/
input.h
249
class GTY(())
string_concat
252
string_concat
(int num, location_t *locs);
280
hash_map <location_hash,
string_concat
*> *m_table;
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 20 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026