| /external/v8/src/base/platform/ |
| D | time.h | 179 bool IsNull() const { return us_ == 0; } in IsNull() function 326 bool IsNull() const { return ticks_ == 0; } in IsNull() function
|
| /external/v8/test/mjsunit/compiler/ |
| D | null-compare.js | 28 function IsNull(x) { class
|
| /external/lldb/include/lldb/Utility/ |
| D | PythonPointer.h | 69 bool IsNull() { return ptr_ == NULL; } in IsNull() function
|
| /external/hamcrest/src/org/hamcrest/core/ |
| D | IsNull.java | 14 public class IsNull<T> extends BaseMatcher<T> { class
|
| /external/gtest/test/ |
| D | gtest-unittest-api_test.cc | 140 AssertionResult IsNull(const char* str) { in IsNull() function
|
| /external/google-breakpad/src/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/v8/src/ |
| D | unique.h | 89 inline bool IsNull() const { in IsNull() function
|
| D | objects-inl.h | 1027 bool Object::IsNull() const { in IsNull() function
|
| /external/clang/lib/CodeGen/ |
| D | CGExprCXX.cpp | 1597 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
|
| D | CGVTables.cpp | 86 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment() local
|
| D | CGClass.cpp | 271 llvm::Value *IsNull = Builder.CreateIsNull(Value); in GetAddressOfDerivedClass() local
|
| D | ItaniumCXXABI.cpp | 1126 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value); in EmitDynamicCastCall() local
|
| /external/llvm/tools/bugpoint/ |
| D | Miscompilation.cpp | 885 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal, in CleanupAndPrepareModules() local
|
| /external/pdfium/core/include/fpdfapi/ |
| D | fpdf_resource.h | 682 FX_BOOL IsNull() const in IsNull() function
|
| /external/pdfium/core/include/fxcrt/ |
| D | fx_basic.h | 1291 FX_BOOL IsNull() const in IsNull() function
|
| /external/clang/lib/Sema/ |
| D | SemaExprObjC.cpp | 2355 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage() local
|
| /external/protobuf/src/google/protobuf/ |
| D | descriptor.cc | 262 inline bool IsNull() const { return type == NULL_SYMBOL; } in IsNull() function
|
| /external/llvm/bindings/go/llvm/ |
| D | ir.go | 736 func (v Value) IsNull() bool { return C.LLVMIsNull(v.C) != 0 } func
|