Searched refs:isNull (Results 1 - 25 of 206) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DSelectorExtras.h29 if (!Sel.isNull())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h31 bool isValid() const { return !DynTy.isNull(); }
H A DSymExpr.h48 return !T.isNull() && !T->isVoidType();
H A DConstraintManager.h171 ConditionTruthVal isNull(ProgramStateRef State, SymbolRef Sym) { function in class:clang::ento::ConstraintManager
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp79 return C.getState()->isNull(*ReturnDV).isConstrainedTrue();
81 return C.getState()->isNull(*ReturnDV).isConstrainedFalse();
H A DReturnUndefChecker.cpp57 if (!RT.isNull() && RT->isVoidType())
63 if (RT.isNull() && isa<BlockDecl>(SFC->getDecl()) &&
71 if (RT.isNull())
H A DNSAutoreleasePoolChecker.cpp54 if (releaseS.isNull())
H A DMIGChecker.cpp230 if (!State->isNull(V).isConstrainedFalse())
239 if (!State->isNull(V).isConstrainedTrue())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h68 bool isNull() const { return Data.isNull(); } function in struct:clang::StoredDeclsList
107 assert(!isNull() && "removing from empty list");
126 if (isNull()) {
144 if (isNull())
149 assert(!isNull() && "Empty list isn't allowed");
190 assert(!isNull() && "don't AddSubsequentDecl when we have no decls");
H A DCanonicalType.h95 explicit operator bool() const { return !isNull(); }
97 bool isNull() const { function in class:clang::CanQual
98 return Stored.isNull();
641 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
642 assert((Other.isNull() || isa<T>(Other.getTypePtr())) &&
655 if (Stored.isNull())
670 assert(!Stored.isNull() && isa<U>(Stored.getTypePtr()));
H A DDeclGroup.h79 bool isNull() const { return D == nullptr; }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaFixItUtils.h84 bool isNull() { function in struct:clang::ConversionFixItGenerator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h138 if (Val.isNull())
147 if (Val.isNull())
166 if (Val.isNull()) return true;
194 return begin() + (Val.isNull() ? 0 : 1);
219 assert(!Val.isNull() && "can't index into an empty vector");
246 if (Val.isNull()) {
248 assert(!Val.isNull() && "Can't add a null value");
319 assert(!Val.isNull() && "Null value with non-end insert iterator.");
340 if (Val.isNull()) {
H A DTwine.h188 bool isNull() const { function in class:llvm::Twine
199 return isNull() || isEmpty();
490 if (isNull() || Suffix.isNull())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangUtil.cpp57 if (qual_type.isNull())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp43 if (NSStringSelectors[MK].isNull()) {
79 if (NSArraySelectors[MK].isNull()) {
157 if (NSDictionarySelectors[MK].isNull()) {
258 if (NSSetSelectors[MK].isNull()) {
361 if (Sels[MK].isNull())
506 if (!Ctx.getLangOpts().ObjC || T.isNull())
560 if (T.isNull())
595 if (Sel.isNull()) {
606 if (Sel.isNull()) {
H A DType.cpp792 if (result.isNull())
817 if (desugaredType.isNull()) \
828 if (elementType.isNull())
839 if (pointeeType.isNull())
850 if (pointeeType.isNull())
861 if (pointeeType.isNull())
873 if (pointeeType.isNull())
885 if (pointeeType.isNull())
896 if (elementType.isNull())
909 if (elementType.isNull())
[all...]
H A DTemplateName.cpp78 bool TemplateName::isNull() const { return Storage.isNull(); } function in class:TemplateName
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.h51 if (T.isNull())
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp73 if (pointee.isNull())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp113 if (element.type.isNull())
325 if (target_type.isNull())
343 if (target_type.isNull())
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp225 if (Storage.isNull()) {
255 if (Storage.isNull())
267 if (Storage.isNull())
279 if (Storage.isNull())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DSource.h93 operator bool() const { return !Source.isNull(); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp218 if (X.isNull())
220 if (Y.isNull())
230 if (!XType.isNull()) {
232 if (YType.isNull() || !Context.hasSameType(XType, YType))
358 if (Merged.isNull())
385 if (Result.isNull()) {
503 if (Result.isNull()) {
859 if (!Pack.New.empty() || !DeducedArg.isNull()) {
921 if (Pack.Outer->DeferredDeduction.isNull()) {
938 if (!Result.isNull()
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp214 if (!TInfo || TInfo->getTypeLoc().isNull())
225 if (TL.isNull())

Completed in 389 milliseconds

123456789