Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Result

206   // The size of the malloc's result type must be known to determine array size.
246 /// 1: PointerType is the bitcast's result type.
278 /// 1: PointerType is the bitcast's result type.
591 SizeOffsetEvalType Result = compute_(V);
593 if (!bothKnown(Result)) {
606 return Result;
634 SizeOffsetEvalType Result;
636 Result = visitGEPOperator(*GEP);
638 Result = visit(*I);
645 Result = unknown();
649 Result = unknown();
656 CacheMap[V] = Result;
657 return Result;