Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/macro-ambiguity/e/quote/
De_quote.h4 #define BAZ1_QUOTE(x) 2 * x macro
/external/clang/test/Modules/Inputs/macro-ambiguity/a/quote/
Da_quote.h6 #define BAZ1_QUOTE(x) x + x macro
/external/clang/test/Modules/
Dmacro-ambiguity.cpp112 x = BAZ1_QUOTE(x); // expected-warning {{ambiguous expansion of macro}} in test()