Searched refs:ToPTy (Results 1 – 2 of 2) sorted by relevance
42 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr()); in checkPreStmt() local44 if (!ToPTy || !OrigPTy) in checkPreStmt()48 QualType ToPointeeTy = ToPTy->getPointeeType(); in checkPreStmt()
92 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr()); in checkPreStmt() local94 if (!ToPTy) in checkPreStmt()97 QualType ToPointeeTy = ToPTy->getPointeeType(); in checkPreStmt()