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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.h 103 const TypeDescriptor &FromType;
109 const TypeDescriptor &FromType;
137 const TypeDescriptor &FromType;
ubsan_handlers.cc 387 const TypeDescriptor *FromType, *ToType;
394 FromType = &Data->FromType;
402 FromType = &Data->FromType;
410 << Value(*FromType, From) << *FromType << *ToType;
462 const TypeDescriptor &SrcTy = Data->FromType;

Completed in 13 milliseconds