Home | History | Annotate | Download | only in Core

Lines Matching defs:ResultVal

659       SVal ResultVal =
661 if (Optional<NonLoc> Result = ResultVal.getAs<NonLoc>())
664 assert(!ResultVal.getAs<Loc>() && "Loc-Loc ops should not produce Locs");