Searched refs:concat (Results 1 - 25 of 159) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dparameter_array_dummy.f906 call concat(1, [1])
7 call concat(2, [2])
8 call concat(3, [1,2])
9 call concat(4, [2,1])
10 call concat(5, [2,2,2])
12 subroutine concat(i, ivec) subroutine in program:foo_mod
15 end subroutine concat
/haiku-buildtools/legacy/gcc/libiberty/
H A Dconcat.c26 concat -- concatenate a variable number of strings
32 char *concat (s1, s2, s3, ..., NULL)
77 concat (const char *first, ...) function
80 concat (va_alist)
157 printf ("\"\" = \"%s\"\n", concat (NULLP));
158 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP));
159 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP));
160 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP));
161 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP));
162 printf ("\"abcde\" = \"%s\"\n", concat ("a
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-aux-info.c58 concat VPROTO((const char *first, ...))
156 return concat (data_type, " ", type_or_decl, NULL_PTR);
160 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL_PTR);
162 return concat (qualifiers_then_data_type, " ", p, NULL_PTR);
189 formal_list = concat (formal_list, ", ", NULL_PTR);
194 ? concat (formal_list, affix_data_type (this_type), NULL_PTR)
195 : concat (formal_list, data_type, NULL_PTR));
244 formal_list = concat (formal_list, ", ...", NULL_PTR);
247 return concat (" (", formal_list, ")", NULL_PTR);
306 formal_list = concat (formal_lis
57 concat VPROTO((const char *first, ...)) function
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-aux-info.c99 return concat (data_type, " ", type_or_decl, NULL);
103 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
131 formal_list = concat (formal_list, ", ", NULL);
136 ? concat (formal_list, affix_data_type (this_type), NULL)
137 : concat (formal_list, data_type, NULL));
186 formal_list = concat (formal_list, ", ...", NULL);
189 return concat (" (", formal_list, ")", NULL);
223 formal_list = concat (formal_list, ", ", NULL);
226 formal_list = concat (formal_list, this_formal, "; ", NULL);
228 formal_list = concat (formal_lis
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dudlit-concat-neg.C9 std::string concat = "Hello, "_xxx "World!"_yyy; // { dg-error "inconsistent user-defined literal suffixes" } variable
/haiku-buildtools/gcc/gcc/config/xtensa/
H A Delf.h89 tooldir = concat (tooldir_base_prefix, spec_machine, \
92 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
94 archdir = concat (tooldir, "arch", dir_separator_str, NULL); \
96 concat (archdir, "lib", dir_separator_str, NULL), \
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dnested-calls-1.c20 uns64_t concat (uns32_t p1, uns32_t p2) function
31 return concat (lo (p1), p2);
/haiku-buildtools/gcc/gmp/mpn/lisp/
H A Dgmpasm-mode.el172 (concat
258 (concat "^\\(" gmpasm-comment-start-regexp "\\)\\(\\s-\\|$\\)")
269 (concat (regexp-quote comment-start)
275 (concat "\\(^\\|\\s-\\)\\(\\<dnl\\>\\|" comment-regexp "\\)[ \t]*"))
281 (list (concat "\\(^\\|\\s-\\)\\(\\(\\<dnl\\>\\|"
296 (concat "[ \t\f]*\\(\\(" comment-regexp "\\|dnl\\)[ \t]*\\)*$"))
298 (concat "\f\\|" paragraph-separate))
309 (concat "[ \t]*\\(\\("
353 (list (concat "dnl[ \t]\\|" comment-regexp)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr64660-0.h5 #define concat(x, y) concat_1 (x, y) macro
6 #define makefuncname(name) concat (concat (test_, __LINE__), name)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dconcat.c24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @dots{}, @code{NULL})
152 concat (const char *first, ...) function
175 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it
222 printf ("\"\" = \"%s\"\n", concat (NULLP));
223 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP));
224 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP));
225 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP));
226 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP));
227 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP));
228 printf ("\"abcdef\" = \"%s\"\n", concat ("", "
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dconcat.c24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @
140 concat (const char *first, ...) function
163 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it
207 printf ("\"\" = \"%s\"\n", concat (NULLP));
208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP));
209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP));
210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP));
211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP));
212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP));
213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dconcat.c24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @
140 concat (const char *first, ...) function
163 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it
207 printf ("\"\" = \"%s\"\n", concat (NULLP));
208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP));
209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP));
210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP));
211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP));
212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP));
213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/filesystem/path/concat/
H A Dstrings.cc21 // 8.4.4 path concatenation [path.concat]
44 p.concat("/dir/");
47 p.concat(file.begin(), file.end());
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexnfo-tex.el133 (let ((texinfo-tex-temp-file (concat texinfo-tex-root-temp-file ".tex")))
185 (concat texinfo-tex-shell-cd-command " "
188 (concat texinfo-tex-command " "
224 (concat texinfo-tex-shell-cd-command
231 (concat texinfo-tex-command " " buffer "\n "))
247 (concat texinfo-texindex-command
256 (concat texinfo-tex-dvi-print-command
327 (concat texinfo-show-tex-queue-command "\n"))
339 (concat
H A Ddetexinfo.el124 (concat "^@" cmd "[ \n]+") (point-max) t)
133 (re-search-forward (concat "@" cmd "{") (point-max) t)
201 (concat "^@" cmd "[ \n]+") (point-max) t)
/haiku-buildtools/gcc/gcc/
H A Dgcc-ar.c88 self = concat (self, "gcc-" PERSONALITY, NULL);
106 self_tooldir_prefix = concat (tooldir_base_prefix, target_machine,
108 self_tooldir_prefix = concat (self_exec_prefix, target_machine,
113 prefix_from_string (concat (self_tooldir_prefix, "bin", NULL), &target_path);
116 self_libexec_prefix = concat (self_libexec_prefix, target_machine,
172 arg = concat (arg, dir_separator_str, NULL);
195 real_exe_name = concat (target_machine, "-", PERSONALITY, NULL);
212 av[1] = concat ("-", av[1], NULL);
222 concat ("gcc-", exe_name, NULL),
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/property/
H A Dproperty-encoding-1.mm92 char *concat (const char *a, const char *b, const char *c)
111 if (strcmp (concat ("T", @encode (char), ",Vchar_property"),
116 if (strcmp (concat ("T", @encode (short), ",Vshort_property"),
121 if (strcmp (concat ("T", @encode (int), ",Vint_property"),
126 if (strcmp (concat ("T", @encode (long), ",Vlong_property"),
131 if (strcmp (concat ("T", @encode (float), ",Vfloat_property"),
136 if (strcmp (concat ("T", @encode (double), ",Vdouble_property"),
141 if (strcmp (concat ("T", @encode (int *), ",Vint_pointer_property"),
164 if (strcmp (concat ("T", @encode (int), ",N,VpropertyE"),
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/property/
H A Dproperty-encoding-1.m92 char *concat (const char *a, const char *b, const char *c)
111 if (strcmp (concat ("T", @encode (char), ",Vchar_property"),
116 if (strcmp (concat ("T", @encode (short), ",Vshort_property"),
121 if (strcmp (concat ("T", @encode (int), ",Vint_property"),
126 if (strcmp (concat ("T", @encode (long), ",Vlong_property"),
131 if (strcmp (concat ("T", @encode (float), ",Vfloat_property"),
136 if (strcmp (concat ("T", @encode (double), ",Vdouble_property"),
141 if (strcmp (concat ("T", @encode (int *), ",Vint_pointer_property"),
164 if (strcmp (concat ("T", @encode (int), ",N,VpropertyE"),
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr-devices.c164 char *archs = concat ("", NULL);
170 archs = concat (archs, " ", avr_arch_types[mcu->arch_id].name, NULL);
180 char *mcus = concat ("", NULL);
194 mcus = concat (mcus, " ", mcu_name[i], NULL);
H A Ddriver-avr.c114 specfile_name = concat (argv[0], dir_separator_str, "specs-", mmcu, NULL);
143 return concat ("-specs=device-specs", dir_separator_str, "specs-", mmcu,
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array2.C33 concat (S<N> const& s1, S<M> const& s2) function
43 concat (char const (&x)[N], char const (&y)[M]) function
56 S<8> constexpr s1s2 = concat (s1, s2);
57 auto constexpr c = concat ("bla", "blub");
/haiku-buildtools/gcc/gcc/jit/
H A Djit-tempdir.c104 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL);
105 m_path_s_file = concat (m_path_tempdir, "/fake.s", NULL);
106 m_path_so_file = concat (m_path_tempdir, "/fake.so", NULL);
/haiku-buildtools/binutils/binutils/
H A Ddwarf-mode.el51 "-Wi" (concat "--dwarf-start=0x" die)
53 (if new-depth (list (concat "--dwarf-depth="
82 (die-rx (concat "^\\s *\\(<[0-9]+>\\)?<"
162 (buffer (generate-new-buffer (concat "*DWARF for " base-name "*"))))
/haiku-buildtools/gcc/libgcc/config/sh/
H A Dlinux-atomic.c49 #define concat(x,y) __ ## x ## _ ## y macro
50 #define eval(x,y) concat (x,y)
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Dfixinc-nt.c10 static char *concat();
230 concat (s1, s2) function
250 return concat (concat (s1, s2), s3);
259 return concat (concat (s1, s2), concat (s3, s4));

Completed in 309 milliseconds

1234567