OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__ubsan_handle_shift_out_of_bounds
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_handlers.cc
156
void __ubsan::
__ubsan_handle_shift_out_of_bounds
(ShiftOutOfBoundsData *Data,
function in class:__ubsan
182
__ubsan_handle_shift_out_of_bounds
(Data, LHS, RHS);
/external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp
137
// CHECK: call void @
__ubsan_handle_shift_out_of_bounds
138
// CHECK-NOT: call void @
__ubsan_handle_shift_out_of_bounds
/external/clang/test/CodeGen/
catch-undef-behavior.c
132
// CHECK-NEXT: call void @
__ubsan_handle_shift_out_of_bounds
(i8* bitcast ({{.*}} @[[LINE_300]] to i8*), i64 %[[ARG1]], i64 %[[ARG2]])
133
// CHECK-NOT: call void @
__ubsan_handle_shift_out_of_bounds
159
// CHECK-NEXT: call void @
__ubsan_handle_shift_out_of_bounds
(i8* bitcast ({{.*}} @[[LINE_400]] to i8*), i64 %[[ARG1]], i64 %[[ARG2]])
Completed in 80 milliseconds