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

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
tinfo.h 127 int src_details; // hints about the source type hierarchy member in struct:__cxxabiv1::__class_type_info::__upcast_result
133 :dst_ptr (NULL), part2dst (__unknown), src_details (d), base_type (NULL)
vmi_class_type_info.cc 311 int src_details = result.src_details; local
312 if (src_details & __flags_unknown_mask)
313 src_details = __flags;
317 __upcast_result result2 (src_details);
323 if (!is_public && !(src_details & __non_diamond_repeat_mask))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
tinfo.h 127 int src_details; // hints about the source type hierarchy member in struct:__cxxabiv1::__class_type_info::__upcast_result
133 :dst_ptr (NULL), part2dst (__unknown), src_details (d), base_type (NULL)
vmi_class_type_info.cc 311 int src_details = result.src_details; local
312 if (src_details & __flags_unknown_mask)
313 src_details = __flags;
317 __upcast_result result2 (src_details);
323 if (!is_public && !(src_details & __non_diamond_repeat_mask))

Completed in 42 milliseconds