Home
last modified time | relevance | path

Searched defs:Overlaps (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackColoring.h64 bool Overlaps(const LiveRange &Other) const { in Overlaps() function
H A DPrologEpilogInserter.cpp196 auto Overlaps = [Var, Expr](const MachineInstr *DV) { in stashEntryDbgValues() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp175 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue() local
/third_party/skia/src/pathops/
H A DSkOpSpan.h119 static bool Overlaps(const SkOpPtT* s1, const SkOpPtT* e1, const SkOpPtT* s2, in Overlaps() function in SkOpPtT
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h497 bool Overlaps(const ImRect& r) const { return r.Min.y < Max.y && r.Max.y > Min.y && r.Min.x < Max.x && r.Max.x > Min.x; } in Overlaps() function
/third_party/vixl/src/aarch64/
H A Doperands-aarch64.h184 bool Overlaps(const CPURegList& other) const { in Overlaps() function in vixl::aarch64::CPURegList
/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h500 bool Overlaps(const ImRect& r) const { return r.Min.y < Max.y && r.Max.y > Min.y && r.Min.x < Max.x && r.Max.x > Min.x; } in Overlaps() function

Completed in 17 milliseconds