Home
last modified time | relevance | path

Searched refs:CONCAT_VA_ARGS (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/test/Analysis/
Dplist-macros-with-expansion.cpp490 #define CONCAT_VA_ARGS(i, fmt, ...) variadicCFunction(i, fmt, ##__VA_ARGS__); \ macro
495 CONCAT_VA_ARGS(x, "You need to construct additional pylons.", 'c', 9); in concatVA_ARGS()
503 CONCAT_VA_ARGS(x, "You need to construct"); in concatVA_ARGSEmpty()