Searched refs:experimental (Results 1 – 25 of 169) sorted by relevance
1234567
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdTsSymbolMap.inc | 2 // experimental filesystem. 3 SYMBOL(absolute, std::experimental::filesystem::, <experimental/filesystem>) 4 SYMBOL(canonical, std::experimental::filesystem::, <experimental/filesystem>) 5 SYMBOL(copy, std::experimental::filesystem::, <experimental/filesystem>) 6 SYMBOL(copy_file, std::experimental::filesystem::, <experimental/filesystem>) 7 SYMBOL(copy_options, std::experimental::filesystem::, <experimental/filesystem>) 8 SYMBOL(copy_symlink, std::experimental::filesystem::, <experimental/filesystem>) 9 SYMBOL(create_directories, std::experimental::filesystem::, <experimental/filesystem>) 10 SYMBOL(create_directory, std::experimental::filesystem::, <experimental/filesystem>) 11 SYMBOL(create_directory_symlink, std::experimental::filesystem::, <experimental/filesystem>) [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | propagate_const | 16 namespace std { namespace experimental { inline namespace fundamentals_v2 { 93 } // namespace experimental 96 template <class T> struct hash<experimental::propagate_const<T>>; 99 template <class T> struct equal_to<experimental::propagate_const<T>>; 100 template <class T> struct not_equal_to<experimental::propagate_const<T>>; 101 template <class T> struct less<experimental::propagate_const<T>>; 102 template <class T> struct greater<experimental::propagate_const<T>>; 103 template <class T> struct less_equal<experimental::propagate_const<T>>; 104 template <class T> struct greater_equal<experimental::propagate_const<T>>; 131 #include <experimental/__config> [all …]
|
H A D | simd | 14 experimental/simd synopsis 16 namespace std::experimental { 70 } // namespace std::experimental 78 #include <experimental/__config> 79 #include <experimental/__simd/aligned_tag.h> 80 #include <experimental/__simd/declaration.h> 81 #include <experimental/__simd/reference.h> 82 #include <experimental/__simd/scalar.h> 83 #include <experimental/__simd/simd.h> 84 #include <experimental/__simd/simd_mask.h> [all …]
|
H A D | regex |
|
H A D | string |
|
H A D | deque |
|
H A D | forward_list |
|
H A D | list |
|
H A D | vector |
|
H A D | set |
|
H A D | utility | 14 experimental/utility synopsis 21 namespace experimental { 28 } // namespace experimental 33 #include <experimental/__config>
|
H A D | map |
|
H A D | unordered_set |
|
H A D | unordered_map |
|
H A D | memory | 14 experimental/memory synopsis 16 namespace std::experimental::inline fundamentals_v2 { 60 #include <experimental/__config> 183 struct hash<experimental::observer_ptr<_Tp>> { 184 …_LIBCPP_HIDE_FROM_ABI size_t operator()(const experimental::observer_ptr<_Tp>& __ptr) const noexce…
|
H A D | __config | 21 namespace experimental {
|
H A D | iterator | 15 namespace experimental { 50 } // namespace experimental 59 #include <experimental/__config>
|
H A D | type_traits | 14 experimental/type_traits synopsis 20 namespace experimental { 66 } // namespace experimental 71 #include <experimental/__config>
|
H A D | memory_resource |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __std_clang_module | 89 #include <experimental/iterator> 90 #include <experimental/memory> 91 #include <experimental/propagate_const> 92 #include <experimental/simd> 93 #include <experimental/type_traits> 94 #include <experimental/utility>
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.events | 50 …) wgetch_events (WINDOW *, _nc_eventlist *) GCC_DEPRECATED(experimental option); /* experimental */ 51 …vents (WINDOW *,char *,int,_nc_eventlist *) GCC_DEPRECATED(experimental option); /* experimental */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips.td | 84 "Mips I ISA Support [highly experimental]">; 86 "Mips II ISA Support [highly experimental]", 90 "[highly experimental]">; 93 "[highly experimental]">; 95 "MIPS III ISA Support [highly experimental]", 101 "[highly experimental]">; 104 "[highly experimental]">; 111 "[highly experimental]">; 113 "MIPS V ISA Support [highly experimental]", 131 "Mips32r6 ISA Support [experimental]", [all …]
|
/freebsd/lib/libc++experimental/ |
H A D | Makefile | 6 LIB= c++experimental 11 SRCS+= experimental/keep.cpp
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/ |
H A D | vec_ext.h | 53 … : __simd_storage<decltype(experimental::__choose_mask_type<_Tp>()), simd_abi::__vec_ext<_Np>> {}; 97 auto __all_bits_v = experimental::__set_all_bits<_Tp>(__v); 106 __s.__data[__i] = experimental::__set_all_bits<_Tp>(__mem[__i]);
|
/freebsd/contrib/openpam/misc/ |
H A D | gendoc.pl | 116 my $experimental; 149 $experimental = 1; 344 'experimental' => $experimental, 488 if ($$func{experimental}) {
|
1234567