Searched refs:is_global (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h40 Property(ConstString name, ConstString desc, bool is_global,
H A DOptionValueProperties.h195 bool is_global, const lldb::OptionValueSP &value_sp);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dmarshall.c52 dst->is_global = src->is_global;
H A Dcmd.c1204 attr->ah_attr.is_global = resp.dest.is_global;
1216 attr->alt_ah_attr.is_global = resp.alt_dest.is_global;
1267 cmd->dest.is_global = attr->ah_attr.is_global;
1300 cmd->alt_dest.is_global = attr->alt_ah_attr.is_global;
1596 cmd.attr.is_global = attr->is_global;
[all...]
H A Dkern-abi.h575 __u8 is_global; member in struct:ibv_kern_ah_attr
702 __u8 is_global; member in struct:ibv_qp_dest
H A Dverbs.c869 ah_attr->is_global = 1;
H A Dverbs.h633 uint8_t is_global; member in struct:ibv_ah_attr
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp222 bool is_global, const lldb::OptionValueSP &value_sp)
224 m_is_global(is_global) {}
221 Property(ConstString name, ConstString desc, bool is_global, const lldb::OptionValueSP &value_sp) argument
H A DOptionValueProperties.cpp71 bool is_global,
73 Property property(name, desc, is_global, value_sp);
69 AppendProperty(ConstString name, ConstString desc, bool is_global, const OptionValueSP &value_sp) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Dinit.c71 bool is_global = !building_stmt_tree (); local
76 return is_global;
83 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt) argument
89 gcc_assert (!building_stmt_tree () == is_global);
1092 int is_global; local
1138 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
1143 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
2417 bool is_global;
2485 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
2652 stmt_expr = finish_init_stmts (is_global, stmt_exp
2414 bool is_global; local
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c53 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0;
H A Dib_uverbs_cmd.c2299 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH);
2311 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH);
2423 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0;
2435 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0;
2946 attr.ah_flags = cmd.attr.is_global ? IB_AH_GRH : 0;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c84 .is_global = 0,
110 ah_attr.is_global = 1;
H A Duc_pingpong.c89 .is_global = 0,
98 attr.ah_attr.is_global = 1;
H A Dsrq_pingpong.c98 .is_global = 0,
107 attr.ah_attr.is_global = 1;
H A Drc_pingpong.c106 .is_global = 0,
115 attr.ah_attr.is_global = 1;
H A Dxsrq_pingpong.c462 attr->is_global = 1;
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h486 __u8 is_global; member in struct:ib_uverbs_ah_attr
620 __u8 is_global; member in struct:ib_uverbs_qp_dest
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h33 ThreadProperties(bool is_global);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp106 ThreadProperties::ThreadProperties(bool is_global) : Properties() { argument
107 if (is_global) {
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dverbs.c1656 if (unlikely((!attr->is_global) && is_eth)) {
1684 if (attr->is_global) {
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dverbs.c1213 if (attr->is_global) {
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-structalias.c4066 bool is_global = DECL_P (decl) ? is_global_var (decl) : false; local
4109 if (is_global && (!flag_whole_program || !in_ipa_mode))
4209 if (is_global && (!flag_whole_program || !in_ipa_mode))
H A Dtree.h2406 unsigned int is_global:1;
2411 #define MTAG_GLOBAL(NODE) (TREE_MEMORY_TAG_CHECK (NODE)->mtag.is_global)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2213 bool is_global = symbol.getBinding() == STB_GLOBAL; local
2252 is_global, // Is this globally visible?

Completed in 319 milliseconds

12