Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/macro-ambiguity/d/quote/
Dd_quote.h5 #define BAR2_QUOTE(x) 2 * x macro
/external/clang/test/Modules/Inputs/macro-ambiguity/b/quote/
Db_quote.h5 #define BAR2_QUOTE(x) x + x macro
/external/clang/test/Modules/
Dmacro-ambiguity.cpp126 x = BAR2_QUOTE(x); in test()