Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h313 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isConstantSizeType)
H A DType.h2387 bool isConstantSizeType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp885 if (!T->isIncompleteType() && !T->isConstantSizeType()) { in VisitUnaryExprOrTypeTraitExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2287 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2465 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2495 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) { in ConstructAttributeList()
2753 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() && in EmitFunctionProlog()
H A DCGDecl.cpp249 assert(Ty->isConstantSizeType() && "VLAs can't be static"); in getOrCreateStaticVarDecl()
1450 } else if (Ty->isConstantSizeType()) { in EmitAutoVarAlloca()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2200 bool Type::isConstantSizeType() const { in isConstantSizeType() function in Type
H A DASTContext.cpp3433 EltTy->isIncompleteType() || EltTy->isConstantSizeType()) && in getConstantArrayType()
H A DExprConstant.cpp3160 if (!Type->isConstantSizeType()) { in HandleSizeof()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2485 !T->isConstantSizeType()) { in BuildArrayType()
H A DSemaChecking.cpp14510 if (!PointeeType->isConstantSizeType()) in getAlignmentAndOffsetFromBinAddOrSub()