Searched refs:HandleFunctionTypeMismatch (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | kern_ubsan.c | 340 static void HandleFunctionTypeMismatch(bool isFatal, struct CFunctionTypeMismatchData *pData, unsig… 530 HandleFunctionTypeMismatch(bool isFatal, struct CFunctionTypeMismatchData *pData, unsigned long ulF… in HandleFunctionTypeMismatch() function 862 HandleFunctionTypeMismatch(false, pData, ulFunction); in __ubsan_handle_function_type_mismatch() 871 HandleFunctionTypeMismatch(false, pData, ulFunction); in __ubsan_handle_function_type_mismatch_abort()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 5420 HandleFunctionTypeMismatch(PD, FD->getType(), TargetType); in getMostSpecialized()
|
| H A D | SemaOverload.cpp | 2860 void Sema::HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, in HandleFunctionTypeMismatch() function in Sema 10286 HandleFunctionTypeMismatch(PD, Fn->getType(), DestType); in NoteOverloadCandidate()
|
| H A D | SemaInit.cpp | 9222 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType); in Diagnose()
|
| H A D | SemaDeclCXX.cpp | 9827 HandleFunctionTypeMismatch(PD, MD->getType(), overloadedMD->getType()); in NoteHiddenVirtualMethods()
|
| H A D | SemaExpr.cpp | 16256 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3456 void HandleFunctionTypeMismatch(PartialDiagnostic &PDiag,
|