Home
last modified time | relevance | path

Searched refs:ArrayInitLoopExpr (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DConstructionContext.h309 virtual const ArrayInitLoopExpr *getArrayInitLoop() const { return nullptr; } in getArrayInitLoop()
329 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
332 return dyn_cast<ArrayInitLoopExpr>(Var->getInit()); in getArrayInitLoop()
402 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
403 return dyn_cast<ArrayInitLoopExpr>(I->getInit()); in getArrayInitLoop()
711 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
712 return dyn_cast_or_null<ArrayInitLoopExpr>(getInitializer()); in getArrayInitLoop()
DCFG.h1459 Expr *extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DConstructionContext.h309 virtual const ArrayInitLoopExpr *getArrayInitLoop() const { return nullptr; } in getArrayInitLoop()
329 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
332 return dyn_cast<ArrayInitLoopExpr>(Var->getInit()); in getArrayInitLoop()
402 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
403 return dyn_cast<ArrayInitLoopExpr>(I->getInit()); in getArrayInitLoop()
711 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
712 return dyn_cast_or_null<ArrayInitLoopExpr>(getInitializer()); in getArrayInitLoop()
DCFG.h1454 Expr *extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DConstructionContext.h309 virtual const ArrayInitLoopExpr *getArrayInitLoop() const { return nullptr; } in getArrayInitLoop()
329 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
332 return dyn_cast<ArrayInitLoopExpr>(Var->getInit()); in getArrayInitLoop()
402 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
403 return dyn_cast<ArrayInitLoopExpr>(I->getInit()); in getArrayInitLoop()
711 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
712 return dyn_cast_or_null<ArrayInitLoopExpr>(getInitializer()); in getArrayInitLoop()
DCFG.h1459 Expr *extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DConstructionContext.h309 virtual const ArrayInitLoopExpr *getArrayInitLoop() const { return nullptr; } in getArrayInitLoop()
329 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
332 return dyn_cast<ArrayInitLoopExpr>(Var->getInit()); in getArrayInitLoop()
402 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
403 return dyn_cast<ArrayInitLoopExpr>(I->getInit()); in getArrayInitLoop()
711 const ArrayInitLoopExpr *getArrayInitLoop() const override { in getArrayInitLoop()
712 return dyn_cast_or_null<ArrayInitLoopExpr>(getInitializer()); in getArrayInitLoop()
DCFG.h1459 Expr *extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DComputeDependence.h43 class ArrayInitLoopExpr; variable
131 ExprDependence computeDependence(ArrayInitLoopExpr *E);
DExpr.h5511 class ArrayInitLoopExpr : public Expr {
5514 explicit ArrayInitLoopExpr(EmptyShell Empty) in ArrayInitLoopExpr() function
5518 explicit ArrayInitLoopExpr(QualType T, Expr *CommonInit, Expr *ElementInit) in ArrayInitLoopExpr() function
DStmtNodes.inc818 ARRAYINITLOOPEXPR(ArrayInitLoopExpr, Expr)
DASTContext.h2796 getArrayInitLoopExprElementCount(const ArrayInitLoopExpr *AILE) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DComputeDependence.h43 class ArrayInitLoopExpr; variable
131 ExprDependence computeDependence(ArrayInitLoopExpr *E);
DExpr.h5505 class ArrayInitLoopExpr : public Expr {
5508 explicit ArrayInitLoopExpr(EmptyShell Empty) in ArrayInitLoopExpr() function
5512 explicit ArrayInitLoopExpr(QualType T, Expr *CommonInit, Expr *ElementInit) in ArrayInitLoopExpr() function
DStmtNodes.inc818 ARRAYINITLOOPEXPR(ArrayInitLoopExpr, Expr)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DComputeDependence.h43 class ArrayInitLoopExpr; variable
130 ExprDependence computeDependence(ArrayInitLoopExpr *E);
DExpr.h5522 class ArrayInitLoopExpr : public Expr {
5525 explicit ArrayInitLoopExpr(EmptyShell Empty) in ArrayInitLoopExpr() function
5529 explicit ArrayInitLoopExpr(QualType T, Expr *CommonInit, Expr *ElementInit) in ArrayInitLoopExpr() function
DStmtNodes.inc760 ARRAYINITLOOPEXPR(ArrayInitLoopExpr, Expr)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DComputeDependence.h43 class ArrayInitLoopExpr; variable
131 ExprDependence computeDependence(ArrayInitLoopExpr *E);
DExpr.h5505 class ArrayInitLoopExpr : public Expr {
5508 explicit ArrayInitLoopExpr(EmptyShell Empty) in ArrayInitLoopExpr() function
5512 explicit ArrayInitLoopExpr(QualType T, Expr *CommonInit, Expr *ElementInit) in ArrayInitLoopExpr() function
DStmtNodes.inc818 ARRAYINITLOOPEXPR(ArrayInitLoopExpr, Expr)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h439 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *Ex, ExplodedNode *Pred,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h449 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *Ex, ExplodedNode *Pred,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h439 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *Ex, ExplodedNode *Pred,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h441 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *Ex, ExplodedNode *Pred,

12