HomeSort by relevance Sort by last modified time
    Searched full:__null (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGenCXX/
__null.cpp 3 int* a = __null;
4 int b = __null;
7 int* c = __null;
8 int d = __null;
2010-07-23-DeclLoc.cpp 64 _TEXT_text_section(0, 0, __null), _dsym_path(__null), _dylib_current_version(0), _dylib_compatibility_version(0) {}
80 extract_dwarf_data_from_header(*header, *data, (TAddressRelocator<typename SIZE_AND_ENDIANNESS::SIZE>*)__null);
cxx0x-delegating-ctors.cpp 98 Foo::Foo() : Foo(__null) { other(); }
  /external/clang/test/SemaCXX/
__null.cpp 5 int* i = __null;
6 i = __null;
7 int i2 = __null;
9 // Verify statically that __null is the right size
10 int a[sizeof(typeof(__null)) == sizeof(void*)? 1 : -1];
13 int b[__null ? -1 : 1];
19 (void)(0 ? __null : A()); // expected-error {{non-pointer operand type 'A' incompatible with NULL}}
20 (void)(0 ? A(): __null); // expected-error {{non-pointer operand type 'A' incompatible with NULL}}
vararg-default-arg.cpp 6 void f2(const char * = __null, ...);
attr-sentinel.cpp 6 f(1, 2, __null);
20 S* s2 = new (1,2,3) S(1, __null); // expected-warning {{missing sentinel in function call}}
new-null.cpp 12 return __null;
format-strings.cpp 46 // Test handling __null for format string literal checking.
55 test_null_format(__null); // no-warning
  /external/clang/test/Headers/
ms-null-ms-header-vs-stddef.cpp 4 // Something in MSVC's headers (pulled in e.g. by <crtdefs.h>) defines __null
6 #define __null macro
10 // __null is used as a type annotation in MS headers, with __null defined to
13 void f(__null void* p) { }
15 // NULL should work fine even with __null defined to nothing.
  /external/clang/test/SemaTemplate/
instantiate-expr-basic.cpp 13 __null; // GNUNullExpr
  /external/clang/test/SemaObjCXX/
null_objc_pointer.mm 3 #define NULL __null
  /external/clang/test/Misc/
diagnostic-crash.cpp 36 wstring* s = __null;
37 util::Status* status = __null;
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libstagefright_soft_vorbisdec.so 
libstagefright_soft_mpeg4enc.so 
libstagefright_omx_utils.so 
libstagefright_foundation.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libstagefright_soft_vorbisdec.so 
libstagefright_soft_mpeg4enc.so 
libstagefright_omx_utils.so 
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_null.h 37 #define NULL __null
  /external/clang/test/Analysis/
nullptr.cpp 46 x = __null;
48 return __null;
  /external/clang/test/PCH/
exprs.c 96 //null_type null = __null;
exprs.h 100 // typedef typeof(__null) null_type;
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_soft_mpeg4enc.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_soft_mpeg4enc.so 

Completed in 1002 milliseconds

1 2 3 4 5 6 7 8 9