HomeSort by relevance Sort by last modified time
    Searched refs:__CONCAT1 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-array.cpp 5 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y)
6 #define __CONCAT1(__X, __Y) __X ## __Y
  /external/clang/test/SemaCXX/
abstract.cpp 4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y)
5 #define __CONCAT1(__X, __Y) __X ## __Y
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 130 #define __CONCAT1(x,y) x ## y
131 #define __CONCAT(x,y) __CONCAT1(x,y)

Completed in 2034 milliseconds