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.cpp1164 const auto *SrcFPTy = cast<FunctionProtoType>(SrcFTy); in checkCastFunctionType() local
1169 unsigned NumParams = SrcFPTy->getNumParams(); in checkCastFunctionType()
1176 if (!SrcFPTy->isVariadic()) in checkCastFunctionType()
1181 if (!argTypeIsABIEquivalent(SrcFPTy->getParamType(i), in checkCastFunctionType()