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 {
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...]
SimpleConstraintManager.cpp 52 if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(SE)) {
182 } else if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(sym)) {
ProgramState.cpp 561 const SymSymExpr *x = cast<SymSymExpr>(sym);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 441 class SymSymExpr : public BinarySymExpr {
446 SymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs,
541 const SymSymExpr *getSymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op,

Completed in 415 milliseconds