Searched refs:MACRO_A (Results 1 – 2 of 2) sorted by relevance
3 #define MACRO_A "defining macros outside namespace is valid" macro9 char *VarD = MACRO_A;24 char *VarD = MACRO_A;36 char *VarD = MACRO_A;
7 #define MACRO_A 0 macro17 …if (x == MACRO_A); // expected-warning {{if statement has empty body}} expected-note{{put the semi… in test1()18 …if (MACRO_A == x); // expected-warning {{if statement has empty body}} expected-note{{put the semi… in test1()