HomeSort by: relevance | last modified time | path
    Searched refs:ValueHandle (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers_cxx.h 33 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash);
36 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash);
ubsan_handlers.h 40 RECOVERABLE(type_mismatch_v1, TypeMismatchData *Data, ValueHandle Pointer)
48 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
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)
61 ValueHandle LHS, ValueHandle RHS
    [all...]
ubsan_handlers.cc 47 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer,
98 ValueHandle Pointer) {
103 ValueHandle Pointer) {
111 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS,
136 void __ubsan::handler_name(OverflowData *Data, ValueHandle LHS, \
137 ValueHandle RHS) { \
151 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal,
177 ValueHandle OldVal) {
182 ValueHandle OldVal) {
188 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS
    [all...]
ubsan_value.h 89 /// interpret the meaning of a ValueHandle of this type.
100 /// the integer itself if it fits into a ValueHandle, and a pointer to the
137 typedef uptr ValueHandle;
143 /// as an operand to a handler function) and a ValueHandle (which is passed at
149 ValueHandle Val;
154 const unsigned InlineBits = sizeof(ValueHandle) * 8;
162 const unsigned InlineBits = sizeof(ValueHandle) * 8;
168 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}
ubsan_handlers_cxx.cc 35 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash,
86 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) {
91 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) {
99 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable,

Completed in 36 milliseconds