Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dplist-macros-with-expansion.cpp510 #define STRINGIFIED_VA_ARGS(i, fmt, ...) variadicCFunction(i, fmt, #__VA_ARGS__); \ macro
515 STRINGIFIED_VA_ARGS(x, "Additional supply depots required.", 'a', 10); in stringifyVA_ARGS()
525 STRINGIFIED_VA_ARGS(x, "Additional supply depots required."); in stringifyVA_ARGSEmpty()