Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dglsl_parser_extras.h157 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
161 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
162 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
163 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
164 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
169 YYRHSLOC(Rhs, 0).last_line; \
171 YYRHSLOC(Rhs, 0).last_column; \
Dglsl_parser.cpp1999 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
2001 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
2005 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
2006 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
2007 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
2008 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
2013 YYRHSLOC (Rhs, 0).last_line; \
2015 YYRHSLOC (Rhs, 0).last_column; \
/external/mesa3d/src/glsl/glcpp/
Dglcpp.h72 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
76 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
77 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
78 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
79 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
84 YYRHSLOC(Rhs, 0).last_line; \
86 YYRHSLOC(Rhs, 0).last_column; \
Dglcpp-parse.c989 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
991 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
995 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
996 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
997 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
998 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1003 YYRHSLOC (Rhs, 0).last_line; \
1005 YYRHSLOC (Rhs, 0).last_column; \
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h704 template <typename Rhs> class name##Matcher { \
706 explicit name##Matcher(const Rhs& rhs) : rhs_(rhs) {} \
715 explicit Impl(const Rhs& rhs) : rhs_(rhs) {} \
729 Rhs rhs_; \
732 Rhs rhs_; \
2603 template <typename Lhs, typename Rhs>
2604 inline Matcher<Lhs> TypedEq(const Rhs& rhs) { return Eq(rhs); }
2607 template <typename Rhs>
2608 inline internal::GeMatcher<Rhs> Ge(Rhs x) {
2609 return internal::GeMatcher<Rhs>(x);
[all …]
/external/bison/src/
Dparse-gram.c222 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N) argument
874 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
876 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
880 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
881 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
882 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
883 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
888 YYRHSLOC (Rhs, 0).last_line; \
890 YYRHSLOC (Rhs, 0).last_column; \
Dparse-gram.y37 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N) argument
/external/bison/data/
Dglr.cc270 # define YYLLOC_DEFAULT(Current, Rhs, N) \
274 (Current).begin = YYRHSLOC (Rhs, 1).begin; \
275 (Current).end = YYRHSLOC (Rhs, N).end; \
279 (Current).begin = (Current).end = YYRHSLOC (Rhs, 0).end; \
Dyacc.c595 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
597 # define YYLLOC_DEFAULT(Current, Rhs, N) \
601 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
602 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
603 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
604 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
609 YYRHSLOC (Rhs, 0).last_line; \
611 YYRHSLOC (Rhs, 0).last_column; \
Dlalr1.cc88 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
92 (Current).begin = (Rhs)[1].begin; \
93 (Current).end = (Rhs)[N].end; \
97 (Current).begin = (Current).end = (Rhs)[0].end; \
Dglr.c489 #define YYRHSLOC(Rhs, K) ((Rhs)[K].yystate.yyloc)
491 # define YYLLOC_DEFAULT(Current, Rhs, N) \
495 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
496 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
497 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
498 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
503 YYRHSLOC (Rhs, 0).last_line; \
505 YYRHSLOC (Rhs, 0).last_column; \
520 # define YYLLOC_DEFAULT(Current, Rhs, N) ((void) 0)
/external/libpcap/
Dgrammar.c1170 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
1172 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
1176 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1177 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1178 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
1179 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1184 YYRHSLOC (Rhs, 0).last_line; \
1186 YYRHSLOC (Rhs, 0).last_column; \
/external/llvm/include/llvm/ADT/
DStringRef.h52 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory() argument
54 return ::memcmp(Lhs,Rhs,Length); in compareMemory()
/external/llvm/utils/TableGen/
DClangDiagnosticsEmitter.cpp336 RecordIndexElement const &Rhs) const { in operator ()()
337 return Lhs.Name < Rhs.Name; in operator ()()
/external/elfutils/src/
Dldscript.c685 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
686 ((Current).first_line = (Rhs)[1].first_line, \
687 (Current).first_column = (Rhs)[1].first_column, \
688 (Current).last_line = (Rhs)[N].last_line, \
689 (Current).last_column = (Rhs)[N].last_column)
/external/e2fsprogs/intl/
Dplural.c493 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
494 Current.last_line = Rhs[N].last_line; \
495 Current.last_column = Rhs[N].last_column;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1337 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
1339 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
1343 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1344 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1345 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
1346 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1351 YYRHSLOC (Rhs, 0).last_line; \
1353 YYRHSLOC (Rhs, 0).last_column; \
/external/bison/doc/
Dbison.texinfo3592 # define YYLLOC_DEFAULT(Current, Rhs, N) \
3596 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
3597 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
3598 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
3599 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
3604 YYRHSLOC(Rhs, 0).last_line; \
3606 YYRHSLOC(Rhs, 0).last_column; \
8704 @c LocalWords: Rhs YYRHSLOC LE nonassoc op deffn typeless typefull yynerrs
Dbison.info3515 # define YYLLOC_DEFAULT(Current, Rhs, N) \
3519 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
3520 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
3521 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
3522 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
3527 YYRHSLOC(Rhs, 0).last_line; \
3529 YYRHSLOC(Rhs, 0).last_column; \
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kpdf_mgc.pkb2149 ��������/R����CIU=8TM[_Rhs`���IICdd^8-;0/��WdV\Zrwlv����~����Vo(mw�Tr\so�zzv|������������"…