Home
last modified time | relevance | path

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

12

/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()
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, ...);
Dconstructor-initializer.cpp251 …: A(e), m_String(s) , m_ErrorStr(__null) {} // expected-error {{no matching constructor}} expected… in B()
253 : A(e), m_String(e.m_String), m_ErrorStr(__null) { // expected-error {{does not name}} \ in B()
Dnew-null.cpp12 return __null; in operator new[]()
Dwarn-loop-analysis.cpp74 …for (; ptr == __null; ) {} // expected-warning {{variable 'ptr' used in loop condition not modifie… in test2()
75 for (; ptr == __null; ) { ptr = &i; } in test2()
Dformat-strings.cpp55 test_null_format(__null); // no-warning in rdar8269537()
Dwarn-unused-private-field.cpp215 A() : p_(__null), b_(false), a_(this), p2_(nullptr) {} in A()
Dconversion-function.cpp289 (void) (x != __null); in test()
Dmember-pointer.cpp38 pf = __null; in f()
Dconditional-expr.cpp350 …(void)(true ? __null : A()); // expected-error{{non-pointer operand type 'A' incompatible with NUL… in f()
/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()
Dcxx0x-delegating-ctors.cpp98 Foo::Foo() : Foo(__null) { other(); } in Foo()
/external/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/clang/test/Analysis/
Dnullptr.cpp46 x = __null; in pr10372()
48 return __null; in pr10372()
DCFContainers.mm95 #define NULL __null
/external/clang/test/SemaTemplate/
Dinstantiate-expr-basic.cpp13 __null; // GNUNullExpr in f()
/external/clang/test/Index/
Dcomplete-exprs.c17 #define NULL __null
/external/bison/lib/
Dstddef.in.h70 # define NULL __null
/external/clang/test/SemaObjCXX/
Dnull_objc_pointer.mm3 #define NULL __null
/external/clang/lib/Headers/
Dstddef.h100 # define NULL __null
/external/clang/test/FixIt/
Dfixit.cpp223 #define NULL __null
/external/clang/include/clang/Basic/
DTokenKinds.def370 KEYWORD(__null , KEYCXX)

12