Searched refs:precedence (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dparser-defs.h206 /* Adding 1 to a precedence value is done for binary operators,
208 of equal precedence within that operand will get parentheses. */
209 /* PREC_HYPER and PREC_ABOVE_COMMA are not the precedence of any operator;
210 they are used as the "surrounding precedence" to force
212 enum precedence
228 enum precedence precedence;
242 enum precedence);
270 enum precedence);
273 struct ui_file *, enum precedence);
211 enum precedence enum
227 enum precedence precedence; member in struct:op_print
[all...]
H A Dexpprint.c47 PREC is the precedence of the surrounding operator;
48 if the precedence of the main operator of this subexpression is less,
53 struct ui_file *stream, enum precedence prec)
62 struct ui_file *stream, enum precedence prec)
71 enum precedence myprec = PREC_NULL;
476 myprec = op_print_tab[tem].precedence;
514 increment precedence for this operand. */
516 (enum precedence) ((int) myprec + assoc));
526 increment precedence for this operand. */
528 (enum precedence) ((in
[all...]
/freebsd-10.1-release/contrib/bmake/mk/
H A Doptions.mk20 # We add the OPTIONS_DEFAULT_NO first so they take precedence.
/freebsd-10.1-release/bin/sh/
H A Darith_yacc.c205 static arith_t binop2(arith_t a, int op, int precedence, int noeval) argument
228 arith_prec(op2) >= precedence)
/freebsd-10.1-release/sys/netinet/libalias/
H A Dalias_skinny.c197 u_int32_t precedence; member in struct:StartMediaTransmission
/freebsd-10.1-release/contrib/ldns/
H A Dstr2host.c1185 uint8_t precedence = 0; local
1215 precedence = (uint8_t)atoi(token);
1305 data[0] = precedence;
H A Dhost2str.c1060 uint8_t precedence; local
1077 precedence = data[0];
1148 ldns_buffer_printf(output, "%u %u %u ", precedence, gateway_type, algorithm);
/freebsd-10.1-release/contrib/unbound/ldns/
H A Dwire2str.c1481 uint8_t precedence, gateway_type, algorithm; local
1485 precedence = (*d)[0];
1493 (int)precedence, (int)gateway_type, (int)algorithm);
/freebsd-10.1-release/contrib/one-true-awk/
H A DFIXES809 AVA fixed the grammar so that ! is uniformly of the same precedence as

Completed in 88 milliseconds