Home
last modified time | relevance | path

Searched refs:isConstantSizeType (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp47 if (!ty->isConstantSizeType()) in emitAutoVarAlloca()
275 assert(ty->isConstantSizeType() && "VLAs can't be static"); in getOrCreateStaticVarDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h314 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isConstantSizeType)
H A DType.h2983 bool isConstantSizeType() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2730 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2911 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2932 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) { in ConstructAttributeList()
2960 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) { in ConstructAttributeList()
3217 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() && in EmitFunctionProlog()
H A DCGDecl.cpp263 assert(Ty->isConstantSizeType() && "VLAs can't be static"); in getOrCreateStaticVarDecl()
1516 } else if (Ty->isConstantSizeType()) { in EmitAutoVarAlloca()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp921 if (!T->isIncompleteType() && !T->isConstantSizeType()) { in VisitUnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2143 if (ArgType->isDependentType() || !ArgType->isConstantSizeType()) in VisitUnaryExprOrTypeTraitExpr()
2171 assert(!Ty->isConstantSizeType()); in VisitUnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp611 if (!(PteTy->isConstantSizeType() && Ctx.getTypeSizeInChars(PteTy).isOne())) in isSafeSpanTwoParamConstruct()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2424 bool Type::isConstantSizeType() const { in isConstantSizeType() function in Type
H A DExprConstant.cpp3399 if (!Type->isConstantSizeType()) { in HandleSizeof()
14975 assert(!Ty->isConstantSizeType()); in VisitUnaryExprOrTypeTraitExpr()
H A DASTContext.cpp4218 EltTy->isIncompleteType() || EltTy->isConstantSizeType()) && in getConstantArrayType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2235 !T->isConstantSizeType()) { in BuildArrayType()
H A DSemaChecking.cpp14265 if (!PointeeType->isConstantSizeType()) in getAlignmentAndOffsetFromBinAddOrSub()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10895 {"_ZNK5clang4Type18isConstantSizeTypeEv", "clang::Type::isConstantSizeType() const"},