Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:pDest

1938   GenericValue *pDest = &Dest;
1940 pDest = &pDest->AggregateVal[*IdxBegin];
1943 // pDest points to the target value in the Dest now
1952 pDest->IntVal = Src2.IntVal;
1955 pDest->FloatVal = Src2.FloatVal;
1958 pDest->DoubleVal = Src2.DoubleVal;
1963 pDest->AggregateVal = Src2.AggregateVal;
1966 pDest->PointerVal = Src2.PointerVal;