Home
last modified time | relevance | path

Searched defs:IsNull (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/base/platform/
Dtime.h179 bool IsNull() const { return us_ == 0; } in IsNull() function
326 bool IsNull() const { return ticks_ == 0; } in IsNull() function
/external/v8/test/mjsunit/compiler/
Dnull-compare.js28 function IsNull(x) { class
/external/lldb/include/lldb/Utility/
DPythonPointer.h69 bool IsNull() { return ptr_ == NULL; } in IsNull() function
/external/hamcrest/src/org/hamcrest/core/
DIsNull.java14 public class IsNull<T> extends BaseMatcher<T> { class
/external/gtest/test/
Dgtest-unittest-api_test.cc140 AssertionResult IsNull(const char* str) { in IsNull() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest-unittest-api_test.cc140 AssertionResult IsNull(const char* str) { in IsNull() function
/external/opencv/cxcore/include/
Dcvwimage.h347 bool IsNull() const {return WImage<T>::image_ == NULL; } in IsNull() function
404 bool IsNull() const {return WImage<T>::image_ == NULL; } in IsNull() function
/external/v8/src/
Dunique.h89 inline bool IsNull() const { in IsNull() function
Dobjects-inl.h1027 bool Object::IsNull() const { in IsNull() function
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1597 llvm::Value *IsNull = Builder.CreateIsNull(Ptr, "isnull"); in EmitCXXDeleteExpr() local
1689 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr); in EmitTypeidFromVTable() local
1785 llvm::Value *IsNull = Builder.CreateIsNull(Value); in EmitDynamicCast() local
DCGVTables.cpp86 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment() local
DCGClass.cpp271 llvm::Value *IsNull = Builder.CreateIsNull(Value); in GetAddressOfDerivedClass() local
DItaniumCXXABI.cpp1126 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value); in EmitDynamicCastCall() local
/external/llvm/tools/bugpoint/
DMiscompilation.cpp885 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal, in CleanupAndPrepareModules() local
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h682 FX_BOOL IsNull() const in IsNull() function
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1291 FX_BOOL IsNull() const in IsNull() function
/external/clang/lib/Sema/
DSemaExprObjC.cpp2355 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage() local
/external/protobuf/src/google/protobuf/
Ddescriptor.cc262 inline bool IsNull() const { return type == NULL_SYMBOL; } in IsNull() function
/external/llvm/bindings/go/llvm/
Dir.go736 func (v Value) IsNull() bool { return C.LLVMIsNull(v.C) != 0 } func