Home
last modified time | relevance | path

Searched refs:handleTypeMismatchImpl (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Dubsan-check-debuglocs.cpp14 static void handleTypeMismatchImpl(SourceLocation *Loc) { Loc->acquire(); } in handleTypeMismatchImpl() function
16 handleTypeMismatchImpl(Loc); in __ubsan_handle_type_mismatch_v1()
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc44 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer, in handleTypeMismatchImpl() function
96 handleTypeMismatchImpl(Data, Pointer, Opts); in __ubsan_handle_type_mismatch()
101 handleTypeMismatchImpl(Data, Pointer, Opts); in __ubsan_handle_type_mismatch_abort()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.cpp86 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer, in handleTypeMismatchImpl() function
142 handleTypeMismatchImpl(Data, Pointer, Opts); in __ubsan_handle_type_mismatch_v1()
147 handleTypeMismatchImpl(Data, Pointer, Opts); in __ubsan_handle_type_mismatch_v1_abort()