HomeSort by relevance Sort by last modified time
    Searched refs:IntSymExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 40 void IntSymExpr::dumpToStream(raw_ostream &os) const {
131 itr.push_back(cast<IntSymExpr>(SE)->getRHS());
271 const IntSymExpr *SymbolManager::getIntSymExpr(const llvm::APSInt& lhs,
276 IntSymExpr::Profile(ID, lhs, op, rhs, t);
281 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>();
282 new (data) IntSymExpr(lhs, op, rhs, t);
286 return cast<IntSymExpr>(data);
471 KnownLive = isLive(cast<IntSymExpr>(sym)->getRHS());
ProgramState.cpp 550 return scan(cast<IntSymExpr>(sym)->getRHS());
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 403 class IntSymExpr : public BinarySymExpr {
408 IntSymExpr(const llvm::APSInt& lhs, BinaryOperator::Opcode op,
534 const IntSymExpr *getIntSymExpr(const llvm::APSInt& lhs,

Completed in 493 milliseconds