Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers_cxx.cpp160 static bool handleFunctionTypeMismatch(FunctionTypeMismatchData *Data, in handleFunctionTypeMismatch() function
193 handleFunctionTypeMismatch(Data, Function, calleeRTTI, fnRTTI, Opts); in __ubsan_handle_function_type_mismatch_v1()
200 if (handleFunctionTypeMismatch(Data, Function, calleeRTTI, fnRTTI, Opts)) in __ubsan_handle_function_type_mismatch_v1_abort()
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc438 static void handleFunctionTypeMismatch(FunctionTypeMismatchData *Data, in handleFunctionTypeMismatch() function
464 handleFunctionTypeMismatch(Data, Function, Opts); in __ubsan_handle_function_type_mismatch()
470 handleFunctionTypeMismatch(Data, Function, Opts); in __ubsan_handle_function_type_mismatch_abort()