| /src/external/bsd/kyua-cli/dist/utils/process/ |
| system.cpp | 38 namespace detail = utils::process::detail; 42 int (*detail::syscall_dup2)(const int, const int) = ::dup2; 46 pid_t (*detail::syscall_fork)(void) = ::fork; 50 int (*detail::syscall_open)(const char*, const int, ...) = ::open; 54 int (*detail::syscall_pipe)(int[2]) = ::pipe; 58 pid_t (*detail::syscall_waitpid)(const pid_t, int*, const int) = ::waitpid;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Hashing.cpp | 22 uint64_t llvm::hashing::detail::fixed_seed_override = 0; 27 hashing::detail::fixed_seed_override = fixed_value;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| insert_fn_imps.hpp | 41 #include <ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp> 42 #include <ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp>
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
| insert_fn_imps.hpp | 41 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp> 42 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp>
|
| debug_fn_imps.hpp | 55 #include <ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp> 56 #include <ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp>
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ |
| probe_fn_base.hpp | 48 namespace detail namespace in namespace:__gnu_pbds 57 } // namespace detail
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| insert_fn_imps.hpp | 41 #include <ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp> 42 #include <ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp>
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
| insert_fn_imps.hpp | 41 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp> 42 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp>
|
| debug_fn_imps.hpp | 55 #include <ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp> 56 #include <ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp>
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ |
| probe_fn_base.hpp | 48 namespace detail namespace in namespace:__gnu_pbds 57 } // namespace detail
|
| /src/external/bsd/kyua-cli/dist/utils/config/ |
| tree.cpp | 41 _root(new detail::static_inner_node()) 49 config::tree::tree(detail::static_inner_node* root) : 67 detail::static_inner_node* new_root = 68 dynamic_cast< detail::static_inner_node* >(_root->deep_copy()); 89 const detail::tree_key key = detail::parse_key(dotted_key); 90 _root->define(key, 0, detail::new_node< detail::dynamic_inner_node >); 109 const detail::tree_key key = detail::parse_key(dotted_key) [all...] |
| keys_test.cpp | 41 config::detail::tree_key key; 43 ATF_REQUIRE_EQ("foo", config::detail::flatten_key(key)); 50 config::detail::tree_key key; 54 ATF_REQUIRE_EQ("foo.1.bar", config::detail::flatten_key(key)); 61 config::detail::tree_key exp_key; 63 ATF_REQUIRE(exp_key == config::detail::parse_key("one")); 70 config::detail::tree_key exp_key; 74 ATF_REQUIRE(exp_key == config::detail::parse_key("one.2.foo")); 83 config::detail::parse_key("")); 92 config::detail::parse_key(".")) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/ |
| entry_metadata_base.hpp | 46 namespace detail namespace in namespace:__gnu_pbds 57 } // namespace detail
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/ |
| entry_metadata_base.hpp | 46 namespace detail namespace in namespace:__gnu_pbds 57 } // namespace detail
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| StableHashing.h | 28 namespace detail { namespace in namespace:llvm::hashing 48 } // namespace detail 52 stable_hash Hash = hashing::detail::FNV_OFFSET_64; 53 hashing::detail::stable_hash_append(Hash, A); 54 hashing::detail::stable_hash_append(Hash, B); 60 stable_hash Hash = hashing::detail::FNV_OFFSET_64; 61 hashing::detail::stable_hash_append(Hash, A); 62 hashing::detail::stable_hash_append(Hash, B); 63 hashing::detail::stable_hash_append(Hash, C); 69 stable_hash Hash = hashing::detail::FNV_OFFSET_64 [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| ReverseIteration.h | 12 return detail::IsPointerLike<T>::value;
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| auto_array.hpp | 46 namespace detail { namespace in namespace:utils 65 } // namespace detail 83 auto_array(detail::auto_array_ref< T >) throw(); 93 auto_array< T >& operator=(detail::auto_array_ref< T >) throw(); 96 operator detail::auto_array_ref< T >(void) throw();
|
| optional.hpp | 44 namespace detail { namespace in namespace:utils 51 } // namespace detail 59 const detail::none_t none = {}; 77 optional(utils::detail::none_t); 82 optional& operator=(utils::detail::none_t);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/ |
| traits.hpp | 44 #include <ext/pb_ds/detail/types_traits.hpp> 45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp> 46 #include <ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp> 47 #include <ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp> 57 namespace detail namespace in namespace:__gnu_pbds 85 } // namespace detail 88 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp> 89 #include <ext/pb_ds/detail/splay_tree_/traits.hpp> 90 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp> 91 #include <ext/pb_ds/detail/pat_trie_/traits.hpp [all...] |
| null_node_metadata.hpp | 44 #include <ext/pb_ds/detail/types_traits.hpp> 48 namespace detail namespace in namespace:__gnu_pbds 63 } // namespace detail
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/ |
| traits.hpp | 44 #include <ext/pb_ds/detail/types_traits.hpp> 45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp> 46 #include <ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp> 47 #include <ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp> 57 namespace detail namespace in namespace:__gnu_pbds 85 } // namespace detail 88 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp> 89 #include <ext/pb_ds/detail/splay_tree_/traits.hpp> 90 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp> 91 #include <ext/pb_ds/detail/pat_trie_/traits.hpp [all...] |
| null_node_metadata.hpp | 44 #include <ext/pb_ds/detail/types_traits.hpp> 48 namespace detail namespace in namespace:__gnu_pbds 63 } // namespace detail
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/ |
| eq_by_less.hpp | 48 #include <ext/pb_ds/detail/types_traits.hpp> 52 namespace detail namespace in namespace:__gnu_pbds 66 } // namespace detail
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/ |
| eq_by_less.hpp | 48 #include <ext/pb_ds/detail/types_traits.hpp> 52 namespace detail namespace in namespace:__gnu_pbds 66 } // namespace detail
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
| trie_string_access_traits_imp.hpp | 45 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind; 74 begin_imp(key_const_reference r_key, detail::false_type) 82 begin_imp(key_const_reference r_key, detail::true_type) 90 end_imp(key_const_reference r_key, detail::false_type) 98 end_imp(key_const_reference r_key, detail::true_type)
|