HomeSort by relevance Sort by last modified time
    Searched refs:precedence (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/mesa3d/src/glsl/glcpp/tests/
049-if-expression-precedence.c 2 failure with operator precedence
  /external/v8/src/parsing/
token.cc 12 #define T(name, string, precedence) #name,
19 #define T(name, string, precedence) string,
26 #define T(name, string, precedence) precedence,
token.h 15 // same signature M(name, string, precedence), where name is the
17 // (or NULL, for literals), and precedence is the precedence (or 0).
27 #define IGNORE_TOKEN(name, string, precedence)
68 /* Binary operators sorted by precedence. */ \
88 /* Compare operators sorted by precedence. */ \
182 #define T(name, string, precedence) name,
328 // Returns the precedence > 0 for binary and compare
330 static int Precedence(Value tok) {
  /external/deqp/framework/randomshaders/
rsgGeneratorState.hpp 85 void pushPrecedence (int precedence) { m_precedenceStack.push_back(precedence); }
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 7 * 1 is the lowest precedence. *)
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
10 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1 var
53 (* If this is a binop, find its precedence. *)
55 let token_prec = precedence c in
72 let next_prec = precedence c2 in
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
argcargv.i 42 %typemap(typecheck, precedence=SWIG_TYPECHECK_STRING_ARRAY) (int ARGC, char **ARGV) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
10 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1 var
53 (* If this is a binop, find its precedence. *)
55 let token_prec = precedence c in
72 let next_prec = precedence c2 in
toy.ml 9 * 1 is the lowest precedence. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
10 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1 var
53 (* If this is a binop, find its precedence. *)
55 let token_prec = precedence c in
72 let next_prec = precedence c2 in
toy.ml 14 * 1 is the lowest precedence. *)
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/
IPSECKEY.py 26 @ivar precedence: the precedence for this key data
27 @type precedence: int
38 __slots__ = ['precedence', 'gateway_type', 'algorithm', 'gateway', 'key']
40 def __init__(self, rdclass, rdtype, precedence, gateway_type, algorithm,
57 self.precedence = precedence
74 return '%d %d %d %s %s' % (self.precedence, self.gateway_type,
79 precedence = tok.get_uint8()
96 return cls(rdclass, rdtype, precedence, gateway_type, algorithm
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
10 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1 var
100 (* If this is a binop, find its precedence. *)
102 let token_prec = precedence c in
119 let next_prec = precedence c2 in
163 (* Read the precedence if present. *)
toy.ml 14 * 1 is the lowest precedence. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
10 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1 var
89 (* If this is a binop, find its precedence. *)
91 let token_prec = precedence c in
108 let next_prec = precedence c2 in
toy.ml 14 * 1 is the lowest precedence. *)
  /development/tools/idegen/src/
Eclipse.java 42 * If the user has a file named "path-precedence" in their project's
49 File precedence = new File("path-precedence"); local
50 if (precedence.exists()) {
51 Configuration.parseFile(precedence, patterns);
57 // Everything not matched by the user's precedence spec.
173 * A precedence bucket for source roots.
  /prebuilts/misc/common/swig/include/2.0.11/php/
std_string.i 26 %typemap(typecheck,precedence=SWIG_TYPECHECK_STRING) string, const string& %{
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
10 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1 var
114 (* If this is a binop, find its precedence. *)
116 let token_prec = precedence c in
133 let next_prec = precedence c2 in
189 (* Read the precedence if present. *)
toy.ml 14 * 1 is the lowest precedence. *)
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
swigtype.swg 296 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER,noblock=1) SWIGTYPE * {
302 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER,noblock=1) SWIGTYPE *const& {
308 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER,noblock=1) SWIGTYPE & {
315 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER,noblock=1,implicitconv=1) const SWIGTYPE & {
320 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER,noblock=1,implicitconv=1) SWIGTYPE {
325 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER,noblock=1) const SWIGTYPE & {
331 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER,noblock=1) SWIGTYPE {
ptrtypes.swg 144 %typemap(typecheck,noblock=1,precedence=check,fragment=frag) Type * {
149 %typemap(typecheck,noblock=1,precedence=check,fragment=frag) Type, const Type& {
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 513 FIXTURE_DATA(precedence) {
521 FIXTURE_SETUP(precedence) {
566 FIXTURE_TEARDOWN(precedence) {
575 TEST_F(precedence, allow_ok) {
596 TEST_F_SIGNAL(precedence, kill_is_highest, SIGSYS) {
620 TEST_F_SIGNAL(precedence, kill_is_highest_in_any_order, SIGSYS) {
641 TEST_F_SIGNAL(precedence, trap_is_second, SIGSYS) {
660 TEST_F_SIGNAL(precedence, trap_is_second_in_any_order, SIGSYS) {
679 TEST_F(precedence, errno_is_third) {
695 TEST_F(precedence, errno_is_third_in_any_order)
    [all...]
  /external/selinux/policycoreutils/mcstrans/src/
mcscolor.c 265 static const unsigned precedence[N_COLOR][N_COLOR - 1] = { variable
321 /* propagate colors according to the precedence rules */
325 if (mask & (1 << precedence[i][j])) {
326 items[i] = items[precedence[i][j]];
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
LeftRecursiveRuleAnalyzer.java 144 int nextPrec = precedence(alt);
230 predST.add("opPrec", precedence(alt));
310 public int precedence(int alt) { method in class:LeftRecursiveRuleAnalyzer
315 int p = precedence(alt);

Completed in 2051 milliseconds

1 2 3 4