Searched refs:MACRO2 (Results 1 – 10 of 10) sorted by relevance
11 #define MACRO2 MACRO1 macro12 #define MACRO3 MACRO228 …bool f = MACRO2; // CHECK: Branch,File 16, [[@LINE-22]]:15 -> [[@LINE-22]]:23 = #7, (#0 - … in func()
9 #define MACRO(X) MACRO2(x)11 #define MACRO2(X2) (X2 + 2) macro
16 #define MACRO2 std::uncaught_exception28 res = MACRO2();46 #define MACRO2 std::uncaught_exception57 res = MACRO2();
10 #define MACRO2 MACRO1 macro11 #define MACRO3 MACRO223 …bool f = MACRO2; // CHECK: | | | | | | | | | Branch ([[@LINE-18]]:15): [True: 1, … in func()
5 #define MACRO2(x) x macro6 #define MACRO(x) MACRO2(x)
5 #define MACRO2(x) (x) macro6 #define MACRO(x) MACRO2((x))
7 #define MACRO2(x) x macro8 #define MACRO(x) MACRO2(x)
96 #define MACRO2 123 macro97 #undef MACRO298 #define MACRO2 789 macro106 // CHECK: usrs.m c:usrs.m@1285@macro@MACRO2 Extent=[96:9 - 96:19]107 // CHECK: usrs.m c:usrs.m@1318@macro@MACRO2 Extent=[98:9 - 98:19]176 // CHECK-source: usrs.m:96:9: macro definition=MACRO2 Extent=[96:9 - 96:19]177 // CHECK-source: usrs.m:98:9: macro definition=MACRO2 Extent=[98:9 - 98:19]
69 #define MACRO2 ("stdint.h") macro78 #if !__has_include MACRO2
58 #define MACRO2(m) void m() macro66 MACRO2(func3);