Searched refs:CONCAT (Results 1 – 4 of 4) sorted by relevance
33 // CONCAT(hello, FOO)38 #define CONCAT(x, y) CONCAT_(x, y) // macro replacement41 #define WITH_TYPE(x) CONCAT(x, IMG_TYPE)
27 #define CONCAT(x, y) x##y macro31 const auto CONCAT(status, __COUNTER__) = x; \32 if (!CONCAT(status, __COUNTER__).isOk()) { \33 LOG(ERROR) << #x << " failed " << CONCAT(status, __COUNTER__).getDescription(); \
148 … string(CONCAT MSG "For macOS setting multiple architecture backends builds a universal binary. "153 … string(CONCAT MSG "For macOS setting multiple architecture backends builds a universal binary. "
280 string(CONCAT EXTERNAL_CXX_FLAGS