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 71 void SymSymExpr::dumpToStream(raw_ostream &os) const {
158 const SymSymExpr *x = cast<SymSymExpr>(SE);
306 const SymSymExpr *SymbolManager::getSymSymExpr(const SymExpr *lhs,
311 SymSymExpr::Profile(ID, lhs, op, rhs, t);
316 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>();
317 new (data) SymSymExpr(lhs, op, rhs, t);
321 return cast<SymSymExpr>(data);
ProgramState.cpp 522 const SymSymExpr *x = cast<SymSymExpr>(sym);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 429 /// SymSymExpr - Represents symbolic expression like 'x' + 'y'.
430 class SymSymExpr : public SymExpr {
437 SymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs,
538 const SymSymExpr *getSymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op,

Completed in 75 milliseconds