Searched refs:getAsConstantArrayType (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp66 Ctx.getAsConstantArrayType(Last->getType())) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DScanfFormatString.cpp432 if (const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(RawQT)) {
H A DCFG.cpp1282 if (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) {
1383 while (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp475 = getContext().getAsConstantArrayType(E->getType())) {
524 assert(!getContext().getAsConstantArrayType(E->getType())
584 = CGF.getContext().getAsConstantArrayType(type)) {
1721 = getContext().getAsConstantArrayType(DeleteTy)) {
H A DTargetInfo.cpp341 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
436 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
1034 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty))
2280 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
2566 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) {
3872 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
3905 getContext().getAsConstantArrayType(FT)) {
H A DCGClass.cpp612 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T);
720 = CGF.getContext().getAsConstantArrayType(FieldType);
H A DCGExprAgg.cpp324 Ctx.getAsConstantArrayType(E->getSubExpr()->getType());
H A DCGExprConstant.cpp1582 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
H A DCGCall.cpp662 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) {
1959 getContext().getAsConstantArrayType(OTy)) {
H A DCodeGenModule.cpp3139 const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType());
H A DCGExpr.cpp2909 auto *CAT = C.getAsConstantArrayType(BaseTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp2124 Info.Ctx.getAsConstantArrayType(S->getType());
2141 Info.Ctx.getAsConstantArrayType(S->getType());
2318 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType);
5040 = Info.Ctx.getAsConstantArrayType(SubExpr->getType()))
5509 Info.Ctx.getAsConstantArrayType(E->getSubExpr()->getType());
5820 Info.Ctx.getAsConstantArrayType(E->getType());
5853 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(E->getType());
5931 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(Type)) {
H A DRecordLayoutBuilder.cpp441 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) {
538 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) {
H A DMicrosoftMangle.cpp2118 getASTContext().getAsConstantArrayType(ElementTy);
H A DExpr.cpp830 assert(C.getAsConstantArrayType(Ty) &&
H A DASTContext.cpp7742 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS);
7743 const ConstantArrayType* RCAT = getAsConstantArrayType(RHS);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1409 = S.Context.getAsConstantArrayType(BaseType)) {
H A DSemaTemplateDeduction.cpp1308 S.Context.getAsConstantArrayType(Arg);
1313 S.Context.getAsConstantArrayType(Param);
H A DSemaChecking.cpp4689 const ConstantArrayType *T = Context.getAsConstantArrayType(FExpr->getType());
4745 const ConstantArrayType *T = Context.getAsConstantArrayType(FExpr->getType());
5432 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(Ty)) {
8586 Context.getAsConstantArrayType(BaseExpr->getType());
H A DSemaExprCXX.cpp1332 = Context.getAsConstantArrayType(AllocType)) {
4442 if (const ConstantArrayType *CAT = Self.Context.getAsConstantArrayType(T))
H A DSemaInit.cpp738 SemaRef.Context.getAsConstantArrayType(DeclType)) {
6681 = S.Context.getAsConstantArrayType(CurInit.get()->getType())) {
H A DSemaExprObjC.cpp67 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType());
H A DSemaDeclCXX.cpp3522 = SemaRef.Context.getAsConstantArrayType(BaseType)) {
3780 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) {
9894 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2094 const ConstantArrayType *getAsConstantArrayType(QualType T) const { function in class:clang::ASTContext::DynTypedNodeList
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1941 assert(Ctx.getAsConstantArrayType(R->getValueType()) &&

Completed in 390 milliseconds

12