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

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 51 void SymSymExpr::dumpToStream(raw_ostream &os) const {
135 const SymSymExpr *x = cast<SymSymExpr>(SE);
290 const SymSymExpr *SymbolManager::getSymSymExpr(const SymExpr *lhs,
295 SymSymExpr::Profile(ID, lhs, op, rhs, t);
300 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>();
301 new (data) SymSymExpr(lhs, op, rhs, t);
305 return cast<SymSymExpr>(data);
476 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS()) &
    [all...]
ProgramState.cpp 513 const SymSymExpr *x = cast<SymSymExpr>(sym);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 428 /// SymSymExpr - Represents symbolic expression like 'x' + 'y'.
429 class SymSymExpr : public SymExpr {
436 SymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs,
536 const SymSymExpr *getSymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op,

Completed in 48 milliseconds