Searched refs:ValueHandle (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.h33 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash);
36 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash);
H A Dubsan_handlers.h36 RECOVERABLE(type_mismatch, TypeMismatchData *Data, ValueHandle Pointer)
44 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
47 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
50 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
53 RECOVERABLE(negate_overflow, OverflowData *Data, ValueHandle OldVal)
57 ValueHandle LHS, ValueHandle RH
[all...]
H A Dubsan_handlers.cc29 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer,
55 ValueHandle Pointer) {
59 ValueHandle Pointer) {
66 ValueHandle LHS,
80 ValueHandle LHS, ValueHandle RHS) {
84 ValueHandle LHS,
85 ValueHandle RHS) {
91 ValueHandle LHS, ValueHandle RH
[all...]
H A Dubsan_handlers_cxx.cc30 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash,
68 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) {
72 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) {
H A Dubsan_value.h96 /// interpret the meaning of a ValueHandle of this type.
107 /// the integer itself if it fits into a ValueHandle, and a pointer to the
144 typedef uptr ValueHandle; typedef in namespace:__ubsan
150 /// as an operand to a handler function) and a ValueHandle (which is passed at
156 ValueHandle Val;
161 const unsigned InlineBits = sizeof(ValueHandle) * 8;
169 const unsigned InlineBits = sizeof(ValueHandle) * 8;
175 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}
/external/llvm/unittests/IR/
H A DValueHandleTest.cpp1 //===- ValueHandleTest.cpp - ValueHandle tests ----------------------------===//
10 #include "llvm/IR/ValueHandle.h"
21 class ValueHandle : public testing::Test { class in namespace:__anon26510
26 ValueHandle() : function in class:__anon26510::ValueHandle
37 TEST_F(ValueHandle, WeakVH_BasicOperation) {
49 TEST_F(ValueHandle, WeakVH_Comparisons) {
82 TEST_F(ValueHandle, WeakVH_FollowsRAUW) {
92 TEST_F(ValueHandle, WeakVH_NullOnDeletion) {
104 TEST_F(ValueHandle, AssertingVH_BasicOperation) {
120 TEST_F(ValueHandle, AssertingVH_Cons
[all...]

Completed in 79 milliseconds