HomeSort by: relevance | last modified time | path
    Searched defs:CONCAT2 (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-permbkpt.S 18 #define CONCAT1(a, b) CONCAT2(a, b)
19 #define CONCAT2(a, b) a ## b
i386-float.S 18 #define CONCAT1(a, b) CONCAT2(a, b)
19 #define CONCAT2(a, b) a ## b
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-unresolved.S 18 #define CONCAT1(a, b) CONCAT2(a, b)
19 #define CONCAT2(a, b) a ## b
fission-reread.S 41 #define CONCAT1(a, b) CONCAT2(a, b)
42 #define CONCAT2(a, b) a ## b
dw2-canonicalize-type.S 16 #define CONCAT1(a, b) CONCAT2(a, b)
17 #define CONCAT2(a, b) a ## b
dw2-compdir-oldgcc.S 18 #define CONCAT1(a, b) CONCAT2(a, b)
19 #define CONCAT2(a, b) a ## b
dw2-minsym-in-cu.S 18 #define CONCAT1(a, b) CONCAT2(a, b)
19 #define CONCAT2(a, b) a ## b
pr13961.S 40 #define CONCAT1(a, b) CONCAT2(a, b)
41 #define CONCAT2(a, b) a ## b
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-permbkpt.S 18 #define CONCAT1(a, b) CONCAT2(a, b)
19 #define CONCAT2(a, b) a ## b
i386-float.S 18 #define CONCAT1(a, b) CONCAT2(a, b)
19 #define CONCAT2(a, b) a ## b
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-unresolved.S 18 #define CONCAT1(a, b) CONCAT2(a, b)
19 #define CONCAT2(a, b) a ## b
fission-reread.S 41 #define CONCAT1(a, b) CONCAT2(a, b)
42 #define CONCAT2(a, b) a ## b
dw2-canonicalize-type.S 16 #define CONCAT1(a, b) CONCAT2(a, b)
17 #define CONCAT2(a, b) a ## b
dw2-compdir-oldgcc.S 18 #define CONCAT1(a, b) CONCAT2(a, b)
19 #define CONCAT2(a, b) a ## b
dw2-minsym-in-cu.S 18 #define CONCAT1(a, b) CONCAT2(a, b)
19 #define CONCAT2(a, b) a ## b
pr13961.S 40 #define CONCAT1(a, b) CONCAT2(a, b)
41 #define CONCAT2(a, b) a ## b
  /src/external/gpl3/gcc/dist/libgcc/config/cris/
umulsidi3.S 36 #define CONCAT1(a, b) CONCAT2(a, b)
37 #define CONCAT2(a, b) a ## b
  /src/external/gpl3/gcc/dist/libgcc/config/sh/
crt.h 26 #define CONCAT(a, b) CONCAT2(a, b)
27 #define CONCAT2(a, b) a ## b
  /src/external/gpl3/gcc.old/dist/libgcc/config/cris/
umulsidi3.S 36 #define CONCAT1(a, b) CONCAT2(a, b)
37 #define CONCAT2(a, b) a ## b
  /src/external/gpl3/gcc.old/dist/libgcc/config/sh/
crt.h 26 #define CONCAT(a, b) CONCAT2(a, b)
27 #define CONCAT2(a, b) a ## b
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
tls-dlobj-lib.c 19 a small integer, e.g. "gcc -DN=1 ..." With N defined, the CONCAT2
23 #define CONCAT2(a,b) CONCAT2_(a,b)
37 __thread int CONCAT3(tls_lib, N, _tdata_1) = CONCAT2(N, 96);
38 __thread int CONCAT3(tls_lib, N, _tdata_2) = CONCAT2(N, 97);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
gm-utils.h 20 #define CONCAT2(a,b) a ## b
21 #define XCONCAT2(a,b) CONCAT2 (a, b)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
gm-utils.h 20 #define CONCAT2(a,b) a ## b
21 #define XCONCAT2(a,b) CONCAT2 (a, b)
  /src/external/gpl3/gcc/dist/libgcc/config/pru/
pru-asm.h 25 #define CONCAT1(a, b) CONCAT2(a, b)
26 #define CONCAT2(a, b) a ## b
  /src/external/gpl3/gcc.old/dist/libgcc/config/pru/
pru-asm.h 25 #define CONCAT1(a, b) CONCAT2(a, b)
26 #define CONCAT2(a, b) a ## b

Completed in 31 milliseconds

1 2 3