Home
last modified time | relevance | path

Searched refs:set_b (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptions.h212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
214 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
217 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptions.cpp48 bool Options::IsASubset(const OptionSet &set_a, const OptionSet &set_b) { in IsASubset() argument
57 pos_b = set_b.find(*pos_a); in IsASubset()
58 if (pos_b == set_b.end()) in IsASubset()
68 size_t Options::OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetDiff() argument
75 pos_b = set_b.find(*pos_a); in OptionsSetDiff()
76 if (pos_b == set_b.end()) { in OptionsSetDiff()
88 void Options::OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetUnion() argument
99 for (pos = set_b.begin(); pos != set_b.end(); ++pos) { in OptionsSetUnion()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/inlined_breakpoints/
H A Dbasic_type.cpp58 set_b (const T& b) in set_b() function in a_class
/llvm-project-15.0.7/lldb/test/API/types/
H A Dbasic_type.cpp62 set_b (const T& b) in set_b() function in a_class