Searched refs:HandleFunctionTypeMismatch (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_ubsan.c | 339 static void HandleFunctionTypeMismatch(bool isFatal, struct CFunctionTypeMismatchData *pData, unsig… 529 HandleFunctionTypeMismatch(bool isFatal, struct CFunctionTypeMismatchData *pData, unsigned long ulF… in HandleFunctionTypeMismatch() function 861 HandleFunctionTypeMismatch(false, pData, ulFunction); in __ubsan_handle_function_type_mismatch() 870 HandleFunctionTypeMismatch(false, pData, ulFunction); in __ubsan_handle_function_type_mismatch_abort()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 5684 HandleFunctionTypeMismatch(PD, FD->getType(), TargetType); in getMostSpecialized()
|
| H A D | SemaOverload.cpp | 3092 void Sema::HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, in HandleFunctionTypeMismatch() function in Sema 11009 HandleFunctionTypeMismatch(PD, Fn->getType(), DestType); in NoteOverloadCandidate()
|
| H A D | SemaInit.cpp | 9809 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType); in Diagnose()
|
| H A D | SemaDeclCXX.cpp | 10403 HandleFunctionTypeMismatch(PD, MD->getType(), overloadedMD->getType()); in NoteHiddenVirtualMethods()
|
| H A D | SemaExpr.cpp | 17913 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3874 void HandleFunctionTypeMismatch(PartialDiagnostic &PDiag,
|