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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_type_traits.h 19 struct true_type { struct in namespace:__sanitizer
40 struct is_same<T, T> : public true_type {};
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_type_traits.h 18 struct true_type { struct in namespace:__sanitizer
39 struct is_same<T, T> : public true_type {};
  /src/external/gpl3/gdb/dist/gdb/
d-valprint.c 45 struct type *true_type; local
58 true_type = check_typedef (elttype);
60 true_type = lookup_array_range_type (true_type, 0, length - 1);
61 ival = value_at (true_type, addr);
62 true_type = ival->type ();
c-valprint.c 60 struct type *true_type, *iter_type;
67 true_type = check_typedef (type);
70 if (true_type->code () == TYPE_CODE_CHAR)
74 if (true_type->code () != TYPE_CODE_INT)
101 if (true_type->code () == TYPE_CODE_INT
102 && true_type->length () == 1)
110 if (true_type->code () == TYPE_CODE_INT
111 && true_type->length () == 1
112 && !TYPE_NOTTEXT (true_type))
59 struct type *true_type, *iter_type; local
  /src/external/gpl3/gdb.old/dist/gdb/
d-valprint.c 45 struct type *true_type; local
58 true_type = check_typedef (elttype);
60 true_type = lookup_array_range_type (true_type, 0, length - 1);
61 ival = value_at (true_type, addr);
62 true_type = ival->type ();
c-valprint.c 60 struct type *true_type, *iter_type;
67 true_type = check_typedef (type);
70 if (true_type->code () == TYPE_CODE_CHAR)
74 if (true_type->code () != TYPE_CODE_INT)
101 if (true_type->code () == TYPE_CODE_INT
102 && true_type->length () == 1)
110 if (true_type->code () == TYPE_CODE_INT
111 && true_type->length () == 1
112 && !TYPE_NOTTEXT (true_type))
59 struct type *true_type, *iter_type; local
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_type_traits.h 20 struct true_type { struct in namespace:__sanitizer
41 struct is_same<T, T> : public true_type {};
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_cmath.h 311 struct true_type { struct in namespace:__hip
319 template <typename __T> struct is_same<__T, __T> : public true_type {};
  /src/external/bsd/ntp/dist/ntpd/
refclock_true.c 163 enum true_type {t_unknown, t_goes, t_tm, t_tcu, t_omega, t_tl3, t_Max}; enum
175 enum true_type type; /* what kind of clock is it? */

Completed in 36 milliseconds