| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | SmartPointerAccessorCaching.cpp | 28 if (!RT.isNull() && RT->isPointerType()) { in getLikeReturnType() 37 if (!RT.isNull() && RT->isReferenceType()) { in valueLikeReturnType() 66 if (!StarReturnType.isNull() && !ArrowReturnType.isNull() && in pointerLikeReturnType() 103 if (RT.isNull()) in AST_MATCHER_P() 111 if (RT.isNull()) in AST_MATCHER_P() 118 if (RT.isNull()) in AST_MATCHER() 125 return !pointerLikeReturnType(Node).isNull(); in AST_MATCHER()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | TinyPtrVector.h | 139 return Val.isNull(); in empty() 145 return Val.isNull() ? 0 : 1; in size() 163 return begin() + (Val.isNull() ? 0 : 1); in end() 191 assert(!Val.isNull() && "can't index into an empty vector"); 217 if (Val.isNull()) { in push_back() 219 assert(!Val.isNull() && "Can't add a null value"); in push_back() 289 assert(!Val.isNull() && "Null value with non-end insert iterator."); in insert() 310 if (Val.isNull()) { in insert()
|
| H A D | Twine.h | 195 bool isNull() const { in isNull() function 206 return isNull() || isEmpty(); in isNullary() 532 if (isNull() || Suffix.isNull()) in concat()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 109 if (isNull()) in MaybeDeallocList() 133 bool isNull() const { return Data.getPointer().isNull(); } in isNull() function 136 assert(!isNull() && "No ASTContext."); in getASTContext() 161 assert(!isNull() && "removing from empty list"); in remove() 224 if (isNull()) { in addOrReplaceDecl() 272 if (isNull()) { in prependDeclNoReplace()
|
| H A D | CanonicalType.h | 96 explicit operator bool() const { return !isNull(); } 98 bool isNull() const { in isNull() function 99 return Stored.isNull(); in isNull() 646 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!"); 647 assert((Other.isNull() || isa<T>(Other.getTypePtr())) && 660 if (Stored.isNull()) 675 assert(!Stored.isNull() && isa<U>(Stored.getTypePtr()));
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | NSAPI.cpp | 44 if (NSStringSelectors[MK].isNull()) { in getNSStringSelector() 78 if (NSArraySelectors[MK].isNull()) { in getNSArraySelector() 150 if (NSDictionarySelectors[MK].isNull()) { in getNSDictionarySelector() 237 if (NSSetSelectors[MK].isNull()) { in getNSSetSelector() 332 if (Sels[MK].isNull()) in getNSNumberLiteralSelector() 494 if (!Ctx.getLangOpts().ObjC || T.isNull()) in GetNSIntegralKind() 548 if (T.isNull()) in isObjCTypedef() 583 if (Sel.isNull()) { in getOrInitSelector() 594 if (Sel.isNull()) { in getOrInitNullarySelector()
|
| H A D | Type.cpp | 983 if (result.isNull()) in recurse() 1008 if (desugaredType.isNull()) \ 1019 if (elementType.isNull()) in TRIVIAL_TYPE_CLASS() 1030 if (pointeeType.isNull()) in VisitPointerType() 1041 if (pointeeType.isNull()) in VisitBlockPointerType() 1052 if (pointeeType.isNull()) in VisitLValueReferenceType() 1064 if (pointeeType.isNull()) in VisitRValueReferenceType() 1076 if (pointeeType.isNull()) in VisitMemberPointerType() 1088 if (elementType.isNull()) in VisitConstantArrayType() 1101 if (elementType.isNull()) in VisitVariableArrayType() [all …]
|
| H A D | TypeLoc.cpp | 56 if (TL.isNull()) return SourceRange(); in getLocalSourceRangeImpl() 76 if (Ty.isNull()) return 1; in getLocalAlignmentForType() 99 while (!TyLoc.isNull()) { in getFullDataSizeForType() 204 if (Cur.isNull()) in getBeginLoc() 227 if (Cur.isNull()) in getBeginLoc() 762 if (Res.isNull()) in getContainedAutoTypeLoc()
|
| H A D | ParentMapContext.cpp | 393 if (NodeOrVector.isNull()) { in addParent() 420 template <typename T> static bool isNull(T Node) { return !Node; } in isNull() function in ParentMapContext::ParentMap::ASTVisitor 421 static bool isNull(ObjCProtocolLoc Node) { return false; } in isNull() function in ParentMapContext::ParentMap::ASTVisitor 427 if (isNull(Node)) in TraverseNode()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 223 if (parent_qt.isNull()) in CreateDeclInfoForType() 289 if (qt.isNull()) in GetOrCreateDeclForUid() 343 if (qt.isNull()) in CreateDeclInfoForUndecoratedName() 423 if (qt.isNull()) in CompleteType() 502 if (direct_type.isNull()) in CreateSimpleType() 522 if (pointee_type.isNull()) in CreatePointerType() 528 if (class_type.isNull()) in CreatePointerType() 591 if (unmodified_type.isNull()) in CreateModifierType() 675 if (qt.isNull()) in CreateVariableDecl() 734 if (qt.isNull() || !scope) in GetOrCreateTypedefDecl() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | DirectX.cpp | 51 if (ContainedTy.isNull()) in getHLSLType() 75 if (ContainedTy.isNull() || !ContainedTy->isStructureType()) in getHLSLType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 119 if (DeclOrVector.isNull()) { in Add() 556 if (!ContextType.isNull() && ContextType->isPointerType()) in getPreferredTypeOfUnaryArg() 560 if (ContextType.isNull()) in getPreferredTypeOfUnaryArg() 568 if (ContextType.isNull()) in getPreferredTypeOfUnaryArg() 625 Type = !CastType.isNull() ? CastType.getCanonicalType() : QualType(); in enterTypeCast() 705 if (DeclOrVector.isNull()) in begin() 716 if (isa<const NamedDecl *>(DeclOrVector) || DeclOrVector.isNull()) in end() 960 if (T.isNull()) in getDeclUsageType() 1048 if (!PreferredSelector.isNull()) in AdjustResultPriorityForDecl() 1055 if (!PreferredType.isNull()) { in AdjustResultPriorityForDecl() [all …]
|
| H A D | SemaTemplateDeduction.cpp | 208 if (X.isNull()) in checkDeducedTemplateArguments() 210 if (Y.isNull()) in checkDeducedTemplateArguments() 220 if (!XType.isNull()) { in checkDeducedTemplateArguments() 222 if (YType.isNull() || !Context.hasSameType(XType, YType)) in checkDeducedTemplateArguments() 366 if (Merged.isNull() && !(XA->isNull() && YA->isNull())) in checkDeducedTemplateArguments() 400 if (Result.isNull()) { in DeduceNonTypeTemplateArgument() 553 if (Result.isNull()) { in DeduceTemplateArguments() 809 DeducedFromEarlierParameter = !Deduced[Index].isNull(); in addPack() 986 if (!Pack.New.empty() || !DeducedArg.isNull()) { in nextPackElement() 1052 if (Pack.Outer->DeferredDeduction.isNull()) { in finish() [all …]
|
| H A D | HeuristicResolver.cpp | 160 if (TN.isNull()) in resolveTypeToTagDecl() 172 if (T.isNull()) in getPointeeType() 218 if (QualType Pointee = getPointeeType(T.Type); !Pointee.isNull()) { in simplifyType() 271 while (!Current.Type.isNull() && StepCount++ < MaxSteps) { in simplifyType() 297 !QualifierType.isNull()) { in resolveMemberExpr() 328 if (CalleeType.isNull()) in resolveTypeOfCallExpr()
|
| H A D | TreeTransform.h | 234 return T.isNull(); in AlreadyTransformed() 1148 if (T.isNull()) in RebuildDependentTemplateSpecializationType() 4753 if (NewT.isNull()) in TransformDeclarationNameInfo() 4823 ObjectType.isNull()) in TransformTemplateName() 4883 if (NewT.isNull()) in TransformTemplateArgument() 4942 if (Template.isNull()) in TransformTemplateArgument() 5102 if (Out.getArgument().isNull()) in TransformTemplateArguments() 5120 if (Out.getArgument().isNull()) in TransformTemplateArguments() 5137 if (Out.getArgument().isNull()) in TransformTemplateArguments() 5193 if (Result.isNull()) in TransformType() [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 28 if (T.isNull()) in getCurrentInstantiationOf() 421 if (!ObjectType.isNull()) { in BuildCXXNestedNameSpecifier() 449 if (!ObjectType.isNull() && Found.empty()) { in BuildCXXNestedNameSpecifier() 580 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier() 789 if (T.isNull()) in ActOnCXXNestedNameSpecifierDecltype() 815 if (Type.isNull()) in ActOnCXXNestedNameSpecifierIndexedPack() 907 if (T.isNull()) in ActOnCXXNestedNameSpecifier()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | Store.cpp | 72 assert(!T.isNull()); in GetElementZeroRegion() 326 assert(!TargetType.isNull()); in evalBaseToDerived() 452 if (!BT.isNull() && !elementType.isNull()) { in getLValueElement() 454 if (!PointeeTy.isNull() && in getLValueElement()
|
| H A D | ExplodedGraph.cpp | 221 if (Storage.isNull()) { in addNode() 250 if (Storage.isNull()) in size() 262 if (Storage.isNull()) in begin() 274 if (Storage.isNull()) in end()
|
| H A D | SVals.cpp | 152 if (NestedType.isNull()) in VisitLocAsInteger() 198 return getPTMData().isNull(); in isNullMemberPointer() 203 if (PTMD.isNull()) in getDecl()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | executor_address_test.cpp | 29 EXPECT_TRUE(Null.isNull()); in TEST() 32 EXPECT_FALSE(NonNull.isNull()); in TEST()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 350 if (!promotionTy.isNull()) \ 652 PromotionType.isNull() in VisitUnaryPlus() 658 if (!promotionTy.isNull()) in VisitUnaryPlus() 667 if (!PromotionType.isNull()) in VisitPlus() 675 PromotionType.isNull() in VisitUnaryMinus() 681 if (!promotionTy.isNull()) in VisitUnaryMinus() 690 if (!PromotionType.isNull()) in VisitMinus() 1167 if (!PromotionType.isNull()) in EmitPromoted() 1182 if (!OverallPromotionType.isNull()) in EmitPromotedComplexOperand() 1187 if (!OverallPromotionType.isNull()) { in EmitPromotedComplexOperand() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 577 if (!Ty.isNull()) in getAPSIntType() 598 if (APSIntBitwidth == 1 && Ty.isNull()) in fixAPSInt() 601 else if (APSIntBitwidth == 1 && !Ty.isNull()) in fixAPSInt() 604 if (llvm::isPowerOf2_32(APSIntBitwidth) || Ty.isNull()) in fixAPSInt() 616 assert(!LTy.isNull() && !RTy.isNull() && "Input type is null!"); in doTypeConversion() 695 assert(!LTy.isNull() && !RTy.isNull() && "Input type is null!"); in doIntTypeConversion()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | CachedConstAccessorsLattice.h | 176 assert(!Type.isNull()); in getOrCreateConstMethodReturnValue() 201 assert(!Type.isNull()); in getOrCreateConstMethodReturnStorageLocation()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 125 if (element.type.isNull()) in BuildAggregate() 342 if (target_type.isNull()) in BuildType() 360 if (target_type.isNull()) in BuildType()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RefCntblBaseVirtualDtorChecker.cpp | 198 if (T.isNull()) in checkASTDecl() 217 if (TemplT.isNull()) in checkASTDecl() 262 if (T.isNull()) in visitCXXRecordDecl()
|