Searched defs:ValueHandle (Results 1 - 2 of 2) sorted by relevance

/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...]
/external/compiler-rt/lib/ubsan/
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) {}

Completed in 219 milliseconds