Home
last modified time | relevance | path

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

/external/compiler-rt/test/ubsan/TestCases/Misc/
Dnonnull-arg.cpp16 int *nonnull_; member in C
20 : null_(null), nonnull_(nonnull) {} in C()
21 int value() { return *nonnull_; } in value()
23 return *nonnull_ + *nonnull; in method()