Home
last modified time | relevance | path

Searched refs:list_type (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h26 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>;
27 using instr_iterator = typename list_type::iterator;
28 using nonconst_instr_iterator = typename list_type::iterator;
29 using const_instr_iterator = typename list_type::const_iterator;
32 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>;
33 using instr_iterator = typename list_type::reverse_iterator;
38 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>;
39 using instr_iterator = typename list_type::const_iterator;
40 using nonconst_instr_iterator = typename list_type::iterator;
41 using const_instr_iterator = typename list_type::const_iterator;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h46 using list_type = simple_ilist<Node>; variable
48 list_type List;
82 using size_type = typename list_type::size_type;
83 using difference_type = typename list_type::difference_type;
123 using iterator = IteratorImpl<T, typename list_type::iterator>;
125 IteratorImpl<T, typename list_type::reverse_iterator>;
127 IteratorImpl<const T, typename list_type::const_iterator>;
129 IteratorImpl<const T, typename list_type::const_reverse_iterator>;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h264 using list_type = SmallVector<std::unique_ptr<Command>, 4>;
265 using size_type = list_type::size_type;
266 using iterator = llvm::pointee_iterator<list_type::iterator>;
267 using const_iterator = llvm::pointee_iterator<list_type::const_iterator>;
270 list_type Jobs;
282 const list_type &getJobs() const { return Jobs; } in getJobs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp178 CompilerType list_type = m_backend.GetCompilerType(); in Update() local
179 if (list_type.IsReferenceType()) in Update()
180 list_type = list_type.GetNonReferenceType(); in Update()
182 if (list_type.GetNumTemplateArguments() == 0) in Update()
184 m_element_type = list_type.GetTypeTemplateArgument(0); in Update()
/freebsd/contrib/mandoc/
H A Dman_html.c447 char list_type; in man_IP_pre() local
450 list_type = list_continues(roff_node_prev(nn), nn); in man_IP_pre()
451 if (list_type == '\0') { in man_IP_pre()
453 list_type = list_continues(nn, roff_node_next(nn)); in man_IP_pre()
454 if (list_type == '\0') in man_IP_pre()
455 list_type = ' '; in man_IP_pre()
456 switch (list_type) { in man_IP_pre()
477 body_elem = list_type == ' ' ? TAG_DD : TAG_LI; in man_IP_pre()
/freebsd/crypto/heimdal/lib/hdb/
H A Dext.c112 Der_type replace_type, list_type; in hdb_replace_extension() local
135 &list_class, &list_type, &list_tag, in hdb_replace_extension()
144 MAKE_TAG(list_class,list_type,list_type)) { in hdb_replace_extension()
/freebsd/sys/dev/mlx5/
H A Dvport.h106 enum mlx5_list_type list_type,
118 enum mlx5_list_type list_type,
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c472 u32 vport_num, int list_type) in esw_apply_vport_addr_list() argument
475 bool is_uc = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC; in esw_apply_vport_addr_list()
507 u32 vport_num, int list_type) in esw_update_vport_addr_list() argument
510 bool is_uc = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC; in esw_update_vport_addr_list()
535 err = mlx5_query_nic_vport_mac_list(esw->dev, vport_num, list_type, in esw_update_vport_addr_list()
H A Dmlx5_vport.c713 enum mlx5_list_type list_type, in mlx5_query_nic_vport_mac_list() argument
728 max_list_size = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC) ? in mlx5_query_nic_vport_mac_list()
747 MLX5_SET(query_nic_vport_context_in, in, allowed_list_type, list_type); in mlx5_query_nic_vport_mac_list()
776 enum mlx5_list_type list_type, in mlx5_modify_nic_vport_mac_list() argument
788 max_list_size = list_type == MLX5_NIC_VPORT_LIST_TYPE_UC ? in mlx5_modify_nic_vport_mac_list()
811 allowed_list_type, list_type); in mlx5_modify_nic_vport_mac_list()
/freebsd/crypto/openssl/apps/
H A Dlist.c1048 static void list_type(FUNC_TYPE ft, int one) in list_type() function
1664 list_type(FT_general, one); in list_main()
1670 list_type(FT_md, one); in list_main()
1678 list_type(FT_cipher, one); in list_main()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c1062 static void mlx5e_fill_addr_array(struct mlx5e_priv *priv, int list_type, in mlx5e_fill_addr_array() argument
1065 bool is_uc = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC); in mlx5e_fill_addr_array()
1090 int list_type) in mlx5e_vport_context_update_addr_list() argument
1092 bool is_uc = (list_type == MLX5_NIC_VPORT_LIST_TYPE_UC); in mlx5e_vport_context_update_addr_list()
1124 mlx5e_fill_addr_array(priv, list_type, addr_array, size); in mlx5e_vport_context_update_addr_list()
1127 err = mlx5_modify_nic_vport_mac_list(priv->mdev, list_type, addr_array, size); in mlx5e_vport_context_update_addr_list()