Home
last modified time | relevance | path

Searched refs:FUNC_STYLE (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/modularize/Inputs/
H A DInconsistentSubHeader.h4 #define FUNC_STYLE(a, b) a||b macro
8 #define FUNC_STYLE(a, b) a&&b macro
15 int var = FUNC_STYLE(1, 0);
/llvm-project-15.0.7/clang-tools-extra/test/modularize/
H A DProblemsInconsistent.modularize9 # CHECK-NEXT: error: macro 'FUNC_STYLE' defined at multiple locations:
13 # CHECK-NEXT: int var = FUNC_STYLE(1, 0);
15 # CHECK-NEXT: error: Macro instance 'FUNC_STYLE(1, 0);' has different values in this header, depend…
16 # CHECK-NEXT: 'FUNC_STYLE(1, 0);' expanded to: '1||0' with respect to these inclusion paths:
20 # CHECK-NEXT: #define FUNC_STYLE(a, b) a||b
23 # CHECK-NEXT: 'FUNC_STYLE(1, 0);' expanded to: '1&&0' with respect to these inclusion paths:
27 # CHECK-NEXT: #define FUNC_STYLE(a, b) a&&b
95 # CHECK-NEXT: note: 'FUNC_STYLE' in {{.*}}{{[/\\]}}Inputs{{[/\\]}}InconsistentSubHeader.h at 4:9 no…
97 # CHECK-NEXT: note: 'FUNC_STYLE' in {{.*}}{{[/\\]}}Inputs{{[/\\]}}InconsistentSubHeader.h at 8:9 no…