Home
last modified time | relevance | path

Searched refs:isNull (Results 1 – 25 of 249) sorted by relevance

12345678910

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h97 if (isNull()) in MaybeDeallocList()
121 bool isNull() const { return Data.getPointer().isNull(); } in isNull() function
124 assert(!isNull() && "No ASTContext."); in getASTContext()
149 assert(!isNull() && "removing from empty list"); in remove()
189 if (Head.isNull()) { in replaceExternalDecls()
218 if (isNull()) { in addOrReplaceDecl()
266 if (isNull()) { in prependDeclNoReplace()
H A DCanonicalType.h95 explicit operator bool() const { return !isNull(); }
97 bool isNull() const { in isNull() function
98 return Stored.isNull(); in isNull()
642 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
643 assert((Other.isNull() || isa<T>(Other.getTypePtr())) &&
656 if (Stored.isNull())
671 assert(!Stored.isNull() && isa<U>(Stored.getTypePtr()));
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h137 if (Val.isNull())
146 if (Val.isNull())
165 if (Val.isNull()) return true; in empty()
193 return begin() + (Val.isNull() ? 0 : 1); in end()
218 assert(!Val.isNull() && "can't index into an empty vector");
244 if (Val.isNull()) { in push_back()
246 assert(!Val.isNull() && "Can't add a null value"); in push_back()
317 assert(!Val.isNull() && "Null value with non-end insert iterator."); in insert()
338 if (Val.isNull()) { in insert()
H A DTwine.h194 bool isNull() const { in isNull() function
205 return isNull() || isEmpty(); in isNullary()
527 if (isNull() || Suffix.isNull()) in concat()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp57 if (!RT.isNull() && RT->isVoidType()) in checkPreStmt()
63 if (RT.isNull() && isa<BlockDecl>(SFC->getDecl()) && in checkPreStmt()
71 if (RT.isNull()) in checkPreStmt()
H A DReturnValueChecker.cpp80 return C.getState()->isNull(*ReturnDV).isConstrainedTrue(); in isInvariantBreak()
82 return C.getState()->isNull(*ReturnDV).isConstrainedFalse(); in isInvariantBreak()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp44 if (NSStringSelectors[MK].isNull()) { in getNSStringSelector()
80 if (NSArraySelectors[MK].isNull()) { in getNSArraySelector()
159 if (NSDictionarySelectors[MK].isNull()) { in getNSDictionarySelector()
260 if (NSSetSelectors[MK].isNull()) { in getNSSetSelector()
362 if (Sels[MK].isNull()) in getNSNumberLiteralSelector()
519 if (!Ctx.getLangOpts().ObjC || T.isNull()) in GetNSIntegralKind()
573 if (T.isNull()) in isObjCTypedef()
608 if (Sel.isNull()) { in getOrInitSelector()
619 if (Sel.isNull()) { in getOrInitNullarySelector()
H A DType.cpp879 if (result.isNull()) in recurse()
1056 if (returnType.isNull()) in VisitFunctionNoProtoType()
1067 if (returnType.isNull()) in VisitFunctionProtoType()
1115 if (innerType.isNull()) in VisitParenType()
1223 if (baseType.isNull()) in VisitObjCObjectType()
1266 if (valueType.isNull()) in VisitAtomicType()
1455 if (newType.isNull()) in VisitAttributedType()
1859 if (T.isNull()) in Visit()
2522 if (isNull()) in isCXX98PODType()
2571 if (isNull()) in isTrivialType()
[all …]
H A DTypeLoc.cpp55 if (TL.isNull()) return SourceRange(); in getLocalSourceRangeImpl()
75 if (Ty.isNull()) return 1; in getLocalAlignmentForType()
98 while (!TyLoc.isNull()) { in getFullDataSizeForType()
203 if (Cur.isNull()) in getBeginLoc()
226 if (Cur.isNull()) in getBeginLoc()
737 if (Res.isNull()) in getContainedAutoTypeLoc()
H A DParentMapContext.cpp368 if (NodeOrVector.isNull()) { in addParent()
395 template <typename T> static bool isNull(T Node) { return !Node; } in isNull() function in ParentMapContext::ParentMap::ASTVisitor
396 static bool isNull(ObjCProtocolLoc Node) { return false; } in isNull() function in ParentMapContext::ParentMap::ASTVisitor
402 if (isNull(Node)) in TraverseNode()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp223 if (parent_qt.isNull()) in CreateDeclInfoForType()
289 if (qt.isNull()) in GetOrCreateDeclForUid()
343 if (qt.isNull()) in CreateDeclInfoForUndecoratedName()
423 if (qt.isNull()) in CompleteType()
522 if (pointee_type.isNull()) in CreatePointerType()
675 if (qt.isNull()) in CreateVariableDecl()
827 if (qt.isNull()) in GetOrCreateType()
836 if (qt.isNull()) in GetOrCreateType()
1037 if (qt.isNull()) in GetOrCreateFunctionDecl()
1125 if (qt.isNull()) in CreateFunctionParameters()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp70 assert(!T.isNull()); in GetElementZeroRegion()
324 assert(!TargetType.isNull()); in evalBaseToDerived()
450 if (!BT.isNull() && !elementType.isNull()) { in getLValueElement()
452 if (!PointeeTy.isNull() && in getLValueElement()
H A DExplodedGraph.cpp223 if (Storage.isNull()) { in addNode()
252 if (Storage.isNull()) in size()
264 if (Storage.isNull()) in begin()
276 if (Storage.isNull()) in end()
H A DSVals.cpp153 if (NestedType.isNull()) in VisitLocAsInteger()
199 return getPTMData().isNull(); in isNullMemberPointer()
204 if (PTMD.isNull()) in getDecl()
H A DProgramState.cpp269 if (!T.isNull() && (T->isIntegralOrEnumerationType() || Loc::isLocType(T))) { in getSVal()
331 if (indexTy.isNull()) in assumeInBoundDual()
370 ConditionTruthVal IsNull = isNull(V); in isNonNull()
380 ConditionTruthVal ProgramState::isNull(SVal V) const { in isNull() function in ProgramState
391 return getStateManager().ConstraintMgr->isNull(this, Sym); in isNull()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp953 if (T.isNull()) in getDeclUsageType()
1050 if (!T.isNull()) { in AdjustResultPriorityForDecl()
1659 if (T.isNull()) in IsObjCMessageReceiver()
1684 if (T.isNull()) in IsObjCCollection()
2045 if (ThisTy.isNull()) in addThisCompletion()
4772 assert(!T.isNull()); in TryDeconstructFunctionLike()
5614 if (Callee.isNull()) in getApproximateType()
5657 Base.isNull() in getApproximateType()
6532 if (BaseType.isNull()) in CodeCompleteDesignator()
7804 if (Sel.isNull()) in GetAssumedMessageSendExprType()
[all …]
H A DSemaTemplateDeduction.cpp218 if (X.isNull()) in checkDeducedTemplateArguments()
220 if (Y.isNull()) in checkDeducedTemplateArguments()
230 if (!XType.isNull()) { in checkDeducedTemplateArguments()
376 if (Merged.isNull() && !(XA->isNull() && YA->isNull())) in checkDeducedTemplateArguments()
406 if (Result.isNull()) { in DeduceNonTypeTemplateArgument()
532 if (Result.isNull()) { in DeduceTemplateArguments()
968 if (!Result.isNull() && !Pack.DeferredDeduction.isNull()) { in finish()
2699 if (P.isNull()) { in ConvertDeducedTemplateArgument()
4517 if (!ArgFunctionType.isNull() && !FunctionType.isNull()) { in DeduceTemplateArguments()
5085 if (Result.isNull()) in DeduceAutoType()
[all …]
H A DTreeTransform.h223 return T.isNull(); in AlreadyTransformed()
1138 if (T.isNull()) in RebuildDependentTemplateSpecializationType()
4588 if (NewT.isNull()) in TransformTemplateArgument()
7141 if (Inner.isNull()) in TransformParenType()
7163 if (Inner.isNull()) in TransformMacroQualifiedType()
8351 if (T.isNull()) in TransformObjCAtCatchStmt()
11928 if (T.isNull()) in TransformImplicitValueInitExpr()
12943 if (To.isNull()) in TransformTypeTraitExpr()
12950 if (To.isNull()) in TransformTypeTraitExpr()
13259 if (T.isNull()) in TransformCXXConstructExpr()
[all …]
H A DSemaTemplateVariadic.cpp145 if ((!T.isNull() && T->containsUnexpandedParameterPack()) || InLambda) in TraverseType()
154 if ((!TL.getType().isNull() && in TraverseTypeLoc()
498 if (Template.isNull() || !Template.containsUnexpandedParameterPack()) in DiagnoseUnexpandedParameterPack()
510 if (Arg.getArgument().isNull() || in DiagnoseUnexpandedParameterPack()
620 if (Result.isNull()) in CheckPackExpansion()
875 if (!T.isNull() && T->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
946 assert(!ParamTy.isNull() && "Couldn't parse type?"); in containsUnexpandedParameterPacks()
963 if (!T.isNull() && T->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp29 EXPECT_TRUE(Null.isNull()); in TEST()
32 EXPECT_FALSE(NonNull.isNull()); in TEST()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h40 assert(Type.isNull() || !Type->isReferenceType()); in StorageLocation()
103 assert(!Type.isNull()); in RecordStorageLocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp591 if (!promotionTy.isNull()) in VisitUnaryPlus()
600 if (!PromotionType.isNull()) in VisitPlus()
611 if (!promotionTy.isNull()) in VisitUnaryMinus()
620 if (!PromotionType.isNull()) in VisitMinus()
1100 if (!PromotionType.isNull()) in EmitPromoted()
1115 if (!OverallPromotionType.isNull()) in EmitPromotedComplexOperand()
1140 if (!PromotionType.isNull()) in EmitBinOps()
1168 if (PromotionTypeCR.isNull()) in EmitCompoundAssignLValue()
1177 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()
1187 if (!PromotionTypeRHS.isNull()) { in EmitCompoundAssignLValue()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp116 if (element.type.isNull()) in BuildAggregate()
327 if (target_type.isNull()) in BuildType()
345 if (target_type.isNull()) in BuildType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DSelectorExtras.h29 if (!Sel.isNull()) in lazyInitKeywordSelector()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h31 bool isValid() const { return !DynTy.isNull(); } in isValid()

12345678910