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

/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h90 class TypeDescriptor { class in namespace:__ubsan
149 /// This is a combination of a TypeDescriptor (which is emitted as constant data
154 const TypeDescriptor &Type;
175 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}
177 const TypeDescriptor &getType() const { return Type; }

Completed in 77 milliseconds