Home
last modified time | relevance | path

Searched defs:CONCAT2 (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/gcclibs/include/
Dsymcat.h23 #define CONCAT2(a,b) a##b macro
32 #define CONCAT2(a,b) a/**/b macro
/freebsd-9-stable/contrib/gdb/include/
Dsymcat.h23 #define CONCAT2(a,b) a##b macro
32 #define CONCAT2(a,b) a/**/b macro
/freebsd-9-stable/contrib/binutils/include/
Dsymcat.h23 #define CONCAT2(a,b) a##b macro
32 #define CONCAT2(a,b) a/**/b macro
/freebsd-9-stable/contrib/gcc/config/arm/
Dlib1funcs.asm41 #define CONCAT2(a, b) a ## b macro
/freebsd-9-stable/contrib/gcc/
Dlibgcc2.c1760 #define CONCAT2(A,B) _CONCAT2(A,B) macro