Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/edify/
H A Dyydefs.h25 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
28 (Current).start = YYRHSLOC(Rhs, 1).start; \
29 (Current).end = YYRHSLOC(Rhs, N).end; \
31 (Current).start = YYRHSLOC(Rhs, 0).start; \
32 (Current).end = YYRHSLOC(Rhs, 0).end; \
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dmsg_formatting.h41 template <typename Lhs, typename Rhs>
49 template <typename Lhs, typename Rhs>
50 using conc_t = typename conc<Lhs, Rhs>::type;