Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1779 const QualType FnPtrArgType = FnPtrArg->getType(); in CheckBuiltinFunctionCall() local
1780 if (!FnPtrArgType->isPointerType()) { in CheckBuiltinFunctionCall()
1782 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 << 2 in CheckBuiltinFunctionCall()
1783 << FnPtrArgType << "'int (*)(const char *, ...)'"; in CheckBuiltinFunctionCall()
1788 FnPtrArgType->getPointeeType()->getAs<FunctionType>(); in CheckBuiltinFunctionCall()
1792 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 << 2 in CheckBuiltinFunctionCall()
1793 << FnPtrArgType << "'int (*)(const char *, ...)'"; in CheckBuiltinFunctionCall()
1800 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 in CheckBuiltinFunctionCall()
1801 << 2 << FnPtrArgType << "'int (*)(const char *, ...)'"; in CheckBuiltinFunctionCall()
1809 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 in CheckBuiltinFunctionCall()
[all …]