/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | 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; [all …]
|
H A D | ubsan_value.h | 82 class TypeDescriptor { 149 const TypeDescriptor &Type; 170 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} in Value() 172 const TypeDescriptor &getType() const { return Type; } in getType()
|
H A D | ubsan_handlers_cxx.h | 22 const TypeDescriptor &Type; 39 const TypeDescriptor &Type;
|
H A D | ubsan_handlers.cpp | 485 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() 560 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion() 561 const TypeDescriptor &DstTy = Data->ToType; in handleImplicitConversion()
|
H A D | ubsan_diag.h | 217 Diag &operator<<(const TypeDescriptor &V);
|
H A D | ubsan_diag.cpp | 120 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.h | 20 const TypeDescriptor &Type; 42 const TypeDescriptor &Type; 63 const TypeDescriptor &LHSType; 64 const TypeDescriptor &RHSType; 74 const TypeDescriptor &ArrayType; 75 const TypeDescriptor &IndexType; 92 const TypeDescriptor &Type; 101 const TypeDescriptor &FromType; 102 const TypeDescriptor &ToType; 107 const TypeDescriptor &FromType; [all …]
|
H A D | ubsan_value.h | 81 class TypeDescriptor { 145 const TypeDescriptor &Type; 166 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} in Value() 168 const TypeDescriptor &getType() const { return Type; } in getType()
|
H A D | ubsan_handlers_cxx.h | 21 const TypeDescriptor &Type;
|
H A D | ubsan_handlers.cc | 383 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() 458 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion() 459 const TypeDescriptor &DstTy = Data->ToType; in handleImplicitConversion()
|
H A D | ubsan_diag.h | 216 Diag &operator<<(const TypeDescriptor &V);
|
H A D | ubsan_diag.cc | 111 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | 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 …]
|
H A D | ubsan_value.h | 83 class TypeDescriptor { 147 const TypeDescriptor &Type; 168 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} in Value() 170 const TypeDescriptor &getType() const { return Type; } in getType()
|
H A D | ubsan_handlers_cxx.h | 23 const TypeDescriptor &Type;
|
H A D | ubsan_handlers.cc | 387 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() 462 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion() 463 const TypeDescriptor &DstTy = Data->ToType; in handleImplicitConversion()
|
H A D | ubsan_diag.h | 218 Diag &operator<<(const TypeDescriptor &V);
|
H A D | ubsan_diag.cc | 113 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 216 auto TypeDescriptor = in ParseSectionSpecifier() local 223 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier() 229 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 138 struct TypeDescriptor { in dumpCXXData() struct 165 std::map<StringRef, TypeDescriptor> TDs; in dumpCXXData() 270 TypeDescriptor TD; in dumpCXXData() 395 const TypeDescriptor &TD = TDPair.second; in dumpCXXData()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 68 GlobalVariable *TypeDescriptor; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 153 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry() 155 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 874 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()
|