HomeSort by relevance Sort by last modified time
    Searched defs:nonnull (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/test/ubsan/TestCases/Misc/
nonnull-arg.cpp 1 // RUN: %clangxx -fsanitize=nonnull-attribute -fno-sanitize-recover=all %s -O3 -o %t
19 C(int *null, __attribute__((nonnull)) int *nonnull)
20 : null_(null), nonnull_(nonnull) {}
22 int method(int *nonnull, int *null) __attribute__((nonnull(2))) {
23 return *nonnull_ + *nonnull;
27 __attribute__((nonnull)) int func(int *nonnull) { return *nonnull; }
33 int *nonnull = va_arg(args, int*); local
    [all...]
  /external/libmicrohttpd/src/testcurl/https/
test_https_get_parallel.c 57 static int nonnull; local
67 return &nonnull;
test_https_get_parallel_threads.c 58 static int nonnull; local
68 return &nonnull;
  /external/clang/test/SemaCXX/
nullability.cpp 1 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -Wno-nullability-declspec %s -verify -Wnullable-to-nonnull-conversion
79 void *_Nonnull nonnull; local
80 nonnull = nullable; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
81 nonnull = {nullable}; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
84 TakeNonnull(nonnull); // OK
94 void *_Nonnull nonnull; local
95 nonnull = ReturnNullable(); // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
96 nonnull = {ReturnNullable()}; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
  /external/webrtc/webrtc/base/
stringutils.h 142 inline const CTYPE* nonnull(const CTYPE* str, const CTYPE* def_str = NULL) { function in namespace:rtc
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 86 milliseconds