Searched refs:set_b (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h330 IsASubset (const OptionSet& set_a, const OptionSet& set_b);
333 OptionsSetDiff (const OptionSet &set_a, const OptionSet &set_b, OptionSet &diffs);
336 OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp66 // Returns true is set_a is a subset of set_b; Otherwise returns false.
69 Options::IsASubset (const OptionSet& set_a, const OptionSet& set_b) argument
75 // set_a is a subset of set_b if every member of set_a is also a member of set_b
79 pos_b = set_b.find(*pos_a);
80 if (pos_b == set_b.end())
87 // Returns the set difference set_a - set_b, i.e. { x | ElementOf (x, set_a) && !ElementOf (x, set_b) }
90 Options::OptionsSetDiff (const OptionSet& set_a, const OptionSet& set_b, OptionSet& diffs) argument
98 pos_b = set_b
112 OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set) argument
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Difcvt.c2182 rtx set_a, set_b;
2219 set_b = NULL_RTX;
2225 || (set_b = single_set (insn_b)) == NULL_RTX
2226 || ! rtx_equal_p (x, SET_DEST (set_b)))
2237 || (set_b = single_set (insn_b)) == NULL_RTX
2238 || ! rtx_equal_p (x, SET_DEST (set_b))
2239 || reg_overlap_mentioned_p (x, SET_SRC (set_b))
2240 || modified_between_p (SET_SRC (set_b),
2248 insn_b = set_b = NULL_RTX;
2259 b = (set_b
2179 rtx set_a, set_b; local
[all...]

Completed in 191 milliseconds