Home
last modified time | relevance | path

Searched full:experimental (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/freebsd-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 …]
/freebsd-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/__confi
[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/__sim
[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 noexcept {
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def31 FUZZER_FLAG_INT(cross_over_uniform_dist, 0, "Experimental. If 1, use a "
43 FUZZER_FLAG_INT(reduce_depth, 0, "Experimental/internal. "
59 FUZZER_FLAG_INT(fork, 0, "Experimental mode where fuzzing happens "
109 "Experimental. Use value profile to guide fuzzing.")
111 FUZZER_FLAG_INT(shrink, 0, "Experimental. Try to shrink corpus inputs.")
127 FUZZER_FLAG_STRING(dict, "Experimental. Use the dictionary file.")
184 FUZZER_FLAG_STRING(focus_function, "Experimental. "
190 FUZZER_FLAG_INT(entropic_feature_frequency_threshold, 0xFF, "Experimental. If "
193 FUZZER_FLAG_INT(entropic_number_of_rarest_features, 100, "Experimental. If "
197 FUZZER_FLAG_INT(entropic_scale_per_exec_time, 0, "Experimental. If 1, "
[all …]
/freebsd-src/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dvec_ext.h18 #include <experimental/__config>
19 #include <experimental/__simd/declaration.h>
20 #include <experimental/__simd/traits.h>
21 #include <experimental/__simd/utility.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]);
H A Dsimd.h17 #include <experimental/__config>
18 #include <experimental/__simd/declaration.h>
19 #include <experimental/__simd/reference.h>
20 #include <experimental/__simd/traits.h>
21 #include <experimental/__simd/utility.h>
H A Dsimd_mask.h15 #include <experimental/__config>
16 #include <experimental/__simd/declaration.h>
17 #include <experimental/__simd/reference.h>
18 #include <experimental/__simd/traits.h>
H A Dreference.h18 #include <experimental/__config>
19 #include <experimental/__simd/utility.h>
44 __s_.__set(__idx_, experimental::__set_all_bits<_Tp>(__v));
H A Dtraits.h17 #include <experimental/__config>
18 #include <experimental/__simd/declaration.h>
19 #include <experimental/__simd/utility.h>
H A Dscalar.h15 #include <experimental/__config>
16 #include <experimental/__simd/declaration.h>
17 #include <experimental/__simd/traits.h>
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMakeGuardsExplicit.h9 // This pass lowers the @llvm.experimental.guard intrinsic to the new form of
14 // call void(i1, ...) @llvm.experimental.guard(i1 %old_cond) [ "deopt"() ]
18 // %widenable_cond = call i1 @llvm.experimental.widenable.condition()
22 // - The semantics of @llvm.experimental.widenable.condition allows to replace
27 // - %deopt is a block containing a sole call to @llvm.experimental.deoptimize
/freebsd-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 */
/freebsd-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...]
/freebsd-src/contrib/atf/
H A DNEWS82 Experimental version released on February 7th, 2014.
98 Experimental version released on February 7th, 2014.
130 Experimental version released on November 16th, 2013.
148 Experimental version released on February 14th, 2013.
182 Experimental version released on July 10th, 2012.
217 Experimental version released on January 16th, 2012.
254 Experimental version released on June 14th, 2011.
283 Experimental version released on March 31st, 2011.
329 Experimental version released on November 7th, 2010.
365 Experimental version released on October 20th, 2010.
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMakeGuardsExplicit.cpp9 // This pass lowers the @llvm.experimental.guard intrinsic to the new form of
14 // call void(i1, ...) @llvm.experimental.guard(i1 %old_cond) [ "deopt"() ]
18 // %widenable_cond = call i1 @llvm.experimental.widenable.condition()
22 // - The semantics of @llvm.experimental.widenable.condition allows to replace
27 // - %deopt is a block containing a sole call to @llvm.experimental.deoptimize
/freebsd-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>
/freebsd-src/contrib/kyua/
H A DNEWS.md217 **Experimental version released on August 14th, 2014.**
238 **Experimental version released on August 8th, 2014.**
282 **Experimental version released on August 8th, 2014.**
299 **Experimental version released on December 7th, 2013.**
316 **Experimental version released on December 7th, 2013.**
332 **Experimental version released on October 18th, 2013.**
353 **Experimental version released on February 22nd, 2013.**
418 **Experimental version released on February 19th, 2013.**
436 **Experimental version released on July 10th, 2012.**
460 **Experimental version released on June 6th, 2012.**
[all …]
/freebsd-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)
387 # Experimental implementation of draft-harkins-owe-07.txt
413 # Experimental implementation based on IEEE P802.11z/D2.6 and the protocol
422 # DPP version 3 support (experimental and still changing; do not enable for
/freebsd-src/lib/libc++experimental/
H A DMakefile6 LIB= c++experimental
11 SRCS+= experimental/keep.cpp
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Ddefconfig118 # Note: The current EAP-TEAP implementation is experimental and should not be
139 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
169 # EAP-TNC and related Trusted Network Connect support (experimental)
331 # internal = Internal TLSv1 implementation (experimental)
332 # linux = Linux kernel AF_ALG and internal TLSv1 implementation (experimental)
510 # Note: This is experimental and work in progress. The definitions are still
516 # Note: This is experimental and not complete implementation.
637 # channels (experimental)
641 # Experimental implementation of draft-harkins-owe-07.txt
648 # DPP version 3 support (experimental an
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h70 // We sometimes need to introduce a setting to enable experimental features,
73 // experimental name, and two things will happen. One is that settings that
76 // will auto-forward the experimental settings to the real one.
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp109 static constexpr llvm::StringLiteral g_experimental("experimental"); in GetExperimentalSettingsName()
117 llvm::StringRef experimental = GetExperimentalSettingsName(); in IsSettingExperimental() local
119 return setting.take_front(dot_pos) == experimental; in IsSettingExperimental()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGuardUtils.h24 /// of llvm.experimental.guard intrinsic.
27 /// Returns true iff \p V has semantics of llvm.experimental.widenable.condition
41 /// %wc = call i1 @llvm.experimental.widenable.condition()

12345678910>>...23