reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
120 Diag &Diag::operator<<(const TypeDescriptor &V) {
projects/compiler-rt/lib/ubsan/ubsan_diag.h 217 Diag &operator<<(const TypeDescriptor &V);
projects/compiler-rt/lib/ubsan/ubsan_handlers.cpp442 const TypeDescriptor *FromType, *ToType; 517 const TypeDescriptor &SrcTy = Data->FromType; 518 const TypeDescriptor &DstTy = Data->ToType;projects/compiler-rt/lib/ubsan/ubsan_handlers.h
21 const TypeDescriptor &Type; 44 const TypeDescriptor &Type; 54 const TypeDescriptor &Type; 75 const TypeDescriptor &LHSType; 76 const TypeDescriptor &RHSType; 86 const TypeDescriptor &ArrayType; 87 const TypeDescriptor &IndexType; 104 const TypeDescriptor &Type; 113 const TypeDescriptor &FromType; 114 const TypeDescriptor &ToType; 119 const TypeDescriptor &FromType; 120 const TypeDescriptor &ToType; 129 const TypeDescriptor &Type; 147 const TypeDescriptor &FromType; 148 const TypeDescriptor &ToType; 213 const TypeDescriptor &Type;projects/compiler-rt/lib/ubsan/ubsan_handlers_cxx.h
22 const TypeDescriptor &Type; 39 const TypeDescriptor &Type;projects/compiler-rt/lib/ubsan/ubsan_value.h
146 const TypeDescriptor &Type; 167 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} 169 const TypeDescriptor &getType() const { return Type; }