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

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalDriver.h 56 #define CONCAT_(x, y) x ## y
57 #define CONCAT(x, y) CONCAT_(x, y)
  /external/clang/test/SemaCXX/
expression-traits.cpp 15 # define CONCAT_(X_, Y_) CONCAT1_(X_, Y_)
21 typedef int CONCAT_(sa_, __LINE__)[b_ ? 1 : -1]

Completed in 110 milliseconds