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

/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh191 atf_set "descr" "More complex math test for precedence"
197 atf_test_case precedence
199 atf_set "descr" "Test precedence"
229 atf_add_test_case precedence
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.cc382 * Evaluate this node, taking into account operator precedence.
386 * Returns the precedence of this node. Lower values indicate higher
387 * precedence.
389 virtual int precedence() = 0;
440 int precedence() override
468 int precedence() override
514 * All unary operators have the same precedence. They are all evaluated
517 int precedence() override
554 if (lhs->precedence() < new_left->precedence())
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Doptions.mk20 # We add the OPTIONS_DEFAULT_NO first so they take precedence.
34 # NO_* takes precedence
/freebsd-11-stable/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-11-stable/contrib/unbound/ipsecmod/
H A Dipsecmod.c205 int precedence, gateway_type, algorithm; local
213 &precedence, &gateway_type, &algorithm, gateway) != 4) {
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp582 static int precedence(StringRef op) { function in namespace:lld::elf
942 // This is an operator-precedence parser to parse a linker
1006 // This is a part of the operator-precedence parser. This function
1014 if (precedence(op1) < minPrec)
1020 // next operator has greater precedence than the previous one.
1025 if (precedence(op2) <= precedence(op1))
1027 rhs = readExpr1(rhs, precedence(op2));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc255 // The error code from close takes precedence over the one from
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_skinny.c197 u_int32_t precedence; member in struct:StartMediaTransmission
/freebsd-11-stable/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-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h441 // Return the precedence of a given node, for use in pretty printing.
442 unsigned precedence(const SExpr *E) { function in class:clang::threadSafety::til::PrettyPrinter
507 if (self()->precedence(E) > P) {
/freebsd-11-stable/contrib/unbound/sldns/
H A Dwire2str.c1548 uint8_t precedence, gateway_type, algorithm; local
1552 precedence = (*d)[0];
1560 (int)precedence, (int)gateway_type, (int)algorithm);

Completed in 117 milliseconds