HomeSort by relevance Sort by last modified time
    Searched defs:nonnull (Results 1 - 10 of 10) 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;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
predicate_result.hpp 44 struct dummy { void nonnull() {}; }; function in struct:boost::test_tools::predicate_result::dummy
59 operator safe_bool() const { return !!p_predicate_value ? &dummy::nonnull : 0; }
mock_object.hpp 140 struct dummy { void nonnull() {}; }; function in struct:boost::itest::mock_object::dummy
241 (BOOST_ITEST_DPOINT() ? 0 : &dummy::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
  /external/dbus/bus/
bus.c 1341 nonnull (const char *maybe_null, function
    [all...]
  /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 244 milliseconds