Home | History | Annotate | Download | only in Core

Lines Matching defs:Result

238       const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
239 return nonloc::ConcreteInt(Result);
345 // FIXME: This is not correct. char + short will result in a promotion
357 const llvm::APSInt *Result =
359 if (!Result)
362 return nonloc::ConcreteInt(*Result);
636 if (Optional<NonLoc> Result = ResultVal.getAs<NonLoc>())
637 return evalCastFromNonLoc(*Result, resultTy);