Searched refs:set_a (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | Options.h | 335 IsASubset (const OptionSet& set_a, const OptionSet& set_b); 338 OptionsSetDiff (const OptionSet &set_a, const OptionSet &set_b, OptionSet &diffs); 341 OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | Options.cpp | 67 Options::IsASubset (const OptionSet& set_a, const OptionSet& set_b) in IsASubset() argument 75 for (pos_a = set_a.begin(); pos_a != set_a.end() && is_a_subset; ++pos_a) in IsASubset() 88 Options::OptionsSetDiff (const OptionSet& set_a, const OptionSet& set_b, OptionSet& diffs) in OptionsSetDiff() argument 94 for (pos_a = set_a.begin(); pos_a != set_a.end(); ++pos_a) in OptionsSetDiff() 110 Options::OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set) in OptionsSetUnion() argument 117 for (pos = set_a.begin(); pos != set_a.end(); ++pos) in OptionsSetUnion()
|
| /NextBSD/contrib/gcc/ |
| HD | ifcvt.c | 2179 rtx set_a, set_b; in noce_process_if_block() local 2203 || (set_a = single_set (insn_a)) == NULL_RTX) in noce_process_if_block() 2206 x = SET_DEST (set_a); in noce_process_if_block() 2207 a = SET_SRC (set_a); in noce_process_if_block()
|