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

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 51 void SymSymExpr::dumpToStream(raw_ostream &os) const {
134 const SymSymExpr *x = cast<SymSymExpr>(SE);
289 const SymSymExpr *SymbolManager::getSymSymExpr(const SymExpr *lhs,
294 SymSymExpr::Profile(ID, lhs, op, rhs, t);
299 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>();
300 new (data) SymSymExpr(lhs, op, rhs, t);
304 return cast<SymSymExpr>(data);
474 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS()) &
    [all...]
SimpleConstraintManager.cpp 52 if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(SE)) {
151 } else if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(sym)) {
ProgramState.cpp 552 const SymSymExpr *x = cast<SymSymExpr>(sym);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 438 class SymSymExpr : public BinarySymExpr {
443 SymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs,
538 const SymSymExpr *getSymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op,

Completed in 106 milliseconds