Searched refs:isNull (Results 226 - 250 of 965) sorted by last modified time

1234567891011>>

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp185 assert(ReturnValue.isNull() && "Destructor shouldn't have return value");
1276 llvm::Value *isNull = Builder.CreateIsNull(allocation, "new.isnull"); local
1277 Builder.CreateCondBr(isNull, contBB, notNullBB);
H A DCGObjCMac.cpp1577 llvm::Value *isNull = CGF.Builder.CreateIsNull(receiver); local
1578 CGF.Builder.CreateCondBr(isNull, NullBB, callBB);
H A DCGVTables.cpp289 if (!ResultType->isVoidType() && Slot.isNull())
H A DCodeGenModule.cpp2681 if (ObjCFastEnumerationStateType.isNull()) {
H A DItaniumCXXABI.cpp537 llvm::Value *isNull = Builder.CreateICmpEQ(src, null, "memptr.isnull"); local
538 return Builder.CreateSelect(isNull, src, dst);
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp137 if (ClassRec.isNull())
/external/clang/lib/Frontend/
H A DASTUnit.cpp380 if (UsageType.isNull()) {
2277 if (!Context.getPreferredType().isNull()) {
H A DSerializedDiagnosticPrinter.cpp664 if (Fix.isNull())
/external/clang/lib/Parse/
H A DParseObjc.cpp2303 if (!Type.get().isNull() && Type.get()->isObjCObjectOrInterfaceType()) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2446 assert(!argT.isNull() && "Can't find 'id' type");
2463 assert(!argT.isNull() && "Can't find 'id' type");
2466 assert(!argT.isNull() && "Can't find 'SEL' type");
2496 assert(!argT.isNull() && "Can't find 'id' type");
2499 assert(!argT.isNull() && "Can't find 'SEL' type");
2532 assert(!argT.isNull() && "Can't find 'id' type");
2535 assert(!argT.isNull() && "Can't find 'SEL' type");
3937 assert(!RetQT.isNull() && "GetGroupRecordTypeForObjCIvarBitfield struct type is NULL");
H A DRewriteObjC.cpp2329 assert(!argT.isNull() && "Can't find 'id' type");
2346 assert(!argT.isNull() && "Can't find 'id' type");
2349 assert(!argT.isNull() && "Can't find 'SEL' type");
2368 assert(!argT.isNull() && "Can't build 'struct objc_super *' type");
2371 assert(!argT.isNull() && "Can't find 'SEL' type");
2387 assert(!argT.isNull() && "Can't find 'id' type");
2390 assert(!argT.isNull() && "Can't find 'SEL' type");
2411 assert(!argT.isNull() && "Can't build 'struct objc_super *' type");
2414 assert(!argT.isNull() && "Can't find 'SEL' type");
2431 assert(!argT.isNull()
[all...]
/external/clang/lib/Sema/
H A DDeclSpec.cpp305 if (QT.isNull())
311 if (QT.isNull())
H A DMultiplexExternalSemaSource.cpp61 if (!Sel.isNull())
H A DSema.cpp1262 if (!ZeroArgCallReturnTy.isNull() && !Ambiguous) {
1273 return !ZeroArgCallReturnTy.isNull();
1305 if (!PointeeTy.isNull())
1392 !ZeroArgCallTy.isNull() &&
H A DSemaAccess.cpp233 !getBaseObjectType().isNull() &&
1507 if (!BaseObjectType.isNull()) {
1510 if (BaseObjectType.isNull()) return;
1600 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass);
H A DSemaCXXScopeSpec.cpp31 if (T.isNull())
318 if (!ObjectType.isNull()) {
430 if (!ObjectType.isNull()) {
458 if (!ObjectType.isNull() && Found.empty()) {
573 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope &&
855 if (T.isNull())
H A DSemaChecking.cpp106 if (ResultType.isNull())
1760 if (Res.isNull() || !Res->isRealFloatingType())
3191 if (!CastTy.isNull()) {
6346 if (ReturnType.isNull())
7594 if (LHSType.isNull())
7890 if (T1.isNull() || T2.isNull())
H A DSemaCodeComplete.cpp82 if (DeclOrVector.isNull()) {
419 if (DeclOrVector.isNull())
430 if (DeclOrVector.is<const NamedDecl *>() || DeclOrVector.isNull())
752 if (!PreferredSelector.isNull())
759 if (!PreferredType.isNull()) {
761 if (!T.isNull()) {
1205 if (T.isNull())
1229 if (T.isNull())
1501 if (ThisTy.isNull())
1791 !SemaRef.getCurBlock()->ReturnType.isNull())
[all...]
H A DSemaDecl.cpp405 if (T.isNull()) {
2595 if (ResQT.isNull()) {
2830 bool LooseCompatible = !MergedReturn.isNull();
2941 if (!Merged.isNull() && MergeTypeWithOld)
3019 if (MergedT.isNull()) {
4050 if (Ty.isNull())
4062 if (Ty.isNull())
4097 if (Ty.isNull())
4188 if (T.isNull() || !T->isDependentType()) break;
4603 if (FixedType.isNull()) retur
[all...]
H A DSemaDeclAttr.cpp2981 if (NewTy.isNull()) {
H A DSemaDeclCXX.cpp2656 if (BaseType.isNull())
2667 if (R.empty() && BaseType.isNull() &&
2704 if (!TyD && BaseType.isNull()) {
2711 if (BaseType.isNull()) {
3038 if (T.isNull()) T = E->getType();
11677 if (T.isNull())
12323 if (NewClassTy.isNull()) {
H A DSemaDeclObjC.cpp65 if (receiverTypeIfCall.isNull() &&
75 if (receiverTypeIfCall.isNull())
99 if (receiverTypeIfCall.isNull() && getSourceManager().isInSystemHeader(loc)) {
2439 if (ObjectType.isNull())
2453 if (ObjectType.isNull())
3146 if (ArgType.isNull())
H A DSemaExceptionSpec.cpp954 if (DTy.isNull() || DTy->isDependentType()) {
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-null.js41 assertTrue(mirror.isNull());
/external/chromium_org/v8/src/
H A Dd8.js1516 if (!value.isUndefined() && !value.isNull()) {
1807 return this.isUndefined() || this.isNull() || this.isBoolean() ||
1834 ProtocolValue.prototype.isNull = function() {

Completed in 3476 milliseconds

1234567891011>>