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

  /external/compiler-rt/test/ubsan/TestCases/Misc/
nonnull-arg.cpp 13 int *nonnull_; member in class:C
17 : null_(null), nonnull_(nonnull) {}
18 int value() { return *nonnull_; }
20 return *nonnull_ + *nonnull;
  /external/parameter-framework/bindings/c/
ParameterFramework.h 53 #define NONNULL_(...) __attribute__((nonnull (__VA_ARGS__)))
142 const PfwLogger *loggger) NONNULL_(1, 2, 3) USERESULT;
260 #undef NONNULL_

Completed in 76 milliseconds