Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-pragma.c271 value = build_string (IDENTIFIER_LENGTH (value),
458 asmname = build_string (strlen (oldasmname), oldasmname);
473 return build_string (strlen (newname), newname);
482 asmname = build_string (strlen (x), x);
H A Dpredict.c1277 build_string (strlen (HOT_TEXT_SECTION_NAME), HOT_TEXT_SECTION_NAME); in choose_function_section()
1280 build_string (strlen (UNLIKELY_EXECUTED_TEXT_SECTION_NAME), in choose_function_section()
H A Dc-lex.c1044 value = build_string (q - buf, buf);
/openbsd-src/gnu/gcc/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 Dtarghooks.c448 init = build_string (length + 1, name); in default_external_stack_protect_fail()
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.c813 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 Dstmt.c1241 = build_string (strlen (buffer), buffer); in resolve_asm_operand_names()
1285 string = build_string (strlen (buffer), buffer); in resolve_asm_operand_names()
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py599 def __init__(self, major, minor, release, build_string): argument
603 self._build_string = build_string
620 build_string = property(get_build_string, None) variable in Version
637 (self.build_string == other.build_string)
/openbsd-src/gnu/gcc/gcc/config/v850/
H A Dv850-c.c174 build_string (strlen (alias) + 1, alias); in ghs_pragma_section()
H A Dv850.c2610 = build_string (sizeof (".sdata")-1, ".sdata"); in v850_insert_attributes()
2613 = build_string (sizeof (".rosdata")-1, ".rosdata"); in v850_insert_attributes()
2616 = build_string (sizeof (".tdata")-1, ".tdata"); in v850_insert_attributes()
2619 = build_string (sizeof (".zdata")-1, ".zdata"); in v850_insert_attributes()
2622 = build_string (sizeof (".rozdata")-1, ".rozdata"); in v850_insert_attributes()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850-c.c173 build_string (strlen (alias) + 1, alias);
H A Dv850.c2866 = build_string (sizeof (".sdata")-1, ".sdata");
2869 = build_string (sizeof (".rosdata")-1, ".rosdata");
2872 = build_string (sizeof (".tdata")-1, ".tdata");
2875 = build_string (sizeof (".zdata")-1, ".zdata");
2878 = build_string (sizeof (".rozdata")-1, ".rozdata");
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dpe.c268 DECL_SECTION_NAME (decl) = build_string (len, string);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Dpe.c275 DECL_SECTION_NAME (decl) = build_string (len, string);
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dwinnt.c509 DECL_SECTION_NAME (decl) = build_string (len, string); in i386_pe_unique_section()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dwinnt.c549 DECL_SECTION_NAME (decl) = build_string (len, string);
H A Di386.h1565 (CLOBBERS) = tree_cons (NULL_TREE, build_string (5, "flags"), \
1567 (CLOBBERS) = tree_cons (NULL_TREE, build_string (4, "fpsr"), \
1569 (CLOBBERS) = tree_cons (NULL_TREE, build_string (7, "dirflag"), \
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c832 data = build_string (strlen(name) + stat_buf.st_size, buffer);
922 string = build_string (name_len, name_ptr);
951 DECL_SECTION_NAME (decl) = build_string (strlen (buf), buf);
H A Djcf-parse.c345 value = build_string (utf8_len, utf8_ptr);
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c737 arg1 = build_string (len, var); in ffecom_subscript_check_()
743 arg1 = build_string (len, array_name); in ffecom_subscript_check_()
752 arg1 = build_string (len, var); in ffecom_subscript_check_()
782 arg3 = build_string (len, proc); in ffecom_subscript_check_()
1763 return build_string (i, s); in ffecom_build_f2c_string_()
1781 t = build_string (i, tmp); in ffecom_build_f2c_string_()
1937 item = build_string (newlen, in ffecom_char_args_x_()
2543 value = build_string (len, buff); in ffecom_debug_kludge_()
10527 item = build_string (ffetarget_length_character1 (val), in ffecom_constantunion()
10549 item = build_string (h.length, h.text); in ffecom_constantunion()
[all …]

123