Searched refs:PFT (Results 1 – 2 of 2) sorted by relevance
433 PointerType *PFT = nullptr; in fixupFPReturnAndCall() local434 if (T) PFT = dyn_cast<PointerType>(T); in fixupFPReturnAndCall()436 if (PFT) FT = dyn_cast<FunctionType>(PFT->getElementType()); in fixupFPReturnAndCall()
4468 PointerType *PFT = PointerType::getUnqual(FT); in ParseFunctionHeader() local4480 if (Fn->getType() != PFT) in ParseFunctionHeader()4499 if (Fn->getType() != PFT) in ParseFunctionHeader()