Searched refs:AILE (Results 1 – 6 of 6) sorted by relevance
515 const ArrayInitLoopExpr *AILE, in bindRequiredArrayElementToEnvironment() argument561 const auto *OVESrc = AILE->getCommonExpr()->getSourceExpr(); in bindRequiredArrayElementToEnvironment()567 cast<CXXConstructExpr>(extractElementInitializerFromNestedAILE(AILE)); in bindRequiredArrayElementToEnvironment()624 auto *AILE = CC ? CC->getArrayInitLoop() : nullptr; in handleConstructor() local627 if (CE->getType()->isArrayType() || AILE) { in handleConstructor()634 else if (AILE) in handleConstructor()635 Size = getContext().getArrayInitLoopExprElementCount(AILE); in handleConstructor()653 if (AILE) { in handleConstructor()658 getContext().getArrayInitLoopExprElementCount(AILE)); in handleConstructor()661 State, AILE, LCtx, svalBuilder.makeArrayIndex(Idx)); in handleConstructor()
583 if (const auto *AILE = dyn_cast_or_null<ArrayInitLoopExpr>(Init)) in addObjectUnderConstruction() local584 Init = extractElementInitializerFromNestedAILE(AILE); in addObjectUnderConstruction()
1360 clang::extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE) { in extractElementInitializerFromNestedAILE() argument1361 if (!AILE) in extractElementInitializerFromNestedAILE()1364 Expr *AILEInit = AILE->getSubExpr(); in extractElementInitializerFromNestedAILE()3021 const auto *AILE = dyn_cast_or_null<ArrayInitLoopExpr>(Init); in VisitDeclSubExpr() local3025 AILE ? AILE->getSubExpr() : Init); in VisitDeclSubExpr()
1456 Expr *extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE);
6988 const ArrayInitLoopExpr *AILE) const { in getArrayInitLoopExprElementCount()6989 if (!AILE) in getArrayInitLoopExprElementCount()6995 ElementCount *= AILE->getArraySize().getZExtValue(); in getArrayInitLoopExprElementCount()6996 AILE = dyn_cast<ArrayInitLoopExpr>(AILE->getSubExpr()); in getArrayInitLoopExprElementCount()6997 } while (AILE); in getArrayInitLoopExprElementCount()
2756 getArrayInitLoopExprElementCount(const ArrayInitLoopExpr *AILE) const;