Searched defs:ValueHandle (Results 1 - 3 of 3) 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:__anon13663
27 ValueHandle() function in class:__anon13663::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/swiftshader/third_party/LLVM/unittests/Support/
H A DValueHandleTest.cpp1 //===- llvm/unittest/Support/ValueHandleTest.cpp - ValueHandle tests --------===//
10 #include "llvm/Support/ValueHandle.h"
25 class ValueHandle : public testing::Test { class in namespace:__anon19104
30 ValueHandle() : function in class:__anon19104::ValueHandle
41 TEST_F(ValueHandle, WeakVH_BasicOperation) {
53 TEST_F(ValueHandle, WeakVH_Comparisons) {
86 TEST_F(ValueHandle, WeakVH_FollowsRAUW) {
96 TEST_F(ValueHandle, WeakVH_NullOnDeletion) {
108 TEST_F(ValueHandle, AssertingVH_BasicOperation) {
124 TEST_F(ValueHandle, AssertingVH_Cons
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h89 /// 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; typedef in namespace:__ubsan
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) {}

Completed in 1446 milliseconds