Home | History | Annotate | Download | only in Core

Lines Matching defs:Sym

422       SymbolRef Sym = cast<nonloc::SymbolVal>(lhs).getSymbol();
425 if (const SymIntExpr *symIntExpr = dyn_cast<SymIntExpr>(Sym)) {
507 } else if (isa<SymbolData>(Sym)) {
511 .getSymVal(state, Sym)) {
518 return MakeSymIntVal(Sym, op, *RHSValue, resultTy);
945 if (SymbolRef Sym = V.getAsSymbol())
946 return state->getConstraintManager().getSymVal(state, Sym);