Searched refs:HandleFunctionTypeMismatch (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5815 HandleFunctionTypeMismatch(PD, FD->getType(), TargetType);
|
H A D | SemaOverload.cpp | 3157 void Sema::HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, in HandleFunctionTypeMismatch() 11021 HandleFunctionTypeMismatch(PD, Fn->getType(), DestType); in MaybeDiagnoseAmbiguousConstraints() 3092 void Sema::HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, HandleFunctionTypeMismatch() function in Sema
|
H A D | SemaInit.cpp | 8842 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType); in Perform()
|
H A D | SemaDeclCXX.cpp | 10311 HandleFunctionTypeMismatch(PD, MD->getType(), overloadedMD->getType());
|
H A D | SemaExpr.cpp | 16856 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in BuildBuiltinOffsetOf()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9934 /// HandleFunctionTypeMismatch - Gives diagnostic information for differeing in PrintContextStack() 9937 void HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, QualType FromType, in PrintContextStack()
|