Lines Matching refs:Pointer

101 static bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr,  in CheckInitialized()
112 static bool CheckActive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckActive()
121 Pointer U = Ptr.getBase(); in CheckActive()
131 const Pointer &Field = U.atField(R->getField(I)->Offset); in CheckActive()
144 static bool CheckTemporary(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckTemporary()
164 static bool CheckGlobal(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckGlobal()
181 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckExtern()
194 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckArray()
202 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLive()
232 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckNull()
241 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange()
250 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange()
259 bool CheckConst(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckConst()
271 bool CheckMutable(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckMutable()
284 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckLoad()
302 bool CheckStore(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckStore()
316 bool CheckInvoke(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInvoke()
326 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInit()
377 bool CheckThis(InterpState &S, CodePtr OpPC, const Pointer &This) { in CheckThis()
413 const Pointer &BasePtr, const Record *R);
416 const Pointer &BasePtr, in CheckArrayInitialized()
425 Pointer ElemPtr = BasePtr.atIndex(I).narrow(); in CheckArrayInitialized()
430 Pointer ElemPtr = BasePtr.atIndex(I).narrow(); in CheckArrayInitialized()
447 const Pointer &BasePtr, const Record *R) { in CheckFieldsInitialized()
452 Pointer FieldPtr = BasePtr.atField(F.Offset); in CheckFieldsInitialized()
470 bool CheckCtorCall(InterpState &S, CodePtr OpPC, const Pointer &This) { in CheckCtorCall()