HomeSort by relevance Sort by last modified time
    Searched full:and_again (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Sema/
nonnull.c 167 int and_again = !returns_nonnull_whee(); // expected-warning {{nonnull function call 'returns_nonnull_whee()' will evaluate to 'true' on first encounter}} local
168 and_again = !returns_nonnull_whee(); // expected-warning {{nonnull function call 'returns_nonnull_whee()' will evaluate to 'true' on first encounter}}

Completed in 152 milliseconds