Searched defs:Intersection (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/sync/internal_api/public/base/
H A Denum_set.h26 EnumSet<E, Min, Max> Intersection(EnumSet<E, Min, Max> set1,
155 // self-mutating versions of Union, Intersection, and Difference
227 friend EnumSet Intersection<E, MinEnumValue, MaxEnumValue>(
272 EnumSet<E, Min, Max> Intersection(EnumSet<E, Min, Max> set1, function
/external/lldb/source/Utility/
H A DRange.cpp63 Range::Intersection (const Range& other) function in class:Range
/external/chromium_org/tools/findit/
H A Dcrash_utils.py454 def Intersection(crashed_line_list, stack_frame_index, changed_line_numbers, function
470 line_number_intersection: Intersection between crashed_line_list and
/external/chromium_org/extensions/common/permissions/
H A Dbase_set_operators.h175 static void Intersection(const T& set1, const T& set2, T* set3) { function in class:extensions::BaseSetOperators
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1593 std::set<unsigned> Intersection; local
1598 std::inserter(Intersection, Intersection.begin()));
1599 if (Intersection.empty())
1752 CodeGenRegister::Set Intersection; local
1755 std::inserter(Intersection, Intersection.begin()),
1759 if (Intersection.empty())
1769 getOrCreateSubClass(RC1, &Intersection,
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3466 SmallBitVector Intersection = Pair[SI].GroupLoops; local
3467 Intersection &= Pair[SJ].GroupLoops;
3468 if (Intersection.any()) {
3825 SmallBitVector Intersection = Pair[SI].GroupLoops; local
3826 Intersection &= Pair[SJ].GroupLoops;
3827 if (Intersection.any()) {

Completed in 3837 milliseconds