Home
last modified time | relevance | path

Searched refs:rhs_base (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DRangeMap.h93 const BaseType rhs_base = rhs.GetRangeBase(); in DoesAdjoinOrIntersect() local
96 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in DoesAdjoinOrIntersect()
103 const BaseType rhs_base = rhs.GetRangeBase(); in DoesIntersect() local
106 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base); in DoesIntersect()
574 [](const Entry &lhs, B rhs_base) -> bool { in FindEntryThatContainsOrFollows()
575 return lhs.GetRangeEnd() <= rhs_base; in FindEntryThatContainsOrFollows()
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1849 unsigned rhs_base = 0; in emit_inline_matrix_constructor() local
1874 rhs_components - rhs_base); in emit_inline_matrix_constructor()
1880 rhs_base, in emit_inline_matrix_constructor()
1883 rhs_base += count; in emit_inline_matrix_constructor()
1895 } while(remaining_slots > 0 && rhs_base < rhs_components); in emit_inline_matrix_constructor()