Searched refs:SymSymExpr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp51 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);
478 KnownLive = isLive(cast<SymSymExpr>(sy
[all...]
H A DSimpleConstraintManager.cpp52 if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(SE)) {
151 } else if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(sym)) {
H A DProgramState.cpp553 const SymSymExpr *x = cast<SymSymExpr>(sym);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h441 class SymSymExpr : public BinarySymExpr { class in namespace:clang::ento
446 SymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, function in class:clang::ento::SymSymExpr
541 const SymSymExpr *getSymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op,

Completed in 82 milliseconds