Searched refs:isNull (Results 151 - 175 of 965) sorted by last modified time

1234567891011>>

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp240 if (Storage.isNull()) {
270 if (Storage.isNull())
282 if (Storage.isNull())
294 if (Storage.isNull())
H A DExprEngine.cpp605 if (State->isNull(ArgVal).isConstrainedTrue()) {
2151 if (LoadTy.isNull())
H A DExprEngineCallAndReturn.cpp253 if (!ReturnedTy.isNull()) {
H A DPathDiagnostic.cpp501 assert(!LAC.isNull() && "A valid LocationContext or AnalysisDeclContext should "
H A DProgramState.cpp258 if (!T.isNull()) {
321 if (indexTy.isNull())
350 ConditionTruthVal ProgramState::isNull(SVal V) const { function in class:ProgramState
361 return getStateManager().ConstraintMgr->isNull(this, Sym);
H A DRegionStore.cpp1278 if (T.isNull()) {
1410 if (!RegionTy.isNull() &&
H A DStore.cpp69 assert(!T.isNull());
316 assert(!TargetType.isNull());
381 if (castTy.isNull() || V.isUnknownOrUndef())
/external/clang/tools/libclang/
H A DCIndex.cpp1445 if (!VisitType.isNull()) {
H A DCIndexCodeCompletion.cpp573 if (!baseType.isNull()) {
H A DCIndexDiagnostic.cpp122 if (!D.isNull())
H A DCXType.cpp103 if (TU && !T.isNull()) {
223 if (T.isNull())
326 if (T.isNull())
498 if (T.isNull())
512 if (T.isNull())
538 if (T.isNull())
554 if (T.isNull())
570 if (T.isNull())
593 if (T.isNull())
821 if (QT.isNull())
[all...]
H A DIndexTypeSourceInfo.cpp99 if (!TInfo || TInfo->getTypeLoc().isNull())
108 if (TL.isNull())
H A DIndexingContext.cpp164 if (TL.isNull())
/external/clang/unittests/AST/
H A DSourceLocationTest.cpp163 assert(!T.isNull());
188 assert(!T.isNull());
/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp388 EXPECT_TRUE(constructMatcher("hasInitializer", Error.get()).isNull());
392 EXPECT_TRUE(constructMatcher("isArrow", std::string(), Error.get()).isNull());
396 EXPECT_TRUE(constructMatcher("anyOf", Error.get()).isNull());
401 Error.get()).isNull());
407 EXPECT_TRUE(constructMatcher("ofClass", std::string(), Error.get()).isNull());
414 Error.get()).isNull());
422 Error.get()).isNull());
432 Error.get()).isNull());
/external/clang/include/clang/AST/
H A DASTContext.h1271 if (ObjCIdRedefinitionType.isNull())
1284 if (ObjCClassRedefinitionType.isNull())
1297 if (ObjCSelRedefinitionType.isNull())
H A DCanonicalType.h83 LLVM_EXPLICIT operator bool() const { return !isNull(); }
85 bool isNull() const { function in class:clang::CanQual
86 return Stored.isNull();
692 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
693 assert((Other.isNull() || isa<T>(Other.getTypePtr())) &&
706 if (Stored.isNull())
721 assert(!Stored.isNull() && isa<U>(Stored.getTypePtr()));
H A DDataRecursiveASTVisitor.h546 if (T.isNull())
562 if (TL.isNull())
H A DDecl.h996 return !Init.isNull() && (Init.is<Stmt *>() || Init.is<EvaluatedStmt *>());
999 if (Init.isNull())
1010 if (Init.isNull())
H A DDeclContextInternals.h67 bool isNull() const { return Data.isNull(); } function in struct:clang::StoredDeclsList
106 assert(!isNull() && "removing from empty list");
126 if (isNull()) {
144 if (isNull())
150 assert(!isNull() && "Empty list isn't allowed");
193 assert(!isNull() && "don't AddSubsequentDecl when we have no decls");
H A DDeclGroup.h83 bool isNull() const { return D == nullptr; }
H A DDeclTemplate.h1327 return !DefaultArgument.getArgument().isNull();
H A DExpr.h133 assert((t.isNull() || !t->isReferenceType()) &&
H A DExprObjC.h709 if (ArgType.isNull())
H A DRecursiveASTVisitor.h613 if (T.isNull())
629 if (TL.isNull())

Completed in 378 milliseconds

1234567891011>>