Home
last modified time | relevance | path

Searched refs:experimental (Results 1 – 25 of 160) sorted by relevance

1234567

/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc2 // 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 …]
/src/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const16 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 Dsimd14 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 Dutility14 experimental/utility synopsis
21 namespace experimental {
28 } // namespace experimental
33 #include <experimental/__config>
H A Dmemory14 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 Diterator15 namespace experimental {
50 } // namespace experimental
59 #include <experimental/__config>
H A Dtype_traits14 experimental/type_traits synopsis
20 namespace experimental {
66 } // namespace experimental
71 #include <experimental/__config>
H A D__config21 namespace experimental {
/src/contrib/ncurses/include/
H A Dcurses.events50 …) wgetch_events (WINDOW *, _nc_eventlist *) GCC_DEPRECATED(experimental option); /* experimental */
51 …vents (WINDOW *,char *,int,_nc_eventlist *) GCC_DEPRECATED(experimental option); /* experimental */
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td84 "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 …]
/src/contrib/arm-optimized-routines/math/
H A DDir.mk42 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/experimental/*/*.[cS])
44 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/experimental/*.[cS])
48 math-lib-srcs := $(filter-out $(math-src-dir)/aarch64/experimental/%, $(math-lib-srcs))
96 $(math-build-dir)/aarch64/experimental/advsimd/%: CFLAGS_ALL += -I$(math-src-dir)/aarch64/advsimd
97 $(math-build-dir)/aarch64/experimental/sve/%: CFLAGS_ALL += -I$(math-src-dir)/aarch64/sve
105 …sig-dirs) $(addsuffix /$(ARCH),$(test-sig-dirs)) $(addsuffix /aarch64/experimental,$(test-sig-dirs…
106 $(addsuffix /aarch64/experimental/advsimd,$(test-sig-dirs)) $(addsuffix /aarch64/experimental/sve,$…
122 $1/aarch64/experimental/sve/%.i: EXTRA_INC = -I$(math-src-dir)/aarch64/sve
123 $1/aarch64/experimental/advsimd/%.i: EXTRA_INC = -I$(math-src-dir)/aarch64/advsimd
200 $(ulp-input-dir)/aarch64/experimental $(ulp-input-dir)/aarch64/experimental/advsimd $(ulp-input-dir…
/src/contrib/llvm-project/libcxx/include/
H A D__std_clang_module89 #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>
/src/lib/libc++experimental/
H A DMakefile6 LIB= c++experimental
11 SRCS+= experimental/keep.cpp
/src/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dvec_ext.h53 … : __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]);
/src/contrib/arm-optimized-routines/
H A DREADME26 experimental/ directory.
30 math/aarch64/experimental - Experimental math sources do not
44 experimental/ directory.
47 string/aarch64/experimental - Experimental string routines which
/src/contrib/openpam/misc/
H A Dgendoc.pl116 my $experimental;
149 $experimental = 1;
344 'experimental' => $experimental,
488 if ($$func{experimental}) {
/src/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp117 llvm::StringRef experimental = GetExperimentalSettingsName(); in IsSettingExperimental() local
119 return setting.take_front(dot_pos) == experimental; in IsSettingExperimental()
/src/tools/build/options/
H A DWITH_EXPERIMENTAL1 Include experimental features in the build.
H A DWITH_DTRACE_TESTS3 This test suite is considered experimental on architectures other than
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVProfiles.td13 // experimental.
17 : RISCVProfile<"experimental-"#name, features> {
H A DRISCVInstrInfoZvfbf.td11 // This version is still experimental as the 'Zvfbfmin' extension hasn't been
/src/tools/tools/git/ghpr/
H A DREADME1 These are totally experimental
/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DREADME.md3 This experimental backend is for the 8-bit Atmel [AVR](https://en.wikipedia.org/wiki/Atmel_AVR) mic…
/src/contrib/file/magic/Magdir/
H A Dcisco11 0 belong&0xffffff00 0x8501cb00 cisco IOS experimental microcode
/src/contrib/wpa/hostapd/
H A Ddefconfig108 # Note: The current EAP-TEAP implementation is experimental and should not be
155 # Note: This is experimental and not complete implementation.
166 # Note: This is experimental and work in progress. The definitions are still
283 # internal = Internal TLSv1 implementation (experimental)
284 # linux = Linux kernel AF_ALG and internal TLSv1 implementation (experimental)
422 # DPP version 3 support (experimental and still changing; do not enable for

1234567