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

12

/macosx-10.10/WebCore-7600.1.25/platform/
H A DPODInterval.h101 bool overlaps(const T& low, const T& high) const function in class:WebCore::PODInterval
110 bool overlaps(const PODInterval& other) const function in class:WebCore::PODInterval
112 return overlaps(other.low(), other.high());
H A DPODIntervalTree.h55 if (data.overlaps(m_lowValue, m_highValue))
150 // Starting from the given node, adds all overlaps with the given
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGClobberSet.h43 // satisfies overlaps() requests by looping over all of them. This will probably
57 bool overlaps(AbstractHeap) const;
101 m_result |= m_set.overlaps(heap);
H A DDFGAbstractHeap.h166 bool overlaps(const Payload& other) const function in class:JSC::DFG::AbstractHeap::Payload
222 bool overlaps(const AbstractHeap& other) function in class:JSC::DFG::AbstractHeap
H A DDFGClobberSet.cpp80 bool ClobberSet::overlaps(AbstractHeap heap) const function in class:JSC::DFG::ClobberSet
H A DDFGClobberize.h715 m_result = m_heap.overlaps(otherHeap);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineLoopRanges.h55 /// overlaps - Return true if this loop overlaps the given range of machine
57 bool overlaps(SlotIndex Start, SlotIndex Stop);
H A DLiveInterval.h348 /// overlaps - Return true if the intersection of the two live intervals is
350 bool overlaps(const LiveInterval& other) const {
356 /// overlaps - Return true if the two intervals have overlapping segments
361 bool overlaps(const LiveInterval &Other, const CoalescerPair &CP,
364 /// overlaps - Return true if the live interval overlaps a range specified
366 bool overlaps(SlotIndex Start, SlotIndex End) const;
H A DScheduleDAG.h123 bool overlaps(const SDep &Other) const { function in class:llvm::SDep
140 return overlaps(Other)
/macosx-10.10/apache-793/httpd/modules/http/
H A Dbyterange_filter.c82 int *overlaps, int *reversals)
96 *overlaps = 0;
250 ++*overlaps;
297 it, r->range, *overlaps, *reversals, clength);
452 int overlaps = 0, reversals = 0; local
487 num_ranges = ap_set_byterange(r, clength, &indexes, &overlaps, &reversals);
492 (max_overlaps >= 0 && overlaps > max_overlaps) ||
80 ap_set_byterange(request_rec *r, apr_off_t clength, apr_array_header_t **indexes, int *overlaps, int *reversals) argument
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShapeInterval.h70 bool overlaps(const ShapeInterval<T>& interval) const function in class:WebCore::ShapeInterval
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineLoopRanges.cpp70 /// overlaps - Return true if this loop overlaps the given range of machine
72 bool MachineLoopRange::overlaps(SlotIndex Start, SlotIndex Stop) { function in class:MachineLoopRange
H A DLiveRegMatrix.cpp123 if (VirtReg.overlaps(LIS->getRegUnit(*Units), CP, *LIS->getSlotIndexes()))
H A DRegAllocPBQP.cpp218 // Record any overlaps with regmask operands.
235 // vregLI overlaps fixed regunit interference.
238 if (vregLI->overlaps(LIS->getRegUnit(*Units))) {
276 if (l1.overlaps(l2)) {
H A DStackSlotColoring.cpp196 /// OverlapWithAssignments - Return true if LiveInterval overlaps with any
203 if (OtherLI->overlaps(*li))
H A DLiveInterval.cpp72 // overlaps - Return true if the intersection of the two live intervals is
75 // An example for overlaps():
87 // A->overlaps(C) should return false since we want to be able to join
131 bool LiveInterval::overlaps(const LiveInterval &Other, function in class:LiveInterval
160 // Advance the iterator that ends first to check for more overlaps.
173 /// overlaps - Return true if the live interval overlaps a range specified
175 bool LiveInterval::overlaps(SlotIndex Start, SlotIndex End) const { function in class:LiveInterval
H A DScheduleDAG.cpp69 if (I->overlaps(D)) {
H A DStackColoring.cpp743 if (!First->overlaps(*Second)) {
H A DRegisterCoalescer.cpp642 // If ALR and BLR overlaps and end of BLR extends beyond end of ALR, e.g.
1104 if (RHS.overlaps(LIS->getRegUnit(*UI))) {
1151 // and can be merged into the value it overlaps. Like a coalescable copy, it
1169 // The live range of %src overlaps the %dst value defined by FOO, but
1256 // Value in the other live range that overlaps this def, if any.
1413 // Find the value in Other that overlaps VNI->def, if any.
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DStructureSet.h118 bool overlaps(const StructureSet& other) const function in class:JSC::StructureSet
H A DGetByIdStatus.cpp42 if (m_variants[i].structureSet().overlaps(variant.structureSet()))
/macosx-10.10/emacs-93/emacs/src/
H A Ddispnew.c3546 /* Can't use this method if the line overlaps others or is
4143 int overlaps = 0;
4147 overlaps |= OVERLAPS_PRED;
4150 overlaps |= OVERLAPS_SUCC;
4152 if (overlaps)
4155 rif->fix_overlapping_area (w, row, LEFT_MARGIN_AREA, overlaps);
4158 rif->fix_overlapping_area (w, row, TEXT_AREA, overlaps);
4161 rif->fix_overlapping_area (w, row, RIGHT_MARGIN_AREA, overlaps);
4165 if (overlaps & OVERLAPS_PRED)
4167 if (overlaps
4125 int overlaps = 0; local
[all...]
H A Dxdisp.c18931 fill_composite_glyph_string (s, faces, overlaps)
18934 int overlaps;
18940 s->for_overlaps = overlaps;
18990 fill_glyph_string (s, face_id, start, end, overlaps)
18993 int start, end, overlaps;
19003 s->for_overlaps = overlaps,
19477 START = fill_glyph_string (s, face_id, START, END, overlaps); \
19530 n = fill_composite_glyph_string (s, faces, overlaps); \
19611 draw_glyphs (w, x, row, area, start, end, hl, overlaps)
19618 int overlaps;
[all...]
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp4624 int overlaps = n->overlaps_vertically(); local
4639 if (overlaps) {
4662 if (overlaps)
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el955 "mumps" "name" "nullable" "number" "options" "overlaps" "overriding"

Completed in 492 milliseconds

12