Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h312 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isConstantSizeType)
H A DType.h2891 bool isConstantSizeType() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
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 DCGDecl.cpp256 assert(Ty->isConstantSizeType() && "VLAs can't be static"); in getOrCreateStaticVarDecl()
1480 } else if (Ty->isConstantSizeType()) { in EmitAutoVarAlloca()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp881 if (!T->isIncompleteType() && !T->isConstantSizeType()) { in VisitUnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp1650 if (ArgType->isDependentType() || !ArgType->isConstantSizeType()) in VisitUnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2352 bool Type::isConstantSizeType() const { in isConstantSizeType() function in Type
H A DASTContext.cpp3922 EltTy->isIncompleteType() || EltTy->isConstantSizeType()) && in getConstantArrayType()
H A DExprConstant.cpp3253 if (!Type->isConstantSizeType()) { in HandleSizeof()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2210 !T->isConstantSizeType()) { in BuildArrayType()
H A DSemaChecking.cpp12832 if (!PointeeType->isConstantSizeType()) in getAlignmentAndOffsetFromBinAddOrSub()