Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h312 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isConstantSizeType)
H A DType.h2291 bool isConstantSizeType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1998 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2109 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2134 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) { in ConstructAttributeList()
2387 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() && in EmitFunctionProlog()
H A DCGDecl.cpp221 assert(Ty->isConstantSizeType() && "VLAs can't be static"); in getOrCreateStaticVarDecl()
1321 if (Ty->isConstantSizeType()) { in EmitAutoVarAlloca()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp845 if (!T->isIncompleteType() && !T->isConstantSizeType()) { in VisitUnaryExprOrTypeTraitExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2021 bool Type::isConstantSizeType() const { in isConstantSizeType() function in Type
H A DASTContext.cpp3075 EltTy->isIncompleteType() || EltTy->isConstantSizeType()) && in getConstantArrayType()
H A DExprConstant.cpp2472 if (!Type->isConstantSizeType()) { in HandleSizeof()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2188 !T->isConstantSizeType()) || in BuildArrayType()