Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h680 const Expr *BoundExpr,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2846 ExprResult BoundExpr; in BuildCXXForRangeStmt() local
2848 BoundExpr = IntegerLiteral::Create( in BuildCXXForRangeStmt()
2895 BoundExpr = in BuildCXXForRangeStmt()
2898 if (BoundExpr.isInvalid()) in BuildCXXForRangeStmt()
2909 BoundExpr.get()); in BuildCXXForRangeStmt()