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.h672 const Expr *BoundExpr,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2695 ExprResult BoundExpr; in BuildCXXForRangeStmt() local
2697 BoundExpr = IntegerLiteral::Create( in BuildCXXForRangeStmt()
2744 BoundExpr = in BuildCXXForRangeStmt()
2747 if (BoundExpr.isInvalid()) in BuildCXXForRangeStmt()
2758 BoundExpr.get()); in BuildCXXForRangeStmt()