/external/clang/test/SemaCXX/ |
D | __null.cpp | 5 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()
|
D | attr-sentinel.cpp | 6 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()
|
D | new-delete.cpp | 472 scoped_array(C* p = __null); 482 scoped_array2(C* p = __null, C* q = __null);
|
D | vararg-default-arg.cpp | 6 void f2(const char * = __null, ...);
|
/external/llvm-project/clang/test/SemaCXX/ |
D | __null.cpp | 5 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()
|
D | warn-zero-nullptr.cpp | 20 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}}
|
D | attr-sentinel.cpp | 6 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()
|
D | new-delete.cpp | 553 scoped_array(C* p = __null); 563 scoped_array2(C* p = __null, C* q = __null);
|
D | vararg-default-arg.cpp | 6 void f2(const char * = __null, ...);
|
/external/clang/test/CodeGenCXX/ |
D | __null.cpp | 3 int* a = __null; 4 int b = __null; 7 int* c = __null; in f() 8 int d = __null; in f()
|
D | 2010-07-23-DeclLoc.cpp | 64 …_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.cpp | 3 int* a = __null; 4 int b = __null; 7 int* c = __null; in f() 8 int d = __null; in f()
|
D | 2010-07-23-DeclLoc.cpp | 64 …_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/ |
D | weak_ptr.rs | 34 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);
|
D | shared_ptr.rs | 33 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);
|
D | unique_ptr.rs | 33 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/ |
D | ms-null-ms-header-vs-stddef.cpp | 6 #define __null macro 13 void f(__null void* p) { } in f()
|
/external/llvm-project/clang/test/Headers/ |
D | ms-null-ms-header-vs-stddef.cpp | 6 #define __null macro 13 void f(__null void* p) { } in f()
|
/external/clang/test/Misc/ |
D | diagnostic-crash.cpp | 36 wstring* s = __null; in Foo() 37 util::Status* status = __null; in Foo()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | misc-static-assert.cpp | 106 #define NULL __null in main() 107 assert(__null == "Don't report me!"); in main()
|
/external/llvm-project/clang/test/Misc/ |
D | diagnostic-crash.cpp | 36 wstring* s = __null; in Foo() 37 util::Status* status = __null; in Foo()
|
/external/llvm-project/clang/test/Analysis/ |
D | nullptr.cpp | 48 x = __null; in pr10372() 50 return __null; in pr10372()
|
/external/clang/test/Analysis/ |
D | nullptr.cpp | 46 x = __null; in pr10372() 48 return __null; in pr10372()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-basic.cpp | 13 __null; // GNUNullExpr in f()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-expr-basic.cpp | 13 __null; // GNUNullExpr in f()
|