Home
last modified time | relevance | path

Searched refs:__null (Results 1 – 25 of 69) sorted by relevance

123

/external/clang/test/SemaCXX/
D__null.cpp5 int* i = __null; in f()
6 i = __null; in f()
7 int i2 = __null; in f()
10 int a[sizeof(typeof(__null)) == sizeof(void*)? 1 : -1]; in f()
13 int b[__null ? -1 : 1]; in f()
19 …(void)(0 ? __null : A()); // expected-error {{non-pointer operand type 'A' incompatible with NULL}} in g()
20 (void)(0 ? A(): __null); // expected-error {{non-pointer operand type 'A' incompatible with NULL}} in g()
Dattr-sentinel.cpp6 f(1, 2, __null); in g()
20 S* s2 = new (1,2,3) S(1, __null); // expected-warning {{missing sentinel in function call}} in class_test()
Dnew-delete.cpp472 scoped_array(C* p = __null);
482 scoped_array2(C* p = __null, C* q = __null);
Dvararg-default-arg.cpp6 void f2(const char * = __null, ...);
/external/llvm-project/clang/test/SemaCXX/
D__null.cpp5 int* i = __null; in f()
6 i = __null; in f()
7 int i2 = __null; in f()
10 int a[sizeof(typeof(__null)) == sizeof(void*)? 1 : -1]; in f()
13 int b[__null ? -1 : 1]; in f()
19 …(void)(0 ? __null : A()); // expected-error {{non-pointer operand type 'A' incompatible with NULL}} in g()
20 (void)(0 ? A(): __null); // expected-error {{non-pointer operand type 'A' incompatible with NULL}} in g()
Dwarn-zero-nullptr.cpp20 void* p2 = __null; // expected-warning{{zero as null pointer constant}}
21 void (*fp2)() = __null; // expected-warning{{zero as null pointer constant}}
22 int (S::*mp2) = __null; // expected-warning{{zero as null pointer constant}}
Dattr-sentinel.cpp6 f(1, 2, __null); in g()
20 S* s2 = new (1,2,3) S(1, __null); // expected-warning {{missing sentinel in function call}} in class_test()
Dnew-delete.cpp553 scoped_array(C* p = __null);
563 scoped_array2(C* p = __null, C* q = __null);
Dvararg-default-arg.cpp6 void f2(const char * = __null, ...);
/external/clang/test/CodeGenCXX/
D__null.cpp3 int* a = __null;
4 int b = __null;
7 int* c = __null; in f()
8 int d = __null; in f()
D2010-07-23-DeclLoc.cpp64 …_TEXT_text_section(0, 0, __null), _dsym_path(__null), _dylib_current_version(0), _dylib_compatibil… in TRawSymbolOwnerData()
80 …f_data_from_header(*header, *data, (TAddressRelocator<typename SIZE_AND_ENDIANNESS::SIZE>*)__null); in create_symbol_owner_data_arch_specific()
/external/llvm-project/clang/test/CodeGenCXX/
D__null.cpp3 int* a = __null;
4 int b = __null;
7 int* c = __null; in f()
8 int d = __null; in f()
D2010-07-23-DeclLoc.cpp64 …_TEXT_text_section(0, 0, __null), _dsym_path(__null), _dylib_current_version(0), _dylib_compatibil… in TRawSymbolOwnerData()
80 …f_data_from_header(*header, *data, (TAddressRelocator<typename SIZE_AND_ENDIANNESS::SIZE>*)__null); in create_symbol_owner_data_arch_specific()
/external/rust/cxx/src/
Dweak_ptr.rs34 T::__null(new); in null()
100 unsafe fn __null(new: *mut c_void); in __null() method
119 unsafe fn __null(new: *mut c_void) {
123 fn __null(new: *mut c_void);
126 __null(new);
Dshared_ptr.rs33 T::__null(new); in null()
184 unsafe fn __null(new: *mut c_void); in __null() method
212 unsafe fn __null(new: *mut c_void) {
216 fn __null(new: *mut c_void);
219 __null(new);
Dunique_ptr.rs33 repr: T::__null(), in null()
210 fn __null() -> *mut c_void; in __null() method
250 fn __null() -> *mut c_void { in __null() method
286 fn __null() -> *mut c_void { in __null() function
/external/clang/test/Headers/
Dms-null-ms-header-vs-stddef.cpp6 #define __null macro
13 void f(__null void* p) { } in f()
/external/llvm-project/clang/test/Headers/
Dms-null-ms-header-vs-stddef.cpp6 #define __null macro
13 void f(__null void* p) { } in f()
/external/clang/test/Misc/
Ddiagnostic-crash.cpp36 wstring* s = __null; in Foo()
37 util::Status* status = __null; in Foo()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmisc-static-assert.cpp106 #define NULL __null in main()
107 assert(__null == "Don't report me!"); in main()
/external/llvm-project/clang/test/Misc/
Ddiagnostic-crash.cpp36 wstring* s = __null; in Foo()
37 util::Status* status = __null; in Foo()
/external/llvm-project/clang/test/Analysis/
Dnullptr.cpp48 x = __null; in pr10372()
50 return __null; in pr10372()
/external/clang/test/Analysis/
Dnullptr.cpp46 x = __null; in pr10372()
48 return __null; in pr10372()
/external/clang/test/SemaTemplate/
Dinstantiate-expr-basic.cpp13 __null; // GNUNullExpr in f()
/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-expr-basic.cpp13 __null; // GNUNullExpr in f()

123