Searched refs:HandleFunctionTypeMismatch (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/common/lib/libc/misc/ |
H A D | ubsan.c | 347 static void HandleFunctionTypeMismatch(bool isFatal, struct CFunctionTypeMismatchData *pData, unsig… 537 HandleFunctionTypeMismatch(bool isFatal, struct CFunctionTypeMismatchData *pData, unsigned long ulF… in HandleFunctionTypeMismatch() function 889 HandleFunctionTypeMismatch(false, pData, ulFunction); in __ubsan_handle_function_type_mismatch() 898 HandleFunctionTypeMismatch(true, pData, ulFunction); in __ubsan_handle_function_type_mismatch_abort() 916 HandleFunctionTypeMismatch(false, pData, ulFunction); in __ubsan_handle_function_type_mismatch_v1() 935 HandleFunctionTypeMismatch(true, pData, ulFunction); in __ubsan_handle_function_type_mismatch_v1_abort()
|
/netbsd-src/external/apache2/llvm/dist/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 10269 HandleFunctionTypeMismatch(PD, Fn->getType(), DestType); in NoteOverloadCandidate()
|
H A D | SemaInit.cpp | 9221 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType); in Diagnose()
|
H A D | SemaDeclCXX.cpp | 9820 HandleFunctionTypeMismatch(PD, MD->getType(), overloadedMD->getType()); in NoteHiddenVirtualMethods()
|
H A D | SemaExpr.cpp | 16097 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 3419 void HandleFunctionTypeMismatch(PartialDiagnostic &PDiag,
|