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

  /external/clang/test/SemaCXX/
warn-undefined-bool-conversion.cpp 101 #define zero_on_null(x) ((x) ? *(x) : 0) macro
104 // TODO: warn on assert(&x) but not on zero_on_null(&x)
105 zero_on_null(&x);
106 assert(zero_on_null(&x));
warn-bool-conversion.cpp 124 #define zero_on_null(x) ((x) ? *(x) : 0) macro
140 // TODO: warn on assert(&x) while not warning on zero_on_null(&x)
141 zero_on_null(&x);
142 assert(zero_on_null(&x));

Completed in 60 milliseconds