Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.cpp194 if (ElemType->isIncompleteType()) in computeOffset()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp107 if (PointeeTy->isIncompleteType() && !CountInBytes) { in CheckCountedByAttrOnField()
H A DSemaStmtAsm.cpp541 if (Ty->isDependentType() || Ty->isIncompleteType()) in ActOnGCCAsmStmt()
H A DSemaType.cpp2012 if (EltTy->isIncompleteType() || EltTy->isDependentType() || in checkArrayElementAlignment()
2209 } else if (!T->isDependentType() && !T->isIncompleteType() && in BuildArrayType()
2245 !T->isIncompleteType() && !T->isUndeducedType()) in BuildArrayType()
9091 bool Incomplete = (T->isIncompleteType(&Def) || in RequireCompleteTypeImpl()
9144 if (!T->isIncompleteType()) in RequireCompleteTypeImpl()
9196 if (!T->isIncompleteType()) in RequireCompleteTypeImpl()
9556 if (BaseType->isIncompleteType(&FwdDecl)) { in BuiltinEnumUnderlyingType()
H A DSemaDeclAttr.cpp218 if (RT->isIncompleteType()) in threadSafetyCheckIsPointer()
265 if (RT->isIncompleteType()) in checkRecordTypeForCapability()
1158 !FD->getType()->isIncompleteType() && in handlePackedAttr()
3805 if (FirstType->isIncompleteType()) in handleTransparentUnionAttr()
3811 if (FieldType->isIncompleteType()) in handleTransparentUnionAttr()
4149 if (DiagTy->isDependentType() || DiagTy->isIncompleteType()) in CheckAlignasUnderalignment()
H A DSemaLookup.cpp441 if (EVD->getType()->isIncompleteType() && in isPreferredLookupResult()
442 !DVD->getType()->isIncompleteType()) { in isPreferredLookupResult()
2694 !ObjectType->isIncompleteType() || !ObjectType->getAs<TagType>() || in LookupParsedName()
H A DSemaPseudoObject.cpp242 assert(!ty->isIncompleteType()); in CanCaptureValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2353 assert(!isIncompleteType() && "This doesn't make sense for incomplete types"); in isConstantSizeType()
2362 bool Type::isIncompleteType(NamedDecl **Def) const { in isIncompleteType() function in Type
2401 ->isIncompleteType(Def); in isIncompleteType()
2429 ->isIncompleteType(Def); in isIncompleteType()
2611 if ((*this)->isIncompleteType()) in isCXX98PODType()
2665 if ((*this)->isIncompleteType()) in isTrivialType()
2727 if (CanonicalType->isIncompleteType()) in isTriviallyCopyableTypeImpl()
2762 if (CanonicalType->isIncompleteType()) in isBitwiseCloneableType()
2799 if (BaseElementType->isIncompleteType()) { in isTriviallyRelocatableType()
2910 if (BaseTy->isIncompleteType()) in isLiteralType()
[all …]
H A DMangle.cpp235 if (AT->isIncompleteType()) in mangleName()
H A DExprClassification.cpp694 if (CT->isIncompleteType()) in IsModifiable()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp62 if (Type->isIncompleteType() || Type->isDependentType() || in getFieldsFromClassHierarchy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp170 if (T->getAs<RecordType>() && T->isIncompleteType()) in mayNeedDestruction()
H A DCodeGenTBAA.cpp312 if (AccessType->isIncompleteType()) in getAccessInfo()
H A DCGValue.h249 assert((isGlobalReg() || !Alignment.isZero() || Type->isIncompleteType()) &&
H A DCodeGenTypes.cpp199 return !TT->isIncompleteType(); in isFuncParamTypeConvertible()
H A DCGCall.cpp2595 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2776 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2796 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) { in ConstructAttributeList()
2820 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) { in ConstructAttributeList()
3076 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() && in EmitFunctionProlog()
H A DCGDebugInfo.cpp3338 if (Ty->getElementType()->isIncompleteType()) in CreateType()
3342 } else if (Ty->isIncompleteType()) { in CreateType()
3419 if (!Ty->isIncompleteType()) { in CreateType()
3469 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType()
3512 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp811 if (Ty->isIncompleteType()) in getStaticSize()
1444 if (elemType->isIncompleteType()) { in getAsArrayOffset()
1598 if (EleTy->isIncompleteType()) { in calculateOffset()
H A DStore.cpp204 if (!PointeeTy->isIncompleteType()) { in castRegion()
H A DExprEngineC.cpp881 if (!T->isIncompleteType() && !T->isConstantSizeType()) { in VisitUnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h266 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIncompleteType)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp302 if (!Ty || Ty->isIncompleteType()) in setTargetAttributes()

12