HomeSort by relevance Sort by last modified time
    Searched defs:ValueHandle (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/IR/
ValueHandleTest.cpp 1 //===- ValueHandleTest.cpp - ValueHandle tests ----------------------------===//
10 #include "llvm/IR/ValueHandle.h"
21 class ValueHandle : public testing::Test {
27 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_Const)
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
ValueHandleTest.cpp 1 //===- llvm/unittest/Support/ValueHandleTest.cpp - ValueHandle tests --------===//
10 #include "llvm/Support/ValueHandle.h"
25 class ValueHandle : public testing::Test {
30 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_Const)
    [all...]
  /external/compiler-rt/lib/ubsan/
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) {}

Completed in 427 milliseconds