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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp66 Ctx.getAsConstantArrayType(Last->getType())) {
/external/clang/lib/Analysis/
H A DScanfFormatString.cpp421 if (const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(RawQT)) {
H A DCFG.cpp1155 if (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) {
1258 while (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) {
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp394 = getContext().getAsConstantArrayType(E->getType())) {
446 assert(!getContext().getAsConstantArrayType(E->getType())
506 = CGF.getContext().getAsConstantArrayType(type)) {
1594 = getContext().getAsConstantArrayType(DeleteTy)) {
H A DCGExprConstant.cpp1263 CGM.getContext().getAsConstantArrayType(T)) {
1449 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
H A DTargetInfo.cpp166 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
261 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
636 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty))
1673 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
1962 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) {
4067 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) {
H A DCGClass.cpp477 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T);
565 = CGF.getContext().getAsConstantArrayType(FieldType);
H A DCGCall.cpp557 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(type)) {
603 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
2526 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
H A DCGExprAgg.cpp319 Ctx.getAsConstantArrayType(E->getSubExpr()->getType());
H A DCodeGenModule.cpp2723 const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType());
/external/clang/lib/AST/
H A DExprConstant.cpp2021 Info.Ctx.getAsConstantArrayType(S->getType());
2038 Info.Ctx.getAsConstantArrayType(S->getType());
2147 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType);
4803 = Info.Ctx.getAsConstantArrayType(SubExpr->getType()))
5173 Info.Ctx.getAsConstantArrayType(E->getSubExpr()->getType());
5481 Info.Ctx.getAsConstantArrayType(E->getType());
5511 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(E->getType());
5589 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(Type)) {
H A DRecordLayoutBuilder.cpp398 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) {
495 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) {
H A DMicrosoftMangle.cpp1777 getASTContext().getAsConstantArrayType(ElementTy)) {
H A DASTContext.cpp7203 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS);
7204 const ConstantArrayType* RCAT = getAsConstantArrayType(RHS);
H A DExpr.cpp798 assert(C.getAsConstantArrayType(Ty) &&
/external/clang/include/clang/AST/
H A DASTContext.h1883 const ConstantArrayType *getAsConstantArrayType(QualType T) const { function in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1343 S.Context.getAsConstantArrayType(Arg);
1348 S.Context.getAsConstantArrayType(Param);
H A DSemaChecking.cpp3532 const ConstantArrayType *T = Context.getAsConstantArrayType(FExpr->getType());
4238 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(Ty)) {
7095 Context.getAsConstantArrayType(BaseExpr->getType());
H A DSemaExprCXX.cpp1226 = Context.getAsConstantArrayType(AllocType)) {
3979 if (const ConstantArrayType *CAT = Self.Context.getAsConstantArrayType(T))
H A DSemaInit.cpp659 SemaRef.Context.getAsConstantArrayType(DeclType)) {
6259 = S.Context.getAsConstantArrayType(CurInit.get()->getType())) {
H A DSemaExprObjC.cpp70 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType());
H A DSemaType.cpp5275 = Context.getAsConstantArrayType(MaybeTemplate))
H A DSemaDeclCXX.cpp3234 = SemaRef.Context.getAsConstantArrayType(BaseType)) {
3491 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) {
9325 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T);
H A DSemaExpr.cpp4388 Context.getAsConstantArrayType(ArgExpr->IgnoreParenImpCasts()->getType());
11899 = S.Context.getAsConstantArrayType(BaseType)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1844 assert(Ctx.getAsConstantArrayType(R->getValueType()) &&

Completed in 2569 milliseconds