HomeSort by relevance Sort by last modified time
    Searched refs:Rhs (Results 1 - 22 of 22) sorted by null

  /bootable/recovery/edify/
yydefs.h 25 #define YYLLOC_DEFAULT(Current, Rhs, N) \
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; \
  /external/mesa3d/src/glsl/
glsl_parser_extras.h 157 # define YYLLOC_DEFAULT(Current, Rhs, N) \
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; \
glsl_parser.cpp 687 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
721 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 72 # define YYLLOC_DEFAULT(Current, Rhs, N) \
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; \
glcpp-parse.c 580 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
597 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
    [all...]
  /external/bison/data/
glr.c 112 # symbols on RHS.
132 # on RHS.
355 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
362 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
485 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
487 the previous symbol: RHS[0] (always defined). */
490 #define YYRHSLOC(Rhs, K) ((Rhs)[K].yystate.yyloc)
492 # define YYLLOC_DEFAULT(Current, Rhs, N)
    [all...]
yacc.c 104 # symbols on RHS.
124 # on RHS.
451 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
458 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
591 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
593 the previous symbol: RHS[0] (always defined). */
595 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
597 # define YYLLOC_DEFAULT(Current, Rhs, N)
    [all...]
lalr1.cc 83 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
85 the previous symbol: RHS[0] (always defined). */
88 # define YYLLOC_DEFAULT(Current, Rhs, N) \
92 (Current).begin = (Rhs)[1].begin; \
93 (Current).end = (Rhs)[N].end; \
97 (Current).begin = (Current).end = (Rhs)[0].end; \
227 /// For a rule, its RHS length.
243 /// A `-1'-separated list of the rules' RHS.
245 /// For each rule, the index of the first RHS symbol in \a yyrhs_
    [all...]
glr.cc 265 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
267 the previous symbol: RHS[0] (always defined). */
270 # 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; \
  /external/elfutils/src/
ldscript.c 527 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
540 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
822 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
824 the previous symbol: RHS[0] (always defined). */
826 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
828 # define YYLLOC_DEFAULT(Current, Rhs, N) \
832 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
833 (Current).first_column = YYRHSLOC (Rhs, 1).first_column;
    [all...]
  /external/libpcap/
grammar.c 674 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
699 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp 642 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
668 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
    [all...]
  /external/bison/src/
parse-gram.c 222 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N)
586 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
601 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
664 "@3", "rhses.1", "rhs", "symbol", "action", "@4", "string_as_id",
870 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
872 the previous symbol: RHS[0] (always defined). */
874 #define YYRHSLOC(Rhs, K) ((Rhs)[K]
    [all...]
parse-gram.y 37 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N)
419 rhs { grammar_current_rule_end (@1); }
420 | rhses.1 "|" rhs { grammar_current_rule_end (@3); }
424 rhs: label
427 | rhs symbol
429 | rhs action
430 | rhs "%prec" symbol
432 | rhs "%dprec" INT
434 | rhs "%merge" TYP
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 700 // The following template definition assumes that the Rhs parameter is
704 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_;
    [all...]
  /system/core/sh/
arith.c 360 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
369 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
591 # define YYLLOC_DEFAULT(Current, Rhs, N) \
592 ((Current).first_line = (Rhs)[1].first_line, \
593 (Current).first_column = (Rhs)[1].first_column, \
594 (Current).last_line = (Rhs)[N].last_line, \
595 (Current).last_column = (Rhs)[N].last_column)
939 /* When reducing, the number of symbols on the RHS of the reduced
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 628 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
638 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
813 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
815 the previous symbol: RHS[0] (always defined). */
817 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
819 # define YYLLOC_DEFAULT(Current, Rhs, N) \
823 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
824 (Current).first_column = YYRHSLOC (Rhs, 1).first_column;
    [all...]
  /external/llvm/include/llvm/ADT/
StringRef.h 63 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) {
65 return ::memcmp(Lhs,Rhs,Length);
129 bool equals(StringRef RHS) const {
130 return (Length == RHS.Length &&
131 compareMemory(Data, RHS.Data, RHS.Length) == 0);
135 bool equals_lower(StringRef RHS) const {
136 return Length == RHS.Length && compare_lower(RHS) == 0;
140 /// is lexicographically less than, equal to, or greater than the \arg RHS
    [all...]
  /external/e2fsprogs/intl/
plural.c 493 # define YYLLOC_DEFAULT(Current, Rhs, N) \
494 Current.last_line = Rhs[N].last_line; \
495 Current.last_column = Rhs[N].last_column;
732 /* When reducing, the number of symbols on the RHS of the reduced
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 359 RecordIndexElement const &Rhs) const {
360 return Lhs.Name < Rhs.Name;
  /external/clang/lib/CodeGen/
CGObjC.cpp 116 const Expr *Rhs = ALE->getElement(i);
119 Context.getTypeAlignInChars(Rhs->getType()),
121 EmitScalarInit(Rhs, /*D=*/0, LV, /*capturedByInit=*/false);
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 771 milliseconds