Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h685 const Expr *BoundExpr,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2804 ExprResult BoundExpr; in BuildCXXForRangeStmt() local
2806 BoundExpr = IntegerLiteral::Create( in BuildCXXForRangeStmt()
2853 BoundExpr = in BuildCXXForRangeStmt()
2856 if (BoundExpr.isInvalid()) in BuildCXXForRangeStmt()
2867 BoundExpr.get()); in BuildCXXForRangeStmt()