Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp916 const auto *BoundExpr = Nodes.getNodeAs<Expr>(ConditionBoundName); in check() local
935 if (!ContainerExpr && !BoundExpr) in check()
939 BoundExpr, in check()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1849 using BoundExpr = ScalarIntExpr; variable
1855 std::tuple<std::optional<BoundExpr>, BoundExpr> t;
1864 std::tuple<std::list<AllocateCoshapeSpec>, std::optional<BoundExpr>> t;
1938 WRAPPER_CLASS(BoundsSpec, BoundExpr);
1943 std::tuple<BoundExpr, BoundExpr> t;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h533 const Expr *BoundExpr,
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h685 const Expr *BoundExpr,
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp2496 ExprResult BoundExpr; in BuildCXXForRangeStmt() local
2498 BoundExpr = IntegerLiteral::Create( in BuildCXXForRangeStmt()
2545 BoundExpr = in BuildCXXForRangeStmt()
2548 if (BoundExpr.isInvalid()) in BuildCXXForRangeStmt()
2559 BoundExpr.get()); in BuildCXXForRangeStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp2255 ExprResult BoundExpr; in BuildCXXForRangeStmt() local
2257 BoundExpr = IntegerLiteral::Create( in BuildCXXForRangeStmt()
2261 BoundExpr = VAT->getSizeExpr(); in BuildCXXForRangeStmt()
2270 BoundExpr.get()); in BuildCXXForRangeStmt()
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp795 Walk(std::get<std::optional<BoundExpr>>(x.t), ":"); in Unparse()
796 Walk(std::get<BoundExpr>(x.t)); in Unparse()
800 Walk(std::get<std::optional<BoundExpr>>(x.t), ":"), Put('*'); in Unparse()