Searched defs:isNull (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DNullablePtr.h31 bool isNull() const { return Ptr == 0; } function in class:llvm::NullablePtr
H A DPointerUnion.h258 bool isNull() const { return Val.isNull(); } function in class:llvm::PointerUnion3
366 bool isNull() const { return Val.isNull(); } function in class:llvm::PointerUnion4
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/
H A DUniqueIDBDatabaseIdentifier.cpp72 bool UniqueIDBDatabaseIdentifier::isNull() const function in class:WebKit::UniqueIDBDatabaseIdentifier
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DShareableResource.h53 bool isNull() const { return m_handle.isNull(); } function in class:WebKit::ShareableResource::Handle
H A DAPIURL.h54 bool isNull() const { return m_string.isNull(); } function in class:API::URL
H A DShareableBitmap.h63 bool isNull() const { return m_handle.isNull(); } function in class:WebKit::ShareableBitmap::Handle
H A DAPIString.h66 bool isNull() const { return m_string.isNull(); } function in class:API::final
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/cpp/efl/
H A DWKEinaSharedString.h62 ALWAYS_INLINE bool isNull() const { return !m_string; } function in class:WebKit::WKEinaSharedString
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DMediumAllocator.h41 bool isNull() { return !m_end; } function in class:bmalloc::MediumAllocator
H A DSmallAllocator.h42 bool isNull() { return !m_ptr; } function in class:bmalloc::SmallAllocator
H A DBoundaryTag.h57 bool isNull() { return !m_size; } function in class:bmalloc::BoundaryTag
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase
/macosx-10.10.1/JavaScriptCore-7600.1.17/bindings/
H A DScriptValue.cpp73 bool ScriptValue::isNull() const function in class:Deprecated::ScriptValue
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DObjectAllocationProfile.h48 bool isNull() { return !m_allocator; } function in class:JSC::ObjectAllocationProfile
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DWeakBlock.h93 inline bool WeakBlock::SweepResult::isNull() const function in class:JSC::WeakBlock::SweepResult
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DSourceCode.h98 bool isNull() const { return !m_provider; } function in class:JSC::SourceCode
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DCString.h75 bool isNull() const { return !m_buffer; } function in class:WTF::CString
H A DStringView.h111 bool isNull() const { return !m_characters; } function in class:WTF::StringView
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase
/macosx-10.10.1/system_cmds-643.1.1/chkpasswd.tproj/
H A Dpasswd.c60 int isNull; local
/macosx-10.10.1/WebKit2-7600.1.25/Platform/mac/
H A DSharedMemoryMac.cpp52 bool SharedMemory::Handle::isNull() const function in class:WebKit::SharedMemory::Handle
/macosx-10.10.1/WebKit2-7600.1.25/Platform/unix/
H A DSharedMemoryUnix.cpp66 bool SharedMemory::Handle::isNull() const function in class:WebKit::SharedMemory::Handle
/macosx-10.10.1/system_cmds-643.1.1/passwd.tproj/
H A Dpasswd.c49 int isNull; local

Completed in 300 milliseconds

12