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

  /src/external/apache2/llvm/dist/libcxx/src/
typeinfo.cpp 14 int std::type_info::__compare(const type_info &__rhs) const noexcept {
20 const char *std::type_info::name() const noexcept {
25 size_t std::type_info::hash_code() const noexcept {
54 std::type_info::~type_info()
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
tinfo.cc 1 // Methods for type_info for -*- C++ -*- Run Time Type Identification.
29 std::type_info::
30 ~type_info ()
40 bool std::type_info::
41 operator== (const std::type_info& arg) const _GLIBCXX_NOEXCEPT
55 std::type_info::__equal (const std::type_info& arg) const _GLIBCXX_NOEXCEPT
61 // return true if this is a type_info for a pointer type
62 bool type_info::
68 // return true if this is a type_info for a function typ
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
tinfo.cc 1 // Methods for type_info for -*- C++ -*- Run Time Type Identification.
29 std::type_info::
30 ~type_info ()
40 bool std::type_info::
41 operator== (const std::type_info& arg) const _GLIBCXX_NOEXCEPT
55 std::type_info::__equal (const std::type_info& arg) const _GLIBCXX_NOEXCEPT
61 // return true if this is a type_info for a pointer type
62 bool type_info::
68 // return true if this is a type_info for a function typ
    [all...]
  /src/external/bsd/libc++/dist/libcxxrt/src/
typeinfo.cc 32 using std::type_info;
34 type_info::~type_info() {}
36 bool type_info::operator==(const type_info &other) const
40 bool type_info::operator!=(const type_info &other) const
44 bool type_info::before(const type_info &other) const
48 const char* type_info::name() cons
52 type_info::type_info (const type_info& rhs) function in class:type_info
    [all...]
typeinfo.h 43 class type_info class in namespace:std
50 virtual ~type_info();
51 bool operator==(const type_info &) const;
52 bool operator!=(const type_info &) const;
53 bool before(const type_info &) const;
55 type_info();
57 type_info(const type_info& rhs);
58 type_info& operator= (const type_info& rhs)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
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.
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
pr-support.c 31 typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */ typedef in typeref:struct:_ZSt9type_info
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
pr-support.c 31 typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */ typedef in typeref:struct:_ZSt9type_info
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_type_hash_itanium.cpp 27 class type_info { class in namespace:std
30 virtual ~type_info();
50 class __class_type_info : public std::type_info {
206 /// The type_info object describing the most-derived class type.
207 std::type_info *TypeInfo;
243 // Check that this is actually a type_info object for a class type.
275 auto TI1 = static_cast<const std::type_info *>(TypeInfo1);
276 auto TI2 = static_cast<const std::type_info *>(TypeInfo2);
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_type_hash_itanium.cpp 26 class type_info { class in namespace:std
28 virtual ~type_info();
38 class __class_type_info : public std::type_info {
194 /// The type_info object describing the most-derived class type.
195 std::type_info *TypeInfo;
231 // Check that this is actually a type_info object for a class type.
263 auto TI1 = static_cast<const std::type_info *>(TypeInfo1);
264 auto TI2 = static_cast<const std::type_info *>(TypeInfo2);
  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
pr-support.c 29 typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */ typedef in typeref:struct:_ZSt9type_info
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
pr-support.c 29 typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */ typedef in typeref:struct:_ZSt9type_info
  /src/external/bsd/nsd/dist/simdzone/src/generic/
parser.h 67 typedef struct type_info type_info_t;
68 struct type_info;
112 struct type_info { struct
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1059 typedef struct type_info {
1074 /* Pre-initialized type_info struct. */
1057 typedef struct type_info { struct
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1059 typedef struct type_info {
1074 /* Pre-initialized type_info struct. */
1057 typedef struct type_info { struct
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.cc 3255 rvv_type_info type_info = instance.type; local
3256 uint64_t required_extensions = type_info.required_extensions;
3262 = op_info->ret.get_function_type_index (type_info.index);
3274 = op_info->args[i].get_function_type_index (type_info.index);

Completed in 44 milliseconds