Searched refs:IntSymExpr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp54 void IntSymExpr::dumpToStream(raw_ostream &os) const {
155 itr.push_back(cast<IntSymExpr>(SE)->getRHS());
287 const IntSymExpr *SymbolManager::getIntSymExpr(const llvm::APSInt& lhs,
292 IntSymExpr::Profile(ID, lhs, op, rhs, t);
297 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>();
298 new (data) IntSymExpr(lhs, op, rhs, t);
302 return cast<IntSymExpr>(data);
493 KnownLive = isLive(cast<IntSymExpr>(sym)->getRHS());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h173 } else if (const IntSymExpr *ISE = dyn_cast<IntSymExpr>(BSE)) {
280 if (const IntSymExpr *ISE = dyn_cast<IntSymExpr>(BSE))
H A DSymbolManager.h375 class IntSymExpr : public BinarySymExpr { class in namespace:clang::ento
380 IntSymExpr(const llvm::APSInt &lhs, BinaryOperator::Opcode op, function in class:clang::ento::IntSymExpr
525 const IntSymExpr *getIntSymExpr(const llvm::APSInt& lhs,
H A DSMTConv.h394 if (const IntSymExpr *ISE = dyn_cast<IntSymExpr>(BSE)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp428 } else if (auto *SIE = dyn_cast<IntSymExpr>(CondBSE)) {

Completed in 190 milliseconds