Lines Matching refs:build_string
140 build_string (const char *str)
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);