HomeSort by: relevance | last modified time | path
    Searched defs:ValueHandle (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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) {}
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_value.h 88 /// interpret the meaning of a ValueHandle of this type.
99 /// the integer itself if it fits into a ValueHandle, and a pointer to the
136 typedef uptr ValueHandle;
140 const char *getObjCClassName(ValueHandle Pointer);
145 /// as an operand to a handler function) and a ValueHandle (which is passed at
151 ValueHandle Val;
156 const unsigned InlineBits = sizeof(ValueHandle) * 8;
164 const unsigned InlineBits = sizeof(ValueHandle) * 8;
170 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h 88 /// interpret the meaning of a ValueHandle of this type.
99 /// the integer itself if it fits into a ValueHandle, and a pointer to the
136 typedef uptr ValueHandle;
140 const char *getObjCClassName(ValueHandle Pointer);
145 /// as an operand to a handler function) and a ValueHandle (which is passed at
151 ValueHandle Val;
156 const unsigned InlineBits = sizeof(ValueHandle) * 8;
164 const unsigned InlineBits = sizeof(ValueHandle) * 8;
170 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}

Completed in 20 milliseconds