Searched refs:STRING (Results 1 - 25 of 120) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20090902-1.c2 #define STRING(x) #x macro
3 char buf[] = STRING(L'\x123');
H A Dalias-7.c8 #define ASMNAME2(prefix, cname) STRING (prefix) cname
9 #define STRING(x) #x macro
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/torture/strings/
H A Dstring3.m17 #define STRING "this is a string"
21 if (strcmp ([@STRING cString], STRING))
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstrcpy-2.c2 #define STRING "Hi!THE" macro
4 const char a[] = STRING;
9 __builtin_strcpy (a, STRING);
/haiku-buildtools/legacy/binutils/bfd/
H A Dstab-syms.c30 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
31 #define __define_stab_duplicate(NAME, CODE, STRING)
/haiku-buildtools/binutils/bfd/
H A Dstab-syms.c31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
32 #define __define_stab_duplicate(NAME, CODE, STRING)
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/parse/
H A Dstringer.s5 .STRING "#include \"awk.def\"\x0a\x00"
9 .STRING "\0110x123"
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/reloc/
H A Dpicreloc.s6 .STRING "\x00\x00\x00{\x00\x00\x01\xC8\x00\x00\x03\x15"
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/parse/
H A Dstringer.s5 .STRING "#include \"awk.def\"\x0a\x00"
9 .STRING "\0110x123"
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/reloc/
H A Dpicreloc.s6 .STRING "\x00\x00\x00{\x00\x00\x01\xC8\x00\x00\x03\x15"
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dmingw32.h66 /* Output STRING, a string representing a filename, to FILE. We canonicalize
68 #define OUTPUT_QUOTED_STRING(FILE, STRING) \
73 if (STRING[1] == ':' \
74 && (STRING[2] == '/' || STRING[2] == '\\')) \
/haiku-buildtools/legacy/gcc/gcc/
H A Dgstab.h7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
/haiku-buildtools/gcc/gcc/
H A Dgstab.h22 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
/haiku-buildtools/legacy/binutils/include/aout/
H A Dstab_gnu.h24 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
25 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20081222_1.c4 #define ASMNAME2(prefix, cname) STRING (prefix) cname
5 #define STRING(x) #x macro
H A Dpr59626_0.c4 #define ASMNAME2(prefix, cname) STRING (prefix) cname
5 #define STRING(x) #x macro
H A Dpr46940_0.c6 #define ASMNAME2(prefix, cname) STRING (prefix) cname
7 #define STRING(x) #x macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr48044.c6 #define ASMNAME2(prefix, cname) STRING (prefix) cname
7 #define STRING(x) #x macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20011119-2.c5 #define ASMNAME2(prefix, cname) STRING (prefix) cname
6 #define STRING(x) #x macro
H A D20011119-1.c5 #define ASMNAME2(prefix, cname) STRING (prefix) cname
6 #define STRING(x) #x macro
/haiku-buildtools/binutils/include/aout/
H A Dstab_gnu.h25 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
/haiku-buildtools/jam/
H A Dnewstr.c33 typedef const char *STRING; typedef
45 STRING str, *s = &str;
48 strhash = hashinit( sizeof( STRING ), "strings" );
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr9771-1.c54 #define ASMNAME2(prefix, cname) STRING (prefix) cname
55 #define STRING(x) #x macro
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug058.go21 (MAP[<string>*STRING]*<Box>{})
22 (<string>*STRING)
/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmheader.y128 %token <string> STRING
157 CHECK STRING
161 | CODESTART STRING
183 | CUSTOM STRING
187 | DATE STRING STRING STRING
225 | EXIT STRING
237 | FLAG_ON STRING
242 | FLAG_OFF STRING
[all...]

Completed in 159 milliseconds

12345