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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_win.cc 36 std::type_info *rtti_addr;
62 std::type_info *tinfo;
65 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr);
72 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info)))
75 // Okay, this is probably a std::type_info. Request its name.
ubsan_type_hash_itanium.cc 26 class type_info { class in namespace:std
28 virtual ~type_info();
38 class __class_type_info : public std::type_info {
195 /// The type_info object describing the most-derived class type.
196 std::type_info *TypeInfo;
231 // Check that this is actually a type_info object for a class type.

Completed in 12 milliseconds