Home
last modified time | relevance | path

Searched refs:build_string (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12.1/contrib/gcc/
H A Dc-lex.c462 *value = build_string (tok->val.str.len, (char *) tok->val.str.text); in c_lex_with_flags()
784 value = build_string (istr.len, (char *) istr.text); in lex_string()
803 *valp = build_string (istr.len, (char *) istr.text); in lex_string()
815 value = build_string (TYPE_PRECISION (wchar_type_node) in lex_string()
820 value = build_string (1, ""); in lex_string()
H A Dc-pragma.c259 value = build_string (IDENTIFIER_LENGTH (value), in apply_pragma_weak()
564 return build_string (IDENTIFIER_LENGTH (newname), in maybe_apply_renaming_pragma()
586 return build_string (plen + ilen, newname); in maybe_apply_renaming_pragma()
H A Dipa-pure-const.c607 memory_identifier_string = build_string(7, "memory"); in static_execute()
H A Dpredict.c1896 build_string (strlen (HOT_TEXT_SECTION_NAME), HOT_TEXT_SECTION_NAME); in choose_function_section()
1899 build_string (strlen (UNLIKELY_EXECUTED_TEXT_SECTION_NAME), in choose_function_section()
H A Dcoverage.c831 filename_string = build_string (filename_len + 1, filename); in build_gcov_info()
H A Dipa-reference.c746 memory_identifier_string = build_string(7, "memory"); in ipa_init()
H A Dtree-mudflap.c81 tree result = mf_mark (build_string (len + 1, string)); in mf_build_string()
H A Dgimplify.c3967 TREE_VALUE (TREE_PURPOSE (link)) = build_string (constraint_len, p); in gimplify_asm_expr()
4033 input = build_string (dst - str, str); in gimplify_asm_expr()
4036 input = build_string (strlen (buf), buf); in gimplify_asm_expr()
4039 input = build_string (constraint_len - 1, constraint + 1); in gimplify_asm_expr()
H A Dstmt.c1252 = build_string (strlen (buffer), buffer); in resolve_asm_operand_names()
1296 string = build_string (strlen (buffer), buffer); in resolve_asm_operand_names()
H A Dc-parser.c2934 str = build_string (1, ""); in c_parser_asm_string_literal()
4521 name = build_string (IDENTIFIER_LENGTH (id), in c_parser_asm_operands()
H A Dbuiltins.c4878 t = build_string (len, str); in build_string_literal()
5621 x = build4 (ASM_EXPR, void_type_node, build_string (0, ""), NULL, NULL, in expand_builtin_synchronize()
5622 tree_cons (NULL, build_string (6, "memory"), NULL)); in expand_builtin_synchronize()
H A Dtree.h3650 extern tree build_string (int, const char *);
H A Dvarasm.c5667 DECL_SECTION_NAME (decl) = build_string (nlen + plen, string); in default_unique_section()
H A Dtree.c1130 build_string (int len, const char *str) in build_string() function
H A Dc-decl.c2857 init = build_string (length + 1, name); in c_make_fname_decl()
H A DChangeLog-19998930 (build_string): Likewise.
19252 get_identifier, maybe_get_identifier, build_string,
19258 * tree.h (get_identifier, maybe_get_identifier, build_string,
H A DChangeLog-20063908 build_string will generate.
3960 * tree.c (build_string): Do not waste tail padding in
/freebsd-12.1/contrib/gcc/config/arm/
H A Dpe.c268 DECL_SECTION_NAME (decl) = build_string (len, string);
/freebsd-12.1/contrib/gcc/config/i386/
H A Dwinnt.c509 DECL_SECTION_NAME (decl) = build_string (len, string); in i386_pe_unique_section()
H A Di386.c2465 DECL_SECTION_NAME (decl) = build_string (nlen + plen, string); in x86_64_elf_unique_section()
19638 clobbers = tree_cons (NULL_TREE, build_string (5, "flags"), in ix86_md_asm_clobbers()
19640 clobbers = tree_cons (NULL_TREE, build_string (4, "fpsr"), in ix86_md_asm_clobbers()
19642 clobbers = tree_cons (NULL_TREE, build_string (7, "dirflag"), in ix86_md_asm_clobbers()
/freebsd-12.1/contrib/gcc/cp/
H A Drtti.c332 name_string = fix_string_type (build_string (strlen (name) + 1, name)); in tinfo_name()
H A Dparser.c2974 value = build_string (istr.len, (char *)istr.text); in cp_parser_string_literal()
15199 name = build_string (IDENTIFIER_LENGTH (name), in cp_parser_asm_operand_list()
H A Ddecl.c3337 init = build_string (length + 1, name); in cp_fname_init()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c7988 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname); in build_mips16_function_stub()
8216 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname); in build_mips16_call_stub()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c18642 DECL_SECTION_NAME (decl) = build_string (strlen (name), name); in rs6000_xcoff_unique_section()

12