Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp1775 const QualType FnPtrArgType = FnPtrArg->getType(); in CheckBuiltinFunctionCall() local
1776 if (!FnPtrArgType->isPointerType()) { in CheckBuiltinFunctionCall()
1778 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 << 2 in CheckBuiltinFunctionCall()
1779 << FnPtrArgType << "'int (*)(const char *, ...)'"; in CheckBuiltinFunctionCall()
1784 FnPtrArgType->getPointeeType()->getAs<FunctionType>(); in CheckBuiltinFunctionCall()
1788 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 << 2 in CheckBuiltinFunctionCall()
1789 << FnPtrArgType << "'int (*)(const char *, ...)'"; in CheckBuiltinFunctionCall()
1796 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 in CheckBuiltinFunctionCall()
1797 << 2 << FnPtrArgType << "'int (*)(const char *, ...)'"; in CheckBuiltinFunctionCall()
1805 << FnPtrArgType << "'int (*)(const char *, ...)'" << 1 << 0 << 3 in CheckBuiltinFunctionCall()
[all …]