Searched refs:OverflowData (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 42 struct OverflowData { struct 48 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) argument 51 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) 54 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) 57 RECOVERABLE(negate_overflow, OverflowData *Data, ValueHandle OldVal) 60 RECOVERABLE(divrem_overflow, OverflowData *Data,
|
D | ubsan_handlers.cc | 107 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl() 127 void __ubsan::handler_name(OverflowData *Data, ValueHandle LHS, \ 142 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal, in handleNegateOverflowImpl() 164 void __ubsan::__ubsan_handle_negate_overflow(OverflowData *Data, in __ubsan_handle_negate_overflow() 169 void __ubsan::__ubsan_handle_negate_overflow_abort(OverflowData *Data, in __ubsan_handle_negate_overflow_abort() 176 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleDivremOverflowImpl() 206 void __ubsan::__ubsan_handle_divrem_overflow(OverflowData *Data, in __ubsan_handle_divrem_overflow() 211 void __ubsan::__ubsan_handle_divrem_overflow_abort(OverflowData *Data, in __ubsan_handle_divrem_overflow_abort()
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 52 struct OverflowData { struct 58 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) argument 61 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) 64 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) 67 RECOVERABLE(negate_overflow, OverflowData *Data, ValueHandle OldVal) 70 RECOVERABLE(divrem_overflow, OverflowData *Data,
|
D | ubsan_handlers.cpp | 209 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl() 234 void __ubsan::handler_name(OverflowData *Data, ValueHandle LHS, \ 249 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal, in handleNegateOverflowImpl() 274 void __ubsan::__ubsan_handle_negate_overflow(OverflowData *Data, in __ubsan_handle_negate_overflow() 279 void __ubsan::__ubsan_handle_negate_overflow_abort(OverflowData *Data, in __ubsan_handle_negate_overflow_abort() 286 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleDivremOverflowImpl() 317 void __ubsan::__ubsan_handle_divrem_overflow(OverflowData *Data, in __ubsan_handle_divrem_overflow() 322 void __ubsan::__ubsan_handle_divrem_overflow_abort(OverflowData *Data, in __ubsan_handle_divrem_overflow_abort()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_viewlayoutprocessor.h | 31 struct OverflowData { struct 56 Optional<OverflowData> ProcessOverflow(CXFA_Node* pFormNode, argument
|
D | cxfa_contentlayoutprocessor.cpp | 2393 Optional<CXFA_ViewLayoutProcessor::OverflowData> overflow_data = in InsertFlowedItem() 2594 Optional<CXFA_ViewLayoutProcessor::OverflowData> overflow_data = in InsertFlowedItem() 2615 Optional<CXFA_ViewLayoutProcessor::OverflowData> overflow_data = in InsertFlowedItem()
|
D | cxfa_viewlayoutprocessor.cpp | 1012 Optional<CXFA_ViewLayoutProcessor::OverflowData> 1022 OverflowData overflow_data{nullptr, nullptr}; in ProcessOverflow()
|