/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/ |
D | ConstructionContext.h | 309 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()
|
D | CFG.h | 1459 Expr *extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/ |
D | ConstructionContext.h | 309 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()
|
D | CFG.h | 1454 Expr *extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/ |
D | ConstructionContext.h | 309 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()
|
D | CFG.h | 1459 Expr *extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/ |
D | ConstructionContext.h | 309 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()
|
D | CFG.h | 1459 Expr *extractElementInitializerFromNestedAILE(const ArrayInitLoopExpr *AILE);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ComputeDependence.h | 43 class ArrayInitLoopExpr; variable 131 ExprDependence computeDependence(ArrayInitLoopExpr *E);
|
D | Expr.h | 5511 class ArrayInitLoopExpr : public Expr { 5514 explicit ArrayInitLoopExpr(EmptyShell Empty) in ArrayInitLoopExpr() function 5518 explicit ArrayInitLoopExpr(QualType T, Expr *CommonInit, Expr *ElementInit) in ArrayInitLoopExpr() function
|
D | StmtNodes.inc | 818 ARRAYINITLOOPEXPR(ArrayInitLoopExpr, Expr)
|
D | ASTContext.h | 2796 getArrayInitLoopExprElementCount(const ArrayInitLoopExpr *AILE) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ComputeDependence.h | 43 class ArrayInitLoopExpr; variable 131 ExprDependence computeDependence(ArrayInitLoopExpr *E);
|
D | Expr.h | 5505 class ArrayInitLoopExpr : public Expr { 5508 explicit ArrayInitLoopExpr(EmptyShell Empty) in ArrayInitLoopExpr() function 5512 explicit ArrayInitLoopExpr(QualType T, Expr *CommonInit, Expr *ElementInit) in ArrayInitLoopExpr() function
|
D | StmtNodes.inc | 818 ARRAYINITLOOPEXPR(ArrayInitLoopExpr, Expr)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ComputeDependence.h | 43 class ArrayInitLoopExpr; variable 130 ExprDependence computeDependence(ArrayInitLoopExpr *E);
|
D | Expr.h | 5522 class ArrayInitLoopExpr : public Expr { 5525 explicit ArrayInitLoopExpr(EmptyShell Empty) in ArrayInitLoopExpr() function 5529 explicit ArrayInitLoopExpr(QualType T, Expr *CommonInit, Expr *ElementInit) in ArrayInitLoopExpr() function
|
D | StmtNodes.inc | 760 ARRAYINITLOOPEXPR(ArrayInitLoopExpr, Expr)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ComputeDependence.h | 43 class ArrayInitLoopExpr; variable 131 ExprDependence computeDependence(ArrayInitLoopExpr *E);
|
D | Expr.h | 5505 class ArrayInitLoopExpr : public Expr { 5508 explicit ArrayInitLoopExpr(EmptyShell Empty) in ArrayInitLoopExpr() function 5512 explicit ArrayInitLoopExpr(QualType T, Expr *CommonInit, Expr *ElementInit) in ArrayInitLoopExpr() function
|
D | StmtNodes.inc | 818 ARRAYINITLOOPEXPR(ArrayInitLoopExpr, Expr)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 439 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *Ex, ExplodedNode *Pred,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 449 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *Ex, ExplodedNode *Pred,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 439 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *Ex, ExplodedNode *Pred,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 441 void VisitArrayInitLoopExpr(const ArrayInitLoopExpr *Ex, ExplodedNode *Pred,
|