Searched refs:build_string (Results 1 - 23 of 23) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dbuiltins.c423 constructed with build_string will have nulls appended, we win even
4879 t = build_string (len, str);
5623 x = build4 (ASM_EXPR, void_type_node, build_string (0, ""), NULL, NULL,
5624 tree_cons (NULL, build_string (6, "memory"), NULL));
H A Dc-decl.c2871 init = build_string (length + 1, name);
H A Dc-lex.c464 *value = build_string (tok->val.str.len, (char *) tok->val.str.text);
786 value = build_string (istr.len, (char *) istr.text);
805 *valp = build_string (istr.len, (char *) istr.text);
817 value = build_string (TYPE_PRECISION (wchar_type_node)
822 value = build_string (1, "");
H A Dc-parser.c2936 str = build_string (1, "");
4523 name = build_string (IDENTIFIER_LENGTH (id),
H A Dc-pragma.c259 value = build_string (IDENTIFIER_LENGTH (value),
564 return build_string (IDENTIFIER_LENGTH (newname),
586 return build_string (plen + ilen, newname);
H A Dcoverage.c835 filename_string = build_string (filename_len + 1, filename);
H A Dgimplify.c3968 TREE_VALUE (TREE_PURPOSE (link)) = build_string (constraint_len, p);
4034 input = build_string (dst - str, str);
4037 input = build_string (strlen (buf), buf);
4040 input = build_string (constraint_len - 1, constraint + 1);
H A Dipa-pure-const.c608 memory_identifier_string = build_string(7, "memory");
H A Dipa-reference.c747 memory_identifier_string = build_string(7, "memory");
H A Dpredict.c1902 build_string (strlen (HOT_TEXT_SECTION_NAME), HOT_TEXT_SECTION_NAME);
1905 build_string (strlen (UNLIKELY_EXECUTED_TEXT_SECTION_NAME),
H A Dstmt.c1258 = build_string (strlen (buffer), buffer);
1302 string = build_string (strlen (buffer), buffer);
H A Dtree-mudflap.c81 tree result = mf_mark (build_string (len + 1, string));
H A Dtree.c1134 build_string (int len, const char *str)
1130 build_string (int len, const char *str) function
H A Dtree.h3669 extern tree build_string (int, const char *);
H A Dvarasm.c5694 DECL_SECTION_NAME (decl) = build_string (nlen + plen, string);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dpe.c269 DECL_SECTION_NAME (decl) = build_string (len, string);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c2469 DECL_SECTION_NAME (decl) = build_string (nlen + plen, string);
19671 clobbers = tree_cons (NULL_TREE, build_string (5, "flags"),
19673 clobbers = tree_cons (NULL_TREE, build_string (4, "fpsr"),
19675 clobbers = tree_cons (NULL_TREE, build_string (7, "dirflag"),
H A Dwinnt.c510 DECL_SECTION_NAME (decl) = build_string (len, string);
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c8034 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname);
8262 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c18688 DECL_SECTION_NAME (decl) = build_string (strlen (name), name);
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c3346 init = build_string (length + 1, name);
H A Dparser.c2976 value = build_string (istr.len, (char *)istr.text);
15201 name = build_string (IDENTIFIER_LENGTH (name),
H A Drtti.c334 name_string = fix_string_type (build_string (strlen (name) + 1, name));

Completed in 852 milliseconds