/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 560 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 D | c-pragma.cc | 258 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 D | c-lex.c | 507 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 D | c-pragma.c | 251 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 D | darwin-c.c | 850 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 D | darwin-c.cc | 849 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 D | trans-const.cc | 77 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 D | trans-const.c | 77 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 D | toir.cc | 1343 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 D | modules.cc | 701 tree strtree = build_string (namelen, name); in layout_moduleinfo()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | toir.cc | 1330 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 D | d-attribs.cc | 311 t = build_string (s->len, string); in build_attributes()
|
H A D | modules.cc | 693 tree strtree = build_string (namelen, name); in layout_moduleinfo()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 140 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 D | jit-builtins.cc | 686 case ENUM: return build_string (strlen (VALUE), VALUE); in make_attrs_tree()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-harden-conditionals.cc | 178 (NULL_TREE, build_string (strlen (constraint_out), in detach_value() 184 (NULL_TREE, build_string (strlen (constraint_in), in detach_value()
|
H A D | stmt.cc | 555 = build_string (strlen (buffer), buffer); in resolve_asm_operand_names() 599 string = build_string (strlen (buffer), buffer); in resolve_asm_operand_names()
|
H A D | attribs.cc | 1021 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 D | stmt.c | 554 = build_string (strlen (buffer), buffer); in resolve_asm_operand_names() 598 string = build_string (strlen (buffer), buffer); in resolve_asm_operand_names()
|
H A D | hsa-brig.c | 2108 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 D | externs1.h | 284 tnode_t *build_string(buffer *);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | rtti.c | 403 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 D | rtti.cc | 407 name_string = build_string (length + 2, buf); in tinfo_name() 410 name_string = build_string (length + 1, name); in tinfo_name()
|
H A D | lex.cc | 578 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 D | jit-builtins.c | 567 case ENUM: return build_string (strlen (VALUE), VALUE); in make_attrs_tree()
|