Home
last modified time | relevance | path

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

12345

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc560 tree num_string = build_string (len + 1, in c_lex_with_flags()
689 string = build_string (tok->val.str.len - strlen (suffix), in c_lex_with_flags()
708 *value = build_string (tok->val.str.len, (const char *) tok->val.str.text); in c_lex_with_flags()
716 *value = build_string (tok->val.str.len, (const char *)tok->val.str.text); in c_lex_with_flags()
1364 value = build_string (istr.len, (const char *) istr.text); in lex_string()
1383 value = build_string (1, ""); in lex_string()
1386 value = build_string (TYPE_PRECISION (char16_type_node) in lex_string()
1391 value = build_string (TYPE_PRECISION (char32_type_node) in lex_string()
1396 value = build_string (TYPE_PRECISION (wchar_type_node) in lex_string()
H A Dc-pragma.cc258 value = build_string (IDENTIFIER_LENGTH (value), in apply_pragma_weak()
644 return build_string (IDENTIFIER_LENGTH (newname), in maybe_apply_renaming_pragma()
666 return build_string (plen + ilen, newname); in maybe_apply_renaming_pragma()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c507 tree num_string = build_string (len + 1, in c_lex_with_flags()
632 string = build_string (tok->val.str.len - strlen (suffix), in c_lex_with_flags()
651 *value = build_string (tok->val.str.len, (const char *) tok->val.str.text); in c_lex_with_flags()
1296 value = build_string (istr.len, (const char *) istr.text); in lex_string()
1315 value = build_string (1, ""); in lex_string()
1318 value = build_string (TYPE_PRECISION (char16_type_node) in lex_string()
1323 value = build_string (TYPE_PRECISION (char32_type_node) in lex_string()
1328 value = build_string (TYPE_PRECISION (wchar_type_node) in lex_string()
H A Dc-pragma.c251 value = build_string (IDENTIFIER_LENGTH (value), in apply_pragma_weak()
635 return build_string (IDENTIFIER_LENGTH (newname), in maybe_apply_renaming_pragma()
657 return build_string (plen + ilen, newname); in maybe_apply_renaming_pragma()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-c.c850 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf)); in darwin_objc_declare_unresolved_class_reference()
865 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf)); in darwin_objc_declare_class_definition()
868 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf)); in darwin_objc_declare_class_definition()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-c.cc849 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf)); in darwin_objc_declare_unresolved_class_reference()
864 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf)); in darwin_objc_declare_class_definition()
867 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf)); in darwin_objc_declare_class_definition()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-const.cc77 str = build_string (length, s); in gfc_build_string_const()
105 str = build_string (size, s); in gfc_build_wide_string_const()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-const.c77 str = build_string (length, s); in gfc_build_string_const()
105 str = build_string (size, s); in gfc_build_wide_string_const()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc1343 tree id = name ? build_string (strlen (sname), sname) : NULL_TREE; in visit()
1348 tree str = build_string (constr->len, cstring); in visit()
1375 tree val = build_string (clobber->len, cstring); in visit()
1393 tree name = build_string (strlen (sident), sident); in visit()
1404 tree string = build_string (insn->len, insnstring); in visit()
H A Dmodules.cc701 tree strtree = build_string (namelen, name); in layout_moduleinfo()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc1330 tree id = name ? build_string (strlen (sname), sname) : NULL_TREE; in visit()
1335 tree str = build_string (constr->len, cstring); in visit()
1362 tree val = build_string (clobber->len, cstring); in visit()
1380 tree name = build_string (strlen (sident), sident); in visit()
1391 tree string = build_string (insn->len, insnstring); in visit()
H A Dd-attribs.cc311 t = build_string (s->len, string); in build_attributes()
H A Dmodules.cc693 tree strtree = build_string (namelen, name); in layout_moduleinfo()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc140 build_string (const char *str) in build_string() function
143 return ::build_string (strlen (str), str); in build_string()
987 tree t_str = ::build_string (len + 1, value); in new_string_literal()
1043 tree asm_str = build_string (asm_stmts); in add_top_level_asm()
2196 tree name = build_string (asm_op->m_asm_symbolic_name); in build_operand_chain()
2197 tree str = build_string (asm_op->m_constraint); in build_operand_chain()
2218 tree str = build_string (clobber); in build_clobbers()
2237 tree name = build_string (IDENTIFIER_POINTER (DECL_NAME (label))); in build_goto_operands()
2259 tree t_string = build_string (asm_template); in add_extended_asm()
H A Djit-builtins.cc686 case ENUM: return build_string (strlen (VALUE), VALUE); in make_attrs_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-harden-conditionals.cc178 (NULL_TREE, build_string (strlen (constraint_out), in detach_value()
184 (NULL_TREE, build_string (strlen (constraint_in), in detach_value()
H A Dstmt.cc555 = build_string (strlen (buffer), buffer); in resolve_asm_operand_names()
599 string = build_string (strlen (buffer), buffer); in resolve_asm_operand_names()
H A Dattribs.cc1021 attr_arg_name = build_string (strlen (arg_name), arg_name); in make_attribute()
2398 return build_string (end - str, str); in to_internal_string()
2415 return build_string (len + 2, buf); in to_external_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstmt.c554 = build_string (strlen (buffer), buffer); in resolve_asm_operand_names()
598 string = build_string (strlen (buffer), buffer); in resolve_asm_operand_names()
H A Dhsa-brig.c2108 tree var_name = build_string (len, copy); in hsa_output_global_variables()
2236 tree kern_name = build_string (len, copy); in hsa_output_kernels()
2266 tree dependency_name = build_string (len, d); in hsa_output_kernels()
/netbsd-src/usr.bin/xlint/lint1/
H A Dexterns1.h284 tnode_t *build_string(buffer *);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Drtti.c403 name_string = build_string (length + 2, buf); in tinfo_name()
406 name_string = build_string (length + 1, name); in tinfo_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc407 name_string = build_string (length + 2, buf); in tinfo_name()
410 name_string = build_string (length + 1, name); in tinfo_name()
H A Dlex.cc578 value = build_string (tok->val.str.len, (const char *)tok->val.str.text); in module_token_pre()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c567 case ENUM: return build_string (strlen (VALUE), VALUE); in make_attrs_tree()

12345