Searched refs:ggc_alloc_string (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | ggc.h | 236 extern const char *ggc_alloc_string (const char *contents, int length 240 #define ggc_strdup(S) ggc_alloc_string ((S), -1 MEM_STAT_INFO)
|
H A D | stringpool.c | 71 ggc_alloc_string (const char *contents, int length MEM_STAT_DECL) in ggc_alloc_string() function
|
H A D | optabs-libfuncs.c | 181 ggc_alloc_string (libfunc_name, p - libfunc_name)); in gen_libfunc() 437 ggc_alloc_string (libfunc_name, p - libfunc_name)); in gen_interclass_conv_libfunc() 571 ggc_alloc_string (libfunc_name, p - libfunc_name)); in gen_intraclass_conv_libfunc()
|
H A D | stmt.c | 245 *constraint_p = ggc_alloc_string (buf, c_len); in parse_output_constraint()
|
H A D | gimple.c | 607 p->string = ggc_alloc_string (string, size); in gimple_build_asm_1()
|
H A D | dwarf2out.c | 12312 = ggc_alloc_string (dirs[i].path, in output_file_names()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ggc.h | 229 #define ggc_alloc_string(c, l) ggc_alloc_string_stat (c, l MEM_STAT_INFO) macro
|
H A D | stmt.c | 343 *constraint_p = ggc_alloc_string (buf, c_len); in parse_output_constraint()
|
H A D | optabs.c | 5415 ggc_alloc_string (libfunc_name, p - libfunc_name)); in gen_libfunc() 5665 ggc_alloc_string (libfunc_name, p - libfunc_name)); in gen_interclass_conv_libfunc() 5799 ggc_alloc_string (libfunc_name, p - libfunc_name)); in gen_intraclass_conv_libfunc()
|
H A D | gimple.c | 650 p->gimple_asm.string = ggc_alloc_string (string, size); in gimple_build_asm_1()
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.c | 12933 name = ggc_alloc_string (imp_name, namelen + prefixlen); in get_dllimport_decl()
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.c | 16890 name = ggc_alloc_string (imp_name, namelen + prefixlen); in get_dllimport_decl()
|