Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dplist-macros-with-expansion.cpp476 #define PARAMS_RESOLVE_TO_VA_ARGS(i, fmt) foo(i, fmt); \ macro
478 #define DISPATCH(...) PARAMS_RESOLVE_TO_VA_ARGS(__VA_ARGS__);