Home
last modified time | relevance | path

Searched refs:BoundExpr (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp877 const auto *BoundExpr = Nodes.getNodeAs<Expr>(ConditionBoundName); in check() local
896 if (!ContainerExpr && !BoundExpr) in check()
900 BoundExpr, in check()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1868 using BoundExpr = ScalarIntExpr; variable
1874 std::tuple<std::optional<BoundExpr>, BoundExpr> t;
1883 std::tuple<std::list<AllocateCoshapeSpec>, std::optional<BoundExpr>> t;
1958 WRAPPER_CLASS(BoundsSpec, BoundExpr);
1963 std::tuple<BoundExpr, BoundExpr> t;
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp344 if (const std::optional<Fortran::parser::BoundExpr> &lbExpr = in genInlinedAllocation()
405 if (const std::optional<Fortran::parser::BoundExpr> &lbExpr = in genSimpleAllocation()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h681 const Expr *BoundExpr,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2827 ExprResult BoundExpr; in BuildCXXForRangeStmt() local
2829 BoundExpr = IntegerLiteral::Create( in BuildCXXForRangeStmt()
2876 BoundExpr = in BuildCXXForRangeStmt()
2879 if (BoundExpr.isInvalid()) in BuildCXXForRangeStmt()
2890 BoundExpr.get()); in BuildCXXForRangeStmt()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp824 Walk(std::get<std::optional<BoundExpr>>(x.t), ":"); in Unparse()
825 Walk(std::get<BoundExpr>(x.t)); in Unparse()
829 Walk(std::get<std::optional<BoundExpr>>(x.t), ":"), Put('*'); in Unparse()