Home
last modified time | relevance | path

Searched refs:IsCompleteType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp222 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { in IsCompleteType() function
291 if (!IsCompleteType(astContext, elemType)) in computeOffset()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp52 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { in IsCompleteType() function
199 if (IsCompleteType(Ctx, PointeeTy)) { in castRegion()
DMemRegion.cpp1047 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { in IsCompleteType() function
1078 if (!IsCompleteType(C, elemType)) { in getAsArrayOffset()
1220 if (!IsCompleteType(getContext(), EleTy)) { in getAsOffset()