Home
last modified time | relevance | path

Searched refs:SymSymExpr (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp71 void SymSymExpr::dumpToStream(raw_ostream &os) const { in dumpToStream()
158 const SymSymExpr *x = cast<SymSymExpr>(SE); in expand()
306 const SymSymExpr *SymbolManager::getSymSymExpr(const SymExpr *lhs, in getSymSymExpr()
311 SymSymExpr::Profile(ID, lhs, op, rhs, t); in getSymSymExpr()
316 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>(); in getSymSymExpr()
317 new (data) SymSymExpr(lhs, op, rhs, t); in getSymSymExpr()
321 return cast<SymSymExpr>(data); in getSymSymExpr()
DProgramState.cpp522 const SymSymExpr *x = cast<SymSymExpr>(sym); in scan()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h430 class SymSymExpr : public SymExpr {
437 SymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, in SymSymExpr() function
538 const SymSymExpr *getSymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op,