Home
last modified time | relevance | path

Searched refs:isIncompleteType (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DTypeTraits.cpp43 if (Type->isDependentType() || Type->isIncompleteType()) in isExpensiveToCopy()
102 if (Type->isIncompleteType()) in isTriviallyDefaultConstructible()
143 if (Type->isIncompleteType()) in isTriviallyDestructible()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp86 if (ToPointeeTy->isIncompleteType() || in VisitCastExpr()
87 OrigPointeeTy->isIncompleteType()) in VisitCastExpr()
H A DCastSizeChecker.cpp101 if (ToPointeeTy->isIncompleteType()) in checkPreStmt()
H A DObjCContainersASTChecker.cpp38 if (T->isIncompleteType()) in isPointerSize()
H A DArrayBoundCheckerV2.cpp331 if (elemType->isIncompleteType()) in computeOffset()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousMemoryComparisonCheck.cpp68 if (!PointeeType->isIncompleteType()) { in check()
H A DSizeofExpressionCheck.cpp54 if (!Ty || Ty->isIncompleteType() || Ty->isDependentType() || in getSizeOfType()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DStructPackAlignCheck.cpp66 if (StructFieldTy->isIncompleteType()) in check()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp2225 assert(!isIncompleteType() && "This doesn't make sense for incomplete types"); in isConstantSizeType()
2234 bool Type::isIncompleteType(NamedDecl **Def) const { in isIncompleteType() function in Type
2265 ->isIncompleteType(Def); in isIncompleteType()
2293 ->isIncompleteType(Def); in isIncompleteType()
2378 if ((*this)->isIncompleteType()) in isCXX98PODType()
2432 if ((*this)->isIncompleteType()) in isTrivialType()
2489 if (CanonicalType->isIncompleteType()) in isTriviallyCopyableType()
2511 if (BaseElementType->isIncompleteType()) { in isTriviallyRelocatableType()
2605 if (BaseTy->isIncompleteType()) in isLiteralType()
2678 if (BaseTy->isIncompleteType()) in isStandardLayoutType()
[all …]
H A DMangle.cpp230 if (AT->isIncompleteType()) in mangleName()
H A DExprClassification.cpp663 if (CT->isIncompleteType()) in IsModifiable()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp905 return QT->isIncompleteArrayType() || !QT->isIncompleteType(); in isIncompleteTypeWithAlignment()
956 if (QT->isIncompleteType()) in clang_Type_getSizeOf()
974 return QT->isIncompleteType() && !QT->isIncompleteArrayType(); in isTypeIncompleteForLayout()
1012 if (RT->isIncompleteType()) in validateFieldParentType()
H A DCIndexCodeCompletion.cpp643 AllocatedResults.ContainerIsIncomplete = type->isIncompleteType(); in ProcessCodeCompleteResults()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXXABI.cpp163 if (T->getAs<RecordType>() && T->isIncompleteType()) in mayNeedDestruction()
H A DCodeGenTBAA.cpp258 if (AccessType->isIncompleteType()) in getAccessInfo()
H A DCGValue.h236 assert((!Alignment.isZero() || Type->isIncompleteType()) && in Initialize()
H A DCodeGenTypes.cpp226 if (TT->isIncompleteType()) in isFuncParamTypeConvertible()
H A DCGCall.cpp2350 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2529 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2549 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) { in ConstructAttributeList()
2573 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) { in ConstructAttributeList()
2831 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() && in EmitFunctionProlog()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp203 if (!PointeeTy->isIncompleteType()) { in castRegion()
H A DMemRegion.cpp763 if (Ty->isIncompleteType()) in getStaticSize()
1382 if (elemType->isIncompleteType()) { in getAsArrayOffset()
1535 if (EleTy->isIncompleteType()) { in calculateOffset()
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp365 if (Type->isIncompleteType() || Type->isDependentType() || in getFieldsFromClassHierarchy()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h266 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIncompleteType)
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeFixer.cpp173 if (T->isIncompleteType()) in fix()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp235 assert(!ty->isIncompleteType()); in CanCaptureValue()
1060 !RecordTy || RecordTy->isIncompleteType()) { in CheckSubscriptingKind()
H A DSemaStmtAsm.cpp533 if (Ty->isDependentType() || Ty->isIncompleteType()) in ActOnGCCAsmStmt()

12