/external/v8/test/mjsunit/compiler/ |
D | null-compare.js | 28 function IsNull(x) { class
|
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable_id.h | 70 inline bool IsNull() const { in IsNull() function
|
/external/chromium/chrome/browser/extensions/ |
D | extension_file_browser_private_api.h | 97 bool IsNull() const { return listener_ == NULL; } in IsNull() function
|
/external/chromium/base/ |
D | callback_unittest.cc | 95 TEST_F(CallbackTest, IsNull) { in TEST_F() argument
|
/external/chromium/testing/gtest/test/ |
D | gtest-unittest-api_test.cc | 140 AssertionResult IsNull(const char* str) { in IsNull() function
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 347 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/ |
D | CGExprCXX.cpp | 1398 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
|
D | ItaniumCXXABI.cpp | 380 llvm::Value *IsNull = Builder.CreateICmpEQ(Src, Null, "memptr.isnull"); in EmitMemberPointerConversion() local 448 llvm::Constant *IsNull = in EmitMemberPointerConversion() local
|
D | CGClass.cpp | 175 llvm::Value *IsNull = Builder.CreateIsNull(Value); in GetAddressOfBaseClass() local 247 llvm::Value *IsNull = Builder.CreateIsNull(Value); in GetAddressOfDerivedClass() local
|
D | CGVTables.cpp | 2657 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment() local
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 867 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal, in CleanupAndPrepareModules() local
|
/external/v8/src/arm/ |
D | lithium-arm.h | 665 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument 677 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/x64/ |
D | lithium-x64.h | 648 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument 662 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 657 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument 671 DECLARE_HYDROGEN_ACCESSOR(IsNull) in DECLARE_HYDROGEN_ACCESSOR() argument
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1352 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage() local
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 236 inline bool IsNull() const { return type == NULL_SYMBOL; } in IsNull() function
|
/external/v8/src/ |
D | ast.h | 870 bool IsNull() const { in IsNull() function
|
D | objects-inl.h | 745 bool Object::IsNull() { in IsNull() function
|
D | api.cc | 1928 bool Value::IsNull() const { in IsNull() function in v8::Value
|
/external/clang/lib/AST/ |
D | Expr.cpp | 2484 bool IsNull = isIntegerConstantExpr(Result, Ctx) && Result == 0; in isNullPointerConstant() local
|