Lines Matching refs:AILE
495 const ArrayInitLoopExpr *AILE, in bindRequiredArrayElementToEnvironment() argument
530 const auto *CE = cast<CXXConstructExpr>(AILE->getSubExpr()); in bindRequiredArrayElementToEnvironment()
531 const auto *OVESrc = AILE->getCommonExpr()->getSourceExpr(); in bindRequiredArrayElementToEnvironment()
588 auto *AILE = CC ? CC->getArrayInitLoop() : nullptr; in handleConstructor() local
591 if (CE->getType()->isArrayType() || AILE) { in handleConstructor()
596 if (AILE) { in handleConstructor()
600 AILE->getArraySize().getLimitedValue()); in handleConstructor()
603 State, AILE, LCtx, svalBuilder.makeArrayIndex(Idx)); in handleConstructor()
1148 if (const auto AILE = dyn_cast<ArrayInitLoopExpr>(InitExpr)) { in VisitLambdaExpr() local
1151 if (dyn_cast<CXXConstructExpr>(AILE->getSubExpr())) in VisitLambdaExpr()
1152 InitExpr = AILE->getSubExpr(); in VisitLambdaExpr()