Searched refs:FnPtrArgType (Results 1 – 1 of 1) sorted by relevance
1266 const QualType FnPtrArgType = FnPtrArg->getType(); in CheckBuiltinFunctionCall() local1267 if (!FnPtrArgType->isPointerType()) { in CheckBuiltinFunctionCall()1269 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 << 2 in CheckBuiltinFunctionCall()1270 << FnPtrArgType << "'int (*)(const char *, ...)'"; in CheckBuiltinFunctionCall()1275 FnPtrArgType->getPointeeType()->getAs<FunctionType>(); in CheckBuiltinFunctionCall()1279 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 << 2 in CheckBuiltinFunctionCall()1280 << FnPtrArgType << "'int (*)(const char *, ...)'"; in CheckBuiltinFunctionCall()1287 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 in CheckBuiltinFunctionCall()1288 << 2 << FnPtrArgType << "'int (*)(const char *, ...)'"; in CheckBuiltinFunctionCall()1296 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 in CheckBuiltinFunctionCall()[all …]