Searched refs:BoundExpr (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | LoopConvertCheck.cpp | 916 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/ |
D | parse-tree.h | 1849 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/ |
D | ExprEngine.h | 533 const Expr *BoundExpr,
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 685 const Expr *BoundExpr,
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 2496 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/ |
D | SemaStmt.cpp | 2255 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/ |
D | unparse.cpp | 795 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()
|