Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp1124 const auto *SrcFPTy = cast<FunctionProtoType>(SrcFTy); in checkCastFunctionType() local
1129 unsigned NumParams = SrcFPTy->getNumParams(); in checkCastFunctionType()
1136 if (!SrcFPTy->isVariadic()) in checkCastFunctionType()
1141 if (!argTypeIsABIEquivalent(SrcFPTy->getParamType(i), in checkCastFunctionType()