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

  /external/llvm/unittests/Support/
ValueHandleTest.cpp 1 //===- llvm/unittest/Support/ValueHandleTest.cpp - ValueHandle tests --------===//
10 #include "llvm/Support/ValueHandle.h"
22 class ValueHandle : public testing::Test {
27 ValueHandle() :
38 TEST_F(ValueHandle, WeakVH_BasicOperation) {
50 TEST_F(ValueHandle, WeakVH_Comparisons) {
83 TEST_F(ValueHandle, WeakVH_FollowsRAUW) {
93 TEST_F(ValueHandle, WeakVH_NullOnDeletion) {
105 TEST_F(ValueHandle, AssertingVH_BasicOperation) {
121 TEST_F(ValueHandle, AssertingVH_Const)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 96 /// interpret the meaning of a ValueHandle of this type.
107 /// the integer itself if it fits into a ValueHandle, and a pointer to the
143 typedef uptr ValueHandle;
149 /// as an operand to a handler function) and a ValueHandle (which is passed at
155 ValueHandle Val;
160 const unsigned InlineBits = sizeof(ValueHandle) * 8;
166 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}

Completed in 66 milliseconds