Home
last modified time | relevance | path

Searched refs:__cc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h2691 int __cc; in vec_all_eq() local
2699 int __cc; in vec_all_eq() local
2707 int __cc; in vec_all_eq() local
2714 int __cc; in vec_all_eq() local
2723 int __cc; in vec_all_eq() local
2732 int __cc; in vec_all_eq() local
2740 int __cc; in vec_all_eq() local
2748 int __cc; in vec_all_eq() local
2756 int __cc; in vec_all_eq() local
2764 int __cc; in vec_all_eq() local
[all …]
/llvm-project-15.0.7/libcxx/include/
H A Dmap741 value_type __cc;
748 return *_VSTD::launder(_VSTD::addressof(__cc));
750 return __cc;
758 return *_VSTD::launder(_VSTD::addressof(__cc));
760 return __cc;
821 value_type __cc;
825 value_type& __get_value() { return __cc; }
827 const value_type& __get_value() const { return __cc; }
H A Dunordered_map825 value_type __cc;
832 return *_VSTD::launder(_VSTD::addressof(__cc));
834 return __cc;
842 return *_VSTD::launder(_VSTD::addressof(__cc));
844 return __cc;
907 value_type __cc;
911 value_type& __get_value() { return __cc; }
913 const value_type& __get_value() const { return __cc; }