Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/compiler/
Dnull-compare.js28 function IsNull(x) { class
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_id.h70 inline bool IsNull() const { in IsNull() function
/external/chromium/chrome/browser/extensions/
Dextension_file_browser_private_api.h97 bool IsNull() const { return listener_ == NULL; } in IsNull() function
/external/chromium/base/
Dcallback_unittest.cc95 TEST_F(CallbackTest, IsNull) { in TEST_F() argument
/external/chromium/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/clang/lib/CodeGen/
DCGExprCXX.cpp1398 llvm::Value *IsNull = Builder.CreateIsNull(Ptr, "isnull"); in EmitCXXDeleteExpr() local
1472 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr); in EmitTypeidFromVTable() local
1617 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value); in EmitDynamicCastCall() local
1663 llvm::Value *IsNull = Builder.CreateIsNull(Value); in EmitDynamicCast() local
DItaniumCXXABI.cpp380 llvm::Value *IsNull = Builder.CreateICmpEQ(Src, Null, "memptr.isnull"); in EmitMemberPointerConversion() local
448 llvm::Constant *IsNull = in EmitMemberPointerConversion() local
DCGClass.cpp175 llvm::Value *IsNull = Builder.CreateIsNull(Value); in GetAddressOfBaseClass() local
247 llvm::Value *IsNull = Builder.CreateIsNull(Value); in GetAddressOfDerivedClass() local
DCGVTables.cpp2657 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment() local
/external/llvm/tools/bugpoint/
DMiscompilation.cpp867 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal, in CleanupAndPrepareModules() local
/external/v8/src/arm/
Dlithium-arm.h665 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument
677 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument
/external/v8/src/x64/
Dlithium-x64.h648 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument
662 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument
/external/v8/src/ia32/
Dlithium-ia32.h657 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument
671 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument
/external/clang/lib/Sema/
DSemaExprObjC.cpp1352 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage() local
/external/protobuf/src/google/protobuf/
Ddescriptor.cc236 inline bool IsNull() const { return type == NULL_SYMBOL; } in IsNull() function
/external/v8/src/
Dast.h870 bool IsNull() const { in IsNull() function
Dobjects-inl.h745 bool Object::IsNull() { in IsNull() function
Dapi.cc1928 bool Value::IsNull() const { in IsNull() function in v8::Value
/external/clang/lib/AST/
DExpr.cpp2484 bool IsNull = isIntegerConstantExpr(Result, Ctx) && Result == 0; in isNullPointerConstant() local