HomeSort by: relevance | last modified time | path
    Searched refs:build_string (Results 1 - 25 of 104) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-const.cc 77 str = build_string (length, s);
105 str = build_string (size, s);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-const.cc 77 str = build_string (length, s);
105 str = build_string (size, s);
  /src/external/gpl3/gcc/dist/gcc/config/
darwin-c.cc 849 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf));
864 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf));
867 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf));
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin-c.cc 849 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf));
864 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf));
867 symtab->finalize_toplevel_asm (build_string (strlen (buf), buf));
  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-conditionals.cc 187 (NULL_TREE, build_string (strlen (constraint_out),
193 (NULL_TREE, build_string (strlen (constraint_in),
ipa-strub.cc 1855 build_string (strlen (FNSPEC), \
2424 build_string (tgtlen, nspec)),
2555 (NULL_TREE, build_string (2, "=m")),
2560 (NULL_TREE, build_string (1, "m")),
2574 (NULL_TREE, build_string (1, "m")),
3057 build_string (tgtlen, nspec)),
3568 (NULL_TREE, build_string (2, "=m")),
3573 (NULL_TREE, build_string (1, "m")),
3587 (NULL_TREE, build_string (1, "m")),
stmt.cc 560 = build_string (strlen (buffer), buffer);
604 string = build_string (strlen (buffer), buffer);
attribs.cc 1083 attr_arg_name = build_string (strlen (arg_name), arg_name);
2538 return build_string (end - str, str);
2555 return build_string (len + 2, buf);
gimple-harden-control-flow.cc 585 (NULL_TREE, build_string (2, "=m")),
590 (NULL_TREE, build_string (1, "m")),
coverage.cc 1022 filename_string = build_string (da_file_name_len + 1, da_file_name);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-harden-conditionals.cc 178 (NULL_TREE, build_string (strlen (constraint_out),
184 (NULL_TREE, build_string (strlen (constraint_in),
stmt.cc 560 = build_string (strlen (buffer), buffer);
604 string = build_string (strlen (buffer), buffer);
attribs.cc 1021 attr_arg_name = build_string (strlen (arg_name), arg_name);
2400 return build_string (end - str, str);
2417 return build_string (len + 2, buf);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 142 build_string (const char *str) function in namespace:gcc::jit
145 return ::build_string (strlen (str), str);
674 ::build_string (value.length () + 1, value.c_str ()));
783 ::build_string (value.length () + 1, value.c_str ()));
1132 /* build_string len parameter must include NUL terminator when
1134 tree t_str = ::build_string (len + 1, value);
1191 tree asm_str = build_string (asm_stmts);
2368 tree name = build_string (asm_op->m_asm_symbolic_name);
2369 tree str = build_string (asm_op->m_constraint);
2390 tree str = build_string (clobber)
    [all...]
jit-builtins.cc 687 case ENUM: return build_string (strlen (VALUE), VALUE);
  /src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc 1343 tree id = name ? build_string (strlen (sname), sname) : NULL_TREE;
1348 tree str = build_string (constr->len, cstring);
1375 tree val = build_string (clobber->len, cstring);
1393 tree name = build_string (strlen (sident), sident);
1404 tree string = build_string (insn->len, insnstring);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 140 build_string (const char *str) function in namespace:gcc::jit
143 return ::build_string (strlen (str), str);
985 /* build_string len parameter must include NUL terminator when
987 tree t_str = ::build_string (len + 1, value);
1043 tree asm_str = build_string (asm_stmts);
2196 tree name = build_string (asm_op->m_asm_symbolic_name);
2197 tree str = build_string (asm_op->m_constraint);
2218 tree str = build_string (clobber);
2237 tree name = build_string (IDENTIFIER_POINTER (DECL_NAME (label)));
2259 tree t_string = build_string (asm_template)
    [all...]
jit-builtins.cc 686 case ENUM: return build_string (strlen (VALUE), VALUE);
  /src/usr.bin/xlint/lint1/
externs1.h 288 tnode_t *build_string(buffer *);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.cc 258 value = build_string (IDENTIFIER_LENGTH (value),
644 return build_string (IDENTIFIER_LENGTH (newname),
666 return build_string (plen + ilen, newname);
c-lex.cc 562 tree num_string = build_string (len + 1,
691 string = build_string (tok->val.str.len - strlen (suffix),
710 *value = build_string (tok->val.str.len, (const char *) tok->val.str.text);
718 *value = build_string (tok->val.str.len, (const char *)tok->val.str.text);
1366 value = build_string (istr.len, (const char *) istr.text);
1385 value = build_string (1, "");
1388 value = build_string (TYPE_PRECISION (char16_type_node)
1393 value = build_string (TYPE_PRECISION (char32_type_node)
1398 value = build_string (TYPE_PRECISION (wchar_type_node)
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pragma.cc 258 value = build_string (IDENTIFIER_LENGTH (value),
644 return build_string (IDENTIFIER_LENGTH (newname),
666 return build_string (plen + ilen, newname);
c-lex.cc 627 tree num_string = build_string (len + 1,
756 string = build_string (tok->val.str.len - strlen (suffix),
775 *value = build_string (tok->val.str.len, (const char *) tok->val.str.text);
783 *value = build_string (tok->val.str.len, (const char *)tok->val.str.text);
1642 value = build_string (istr.len, (const char *) istr.text);
1663 value = build_string (TYPE_PRECISION (char8_type_node)
1668 value = build_string (1, "");
1671 value = build_string (TYPE_PRECISION (char16_type_node)
1676 value = build_string (TYPE_PRECISION (char32_type_node)
1681 value = build_string (TYPE_PRECISION (wchar_type_node
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
rtti.cc 409 name_string = build_string (length + 2, buf);
412 name_string = build_string (length + 1, name);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
rtti.cc 409 name_string = build_string (length + 2, buf);
412 name_string = build_string (length + 1, name);

Completed in 38 milliseconds

1 2 3 4 5