Searched refs:detail (Results 101 - 125 of 231) sorted by relevance

12345678910

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dnode_base.hpp50 #include <ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp>
54 namespace detail namespace in namespace:pb_ds
131 } // namespace detail
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp50 #include <ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp>
54 namespace detail namespace in namespace:pb_ds
141 } // namespace detail
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp54 #include <ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp>
61 namespace detail namespace in namespace:pb_ds
159 } // namespace detail
H A Dtree_trace_base.hpp52 #include <ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp>
53 #include <ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp>
58 namespace detail namespace in namespace:pb_ds
208 } // namespace detail
H A Dcond_dealtor.hpp53 namespace detail namespace in namespace:pb_ds
126 } // namespace detail
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatCommon.h20 detail::format_adapter &Adapter;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount,
H A Dtype_traits.h73 namespace detail { namespace in namespace:llvm
94 } // end namespace detail
101 ::llvm::detail::copy_construction_triviality_helper<T>> {};
112 ::llvm::detail::move_construction_triviality_helper<T>> {};
145 std::is_copy_constructible<detail::trivial_helper<T>>::value;
151 std::is_move_constructible<detail::trivial_helper<T>>::value;
157 is_copy_assignable<detail::trivial_helper<T>>::value;
163 is_move_assignable<detail::trivial_helper<T>>::value;
169 std::is_destructible<detail::trivial_helper<T>>::value;
H A DParallel.h36 namespace detail { namespace in namespace:llvm::parallel
98 if (std::distance(Start, End) < detail::MinParallelSize || Depth == 0) {
170 } // namespace detail
174 class Comparator = detail::DefComparator<RandomAccessIterator>>
201 class Comparator = detail::DefComparator<RandomAccessIterator>>
204 detail::parallel_sort(Start, End, Comp);
210 detail::parallel_for_each(Begin, End, Fn);
216 detail::parallel_for_each_n(Begin, End, Fn);
H A DPointerLikeTypeTraits.h27 namespace detail { namespace in namespace:llvm
52 } // namespace detail
59 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
124 enum { NumLowBitsAvailable = detail::ConstantLog2<Alignment>::value };
H A DFormatVariadic.h75 std::vector<detail::format_adapter *> operator()(Ts &... Items) {
76 return std::vector<detail::format_adapter *>{&Items...};
81 std::vector<detail::format_adapter *> Adapters;
254 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> {
256 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
259 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp32 Expected<SmallVector<transformer::detail::Transformation, 1>>
33 transformer::detail::translateEdits(const MatchResult &Result,
35 SmallVector<transformer::detail::Transformation, 1> Transformations;
49 transformer::detail::Transformation T;
136 transformer::detail::buildMatchers(const RewriteRule &Rule) {
162 DynTypedMatcher transformer::detail::buildMatcher(const RewriteRule &Rule) {
168 SourceLocation transformer::detail::getRuleMatchLoc(const MatchResult &Result) {
186 transformer::detail::findSelectedCase(const MatchResult &Result,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DInterfaceFile.cpp19 namespace detail { namespace in namespace:llvm::MachO
42 } // end namespace detail.
45 detail::addEntry(Targets, Target);
50 auto Client = detail::addEntry(AllowableClients, InstallName);
56 auto Lib = detail::addEntry(ReexportedLibraries, InstallName);
100 detail::addEntry(Targets, Target);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp48 #include <ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp>
49 #include <ext/pb_ds/detail/types_traits.hpp>
51 #include <ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp>
57 #include <ext/pb_ds/detail/map_debug_base.hpp>
63 namespace detail namespace in namespace:pb_ds
167 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp>
168 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp>
169 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp>
170 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp>
664 #include <ext/pb_ds/detail/gp_hash_table_map
[all...]
H A Dresize_fn_imps.hpp141 #include <ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp>
142 #include <ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp>
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp50 #include <ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp>
51 #include <ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp>
55 namespace detail namespace in namespace:pb_ds
253 } // namespace detail
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h22 namespace detail { namespace in namespace:llvm
97 } // namespace detail
102 detail::ValueIsMatcher<InnerMatcher> ValueIs(const InnerMatcher &ValueMatcher) {
103 return detail::ValueIsMatcher<InnerMatcher>(ValueMatcher);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h200 namespace detail { namespace in namespace:llvm::orc::rpc
962 class CanSerializeCheck : detail::CanSerialize<ChannelT, WireT, ConcreteT> {
964 using detail::CanSerialize<ChannelT, WireT, ConcreteT>::value;
975 : detail::CanDeserialize<ChannelT, WireT, ConcreteT> {
977 using detail::CanDeserialize<ChannelT, WireT, ConcreteT>::value;
1015 detail::RPCArgTypeCheck<CanSerializeCheck, typename Func::Type,
1042 detail::createResponseHandler<ChannelT, typename Func::ReturnType>(
1053 if (auto Err = detail::HandlerTraits<typename Func::Type>::serializeArgs(
1110 static detail::ReadArgs<ArgTs...> readArgs(ArgTs &... Args) {
1111 return detail
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp315 namespace detail {
417 fs_tmp.permissions(detail::posix_get_perms(path_stat));
424 m_ec = detail::capture_errno();
436 m_ec = detail::capture_errno();
479 } // end namespace detail
481 using detail::capture_errno;
482 using detail::ErrorHandler;
483 using detail::StatT;
484 using detail::TimeSpec;
517 return detail
650 namespace detail { namespace in struct:__anon1068::parser::PathParser
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcond_key_dtor_entry_dealtor.hpp49 namespace detail namespace in namespace:pb_ds
121 } // namespace detail
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
H A Dmask_based_range_hashing.hpp52 namespace detail namespace in namespace:pb_ds
110 } // namespace detail
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp45 CPU = sys::detail::getHostCPUNameForBPF();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h39 namespace detail { namespace in namespace:llvm::CodeViewYAML
43 } // end namespace detail
115 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DStencil.h48 namespace detail { namespace in namespace:clang::transformer
56 } // namespace detail
65 return catVector({detail::makeStencil(std::forward<Ts>(Parts))...});
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_bzip2.c263 const char *detail = NULL; local
267 detail = "invalid setup parameter";
271 detail = "out of memory";
274 detail = "mis-compiled library";
279 detail == NULL ? "" : ": ",
280 detail);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-winsource.c76 win_info->detail.source_info.horizontal_offset = 0;
319 offset = win_info->detail.source_info.horizontal_offset + num_to_scroll;
323 win_info->detail.source_info.horizontal_offset - num_to_scroll) < 0)
326 win_info->detail.source_info.horizontal_offset = offset;
396 struct tui_source_info * src = &win->detail.source_info;
454 if (win_info->detail.source_info.execution_info != (struct tui_gen_win_info *) NULL)
456 struct tui_gen_win_info * exec_info_ptr = win_info->detail.source_info.execution_info;
511 struct tui_gen_win_info * exec_info = win_info->detail.source_info.execution_info;
530 struct tui_gen_win_info * exec_info = win_info->detail.source_info.execution_info;
539 win_info->detail
[all...]

Completed in 216 milliseconds

12345678910