Home
last modified time | relevance | path

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

12345678910>>...24

/freebsd/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/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 Dregex
H A Dstring
H A Ddeque
H A Dforward_list
H A Dlist
H A Dvector
H A Dset
H A Dmap
H A Dunordered_set
H A Dunordered_map
H A Dutility14 experimental/utility synopsis
21 namespace experimental {
28 } // namespace experimental
33 #include <experimental/__config>
/freebsd/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/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp23 Name.consume_front("experimental-"); in getExtensionName()
29 bool Experimental) { in printExtensionTable() argument
31 if (Experimental) in printExtensionTable()
32 OS << "Experimental"; in printExtensionTable()
36 if (R->getValueAsBit("Experimental") != Experimental) in printExtensionTable()
58 printExtensionTable(OS, Extensions, /*Experimental=*/false); in emitRISCVExtensions()
59 printExtensionTable(OS, Extensions, /*Experimental=*/true); in emitRISCVExtensions()
128 bool Experimental) { in printProfileTable() argument
130 if (Experimental) in printProfileTable()
131 OS << "Experimental"; in printProfileTable()
[all …]
/freebsd/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
[all...]
/freebsd/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>
/freebsd/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/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/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/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/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

12345678910>>...24