HomeSort by: relevance | last modified time | path
    Searched refs:TypeDescriptor (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.h 22 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
65 const TypeDescriptor &LHSType;
66 const TypeDescriptor &RHSType;
76 const TypeDescriptor &ArrayType;
77 const TypeDescriptor &IndexType;
94 const TypeDescriptor &Type;
103 const TypeDescriptor &FromType;
104 const TypeDescriptor &ToType;
109 const TypeDescriptor &FromType
    [all...]
ubsan_handlers_cxx.h 23 const TypeDescriptor &Type;
ubsan_value.h 83 class TypeDescriptor {
142 /// This is a combination of a TypeDescriptor (which is emitted as constant data
147 const TypeDescriptor &Type;
168 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}
170 const TypeDescriptor &getType() const { return Type; }
ubsan_diag.h 218 Diag &operator<<(const TypeDescriptor &V);
ubsan_handlers.cc 367 // TypeDescriptor.
387 const TypeDescriptor *FromType, *ToType;
462 const TypeDescriptor &SrcTy = Data->FromType;
463 const TypeDescriptor &DstTy = Data->ToType;
ubsan_diag.cc 113 Diag &Diag::operator<<(const TypeDescriptor &V) {

Completed in 16 milliseconds