Searched refs:PFT (Results 1 – 2 of 2) sorted by relevance
424 const PointerType *PFT=nullptr; in fixupFPReturnAndCall() local425 if (T) PFT = dyn_cast<PointerType>(T); in fixupFPReturnAndCall()427 if (PFT) FT = dyn_cast<FunctionType>(PFT->getElementType()); in fixupFPReturnAndCall()
4175 PointerType *PFT = PointerType::getUnqual(FT); in ParseFunctionHeader() local4188 if (Fn->getType() != PFT) in ParseFunctionHeader()4208 if (Fn->getType() != PFT) in ParseFunctionHeader()