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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h453 const Expr *BoundExpr,
/external/clang/lib/Sema/
H A DSemaStmt.cpp1870 ExprResult BoundExpr; local
1872 BoundExpr = Owned(IntegerLiteral::Create(Context, CAT->getSize(),
1877 BoundExpr = VAT->getSizeExpr();
1886 BoundExpr.get());

Completed in 61 milliseconds