| /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...] |
| /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...] |
| /src/usr.bin/xlint/lint1/ |
| tree.c | 878 build_string(buffer *lit) function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree.cc | 2474 build_string (unsigned len, const char *str /*= NULL */) 9834 build_tree_list (NULL_TREE, build_string (2, "1 ")), 11101 tree t = build_string (len, str); 15470 tree string_cst = build_string (4, "foo"); 2471 build_string (unsigned len, const char *str \/*= NULL *\/) function
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree.cc | 2485 build_string (unsigned len, const char *str /*= NULL */) 9676 build_tree_list (NULL_TREE, build_string (2, "1 ")), 10870 tree t = build_string (len, str); 15047 tree string_cst = build_string (4, "foo"); 2482 build_string (unsigned len, const char *str \/*= NULL *\/) function
|