HomeSort by relevance Sort by last modified time
    Searched refs:BAZ2_QUOTE (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Modules/Inputs/macro-ambiguity/e/quote/
e_quote.h 5 #define BAZ2_QUOTE(x) 2 * x
  /external/clang/test/Modules/Inputs/macro-ambiguity/b/quote/
b_quote.h 6 #define BAZ2_QUOTE(x) x + x
  /external/clang/test/Modules/
macro-ambiguity.cpp 130 x = BAZ2_QUOTE(x); // expected-warning {{ambiguous expansion of macro}}

Completed in 190 milliseconds