Home
last modified time | relevance | path

Searched refs:ggc_alloc_string (Results 1 – 12 of 12) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc.h236 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 Dstringpool.c71 ggc_alloc_string (const char *contents, int length MEM_STAT_DECL) in ggc_alloc_string() function
H A Doptabs-libfuncs.c181 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 Dstmt.c245 *constraint_p = ggc_alloc_string (buf, c_len); in parse_output_constraint()
H A Dgimple.c607 p->string = ggc_alloc_string (string, size); in gimple_build_asm_1()
H A Ddwarf2out.c12312 = ggc_alloc_string (dirs[i].path, in output_file_names()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dggc.h229 #define ggc_alloc_string(c, l) ggc_alloc_string_stat (c, l MEM_STAT_INFO) macro
H A Dstmt.c343 *constraint_p = ggc_alloc_string (buf, c_len); in parse_output_constraint()
H A Doptabs.c5415 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 Dgimple.c650 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 Di386.c12933 name = ggc_alloc_string (imp_name, namelen + prefixlen); in get_dllimport_decl()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c16890 name = ggc_alloc_string (imp_name, namelen + prefixlen); in get_dllimport_decl()