Searched defs:LHS (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/ubsan/
H A Dubsan_diag.cc213 static inline uptr subtractNoOverflow(uptr LHS, uptr RHS) { argument
217 static inline uptr addNoOverflow(uptr LHS, uptr RHS) { argument
H A Dubsan_handlers.cc79 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, argument
140 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS, argument
158 __ubsan_handle_divrem_overflow(OverflowData *Data, ValueHandle LHS, ValueHandle RHS) argument
163 __ubsan_handle_divrem_overflow_abort(OverflowData *Data, ValueHandle LHS, ValueHandle RHS) argument
171 handleShiftOutOfBoundsImpl(ShiftOutOfBoundsData *Data, ValueHandle LHS, ValueHandle RHS, ReportOptions Opts) argument
196 __ubsan_handle_shift_out_of_bounds(ShiftOutOfBoundsData *Data, ValueHandle LHS, ValueHandle RHS) argument
202 __ubsan_handle_shift_out_of_bounds_abort( ShiftOutOfBoundsData *Data, ValueHandle LHS, ValueHandle RHS) argument
[all...]
/haiku-buildtools/cloog/include/cloog/
H A Dclast.h52 struct clast_expr* LHS; member in struct:clast_binary
82 const char * LHS; member in struct:clast_assignment
114 struct clast_expr * LHS; member in struct:clast_equation
/haiku-buildtools/gcc/gcc/fortran/
H A Ddependency.c36 enum range {LHS, RHS, MID}; enumerator in enum:range

Completed in 47 milliseconds