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

12

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DProperty.h46 bool is_global,
H A DOptionValueProperties.h239 bool is_global,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DProperty.cpp173 bool is_global,
178 m_is_global (is_global)
171 Property(const ConstString &name, const ConstString &desc, bool is_global, const lldb::OptionValueSP &value_sp) argument
H A DOptionValueProperties.cpp85 bool is_global,
88 Property property(name, desc, is_global, value_sp);
83 AppendProperty(const ConstString &name, const ConstString &desc, bool is_global, const OptionValueSP &value_sp) argument
/freebsd-10.2-release/contrib/ofed/libibverbs/src/
H A Dmarshall.c54 dst->is_global = src->is_global;
H A Dcmd.c736 attr->ah_attr.is_global = resp.dest.is_global;
748 attr->alt_ah_attr.is_global = resp.alt_dest.is_global;
808 cmd->dest.is_global = attr->ah_attr.is_global;
821 cmd->alt_dest.is_global = attr->alt_ah_attr.is_global;
908 cmd.dest.is_global = attr->ah_attr.is_global;
[all...]
H A Dverbs.c531 ah_attr->is_global = 1;
/freebsd-10.2-release/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-10.2-release/contrib/ofed/libmthca/src/
H A Dah.c143 if (attr->is_global) {
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_marshall.c47 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0;
H A Duverbs_cmd.c1256 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH);
1268 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH);
1346 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0;
1358 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0;
1805 attr.ah_flags = cmd.attr.is_global ? IB_AH_GRH : 0;
2802 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0;
2814 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0;
2891 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH);
2903 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH);
/freebsd-10.2-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c92 .is_global = 0,
101 attr.ah_attr.is_global = 1;
H A Duc_pingpong.c89 .is_global = 0,
98 attr.ah_attr.is_global = 1;
H A Dud_pingpong.c84 .is_global = 0,
110 ah_attr.is_global = 1;
H A Dsrq_pingpong.c98 .is_global = 0,
107 attr.ah_attr.is_global = 1;
/freebsd-10.2-release/sys/ofed/include/rdma/
H A Dib_user_verbs.h372 __u8 is_global; member in struct:ib_uverbs_ah_attr
471 __u8 is_global; member in struct:ib_uverbs_qp_dest
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h30 ThreadProperties(bool is_global);
H A DProcess.h59 ProcessProperties(bool is_global);
/freebsd-10.2-release/contrib/ofed/libibverbs/include/infiniband/
H A Dkern-abi.h398 __u8 is_global; member in struct:ibv_kern_ah_attr
485 __u8 is_global; member in struct:ibv_qp_dest
H A Dverbs.h385 uint8_t is_global; member in struct:ibv_ah_attr
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1233 bool is_global = symbol.getBinding() == STB_GLOBAL; local
1241 is_global, // Is this globally visible?
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp115 ThreadProperties::ThreadProperties (bool is_global) : argument
118 if (is_global)
H A DProcess.cpp126 ProcessProperties::ProcessProperties (bool is_global) : argument
129 if (is_global)
/freebsd-10.2-release/contrib/ofed/libmlx4/src/
H A Dverbs.c701 if (attr->is_global) {
/freebsd-10.2-release/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))

Completed in 377 milliseconds

12