Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Darray-bounds.cpp90 #define ARR_IN_MACRO(flag, arr, idx) flag ? arr[idx] : 1 macro
94 return ARR_IN_MACRO(0, arr, SIZE) + // no-warning in test_no_warn_macro_unreachable()
95ARR_IN_MACRO(1, arr, SIZE); // expected-warning{{array index 10 is past the end of the array (whic… in test_no_warn_macro_unreachable()