Home
last modified time | relevance | path

Searched refs:SrcFPTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1237 const auto *SrcFPTy = cast<FunctionProtoType>(SrcFTy); in checkCastFunctionType() local
1242 unsigned NumParams = SrcFPTy->getNumParams(); in checkCastFunctionType()
1249 if (!SrcFPTy->isVariadic()) in checkCastFunctionType()
1254 if (!argTypeIsABIEquivalent(SrcFPTy->getParamType(i), in checkCastFunctionType()