Home
last modified time | relevance | path

Searched refs:get_operator (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/math/bitwise/bitwise-0.43/src/
H A Dshunting-yard.c111 static const Operator *get_operator(char *symbol, OperatorArity arity);
192 stack_push(operators, get_operator("(", OPERATOR_OTHER)); in parse()
214 get_operator(token->value, in parse()
289 return push_operator(get_operator("*", OPERATOR_BINARY), operands, in push_multiplication()
429 const Operator *get_operator(char *symbol, OperatorArity arity) in get_operator() function
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/prg/
H A Doperator.c125 static getdecl get_operator[] = variable
144 var_operator, send_operator, get_operator, rc_operator,
/dports/mail/notmuch/notmuch-0.34.2/test/
H A Dparse-time.c143 get_operator (int round) in get_operator() function
199 oper = get_operator (round); in parse_stdin()
/dports/mail/notmuch-mutt/notmuch-0.34.2/test/
H A Dparse-time.c143 get_operator (int round) in get_operator() function
199 oper = get_operator (round); in parse_stdin()
/dports/mail/notmuch-emacs/notmuch-0.34.2/test/
H A Dparse-time.c143 get_operator (int round) in get_operator() function
199 oper = get_operator (round); in parse_stdin()
/dports/mail/py-notmuch2/notmuch-0.34.2/test/
H A Dparse-time.c143 get_operator (int round) in get_operator() function
199 oper = get_operator (round); in parse_stdin()
/dports/mail/py-notmuch/notmuch-0.34.2/test/
H A Dparse-time.c143 get_operator (int round) in get_operator() function
199 oper = get_operator (round); in parse_stdin()
/dports/net/nmsg/nmsg-1.0.1/src/
H A Dprocess_args.c184 c->get_operator = nmsg_alias_by_value(nmsg_alias_operator, in process_args()
186 if (c->get_operator == 0) in process_args()
193 c->get_operator); in process_args()
H A Dnmsgtool.h69 unsigned get_source, get_operator, get_group; member
/dports/math/pantheon-calculator/calculator-1.7.2/src/Core/
H A DEvaluation.vala144 Operator op1 = get_operator (t);
148 op2 = get_operator (op_stack.peek_tail ());
159 op2 = get_operator (op_stack.peek_tail ());
220 Operator o = get_operator (t);
277 private Operator get_operator (Token t) throws SHUNTING_ERROR {
/dports/textproc/unroff/unroff-1.0/src/
H A Dexpr.c48 static enum operator get_operator(char **p) { in get_operator() function
128 if ((op = get_operator(p)) == OOPS) { in parse_expr()
/dports/www/py-djangoql/djangoql-0.14.4/djangoql/
H A Dschema.py88 def get_operator(self, operator): member in DjangoQLField
136 op, invert = self.get_operator(operator)
267 op, invert = self.get_operator(operator)
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/cqlengine/
H A Doperators.py51 def get_operator(cls, symbol): member in BaseWhereOperator
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dtoken.h442 int get_operator(int ch, FILE *f, char **ascii);
449 int get_operator(int ch, struct input_file *f, char **ascii);
/dports/lang/nwcc/nwcc_0.8.3/
H A Dtoken.h462 int get_operator(int ch, FILE *f, char **ascii);
469 int get_operator(int ch, struct input_file *f, char **ascii);
/dports/comms/scmxx/scmxx-0.9.0/src/scmxx/
H A Dscmxx.h48 char* get_operator ();
/dports/graphics/py-cairo/pycairo-1.18.1/tests/
H A Dtest_context.py47 assert context.get_operator() == cairo.Operator.OVER
48 assert isinstance(context.get_operator(), cairo.Operator)
57 assert context.get_operator() == val
/dports/graphics/pyl-cairo/pycairo-1.18.1/tests/
H A Dtest_context.py47 assert context.get_operator() == cairo.Operator.OVER
48 assert isinstance(context.get_operator(), cairo.Operator)
57 assert context.get_operator() == val
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c582 return get_operator ("LT_EXPR"); in swap_tree_comparison()
584 return get_operator ("LE_EXPR"); in swap_tree_comparison()
586 return get_operator ("GT_EXPR"); in swap_tree_comparison()
588 return get_operator ("GE_EXPR"); in swap_tree_comparison()
590 return get_operator ("UNLT_EXPR"); in swap_tree_comparison()
592 return get_operator ("UNLE_EXPR"); in swap_tree_comparison()
594 return get_operator ("UNGT_EXPR"); in swap_tree_comparison()
596 return get_operator ("UNGE_EXPR"); in swap_tree_comparison()
4077 id_base *op = get_operator (id); in parse_operation()
4318 id_base *opr = get_operator (id); in parse_op()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenmatch.c638 return get_operator ("LT_EXPR"); in swap_tree_comparison()
640 return get_operator ("LE_EXPR"); in swap_tree_comparison()
642 return get_operator ("GT_EXPR"); in swap_tree_comparison()
644 return get_operator ("GE_EXPR"); in swap_tree_comparison()
646 return get_operator ("UNLT_EXPR"); in swap_tree_comparison()
648 return get_operator ("UNLE_EXPR"); in swap_tree_comparison()
650 return get_operator ("UNGT_EXPR"); in swap_tree_comparison()
652 return get_operator ("UNGE_EXPR"); in swap_tree_comparison()
4158 id_base *op = get_operator (id); in parse_operation()
4402 id_base *opr = get_operator (id); in parse_op()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenmatch.c582 return get_operator ("LT_EXPR"); in swap_tree_comparison()
584 return get_operator ("LE_EXPR"); in swap_tree_comparison()
586 return get_operator ("GT_EXPR"); in swap_tree_comparison()
588 return get_operator ("GE_EXPR"); in swap_tree_comparison()
590 return get_operator ("UNLT_EXPR"); in swap_tree_comparison()
592 return get_operator ("UNLE_EXPR"); in swap_tree_comparison()
594 return get_operator ("UNGT_EXPR"); in swap_tree_comparison()
596 return get_operator ("UNGE_EXPR"); in swap_tree_comparison()
4077 id_base *op = get_operator (id); in parse_operation()
4318 id_base *opr = get_operator (id); in parse_op()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c582 return get_operator ("LT_EXPR"); in swap_tree_comparison()
584 return get_operator ("LE_EXPR"); in swap_tree_comparison()
586 return get_operator ("GT_EXPR"); in swap_tree_comparison()
588 return get_operator ("GE_EXPR"); in swap_tree_comparison()
590 return get_operator ("UNLT_EXPR"); in swap_tree_comparison()
592 return get_operator ("UNLE_EXPR"); in swap_tree_comparison()
594 return get_operator ("UNGT_EXPR"); in swap_tree_comparison()
596 return get_operator ("UNGE_EXPR"); in swap_tree_comparison()
4077 id_base *op = get_operator (id); in parse_operation()
4318 id_base *opr = get_operator (id); in parse_op()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c582 return get_operator ("LT_EXPR"); in swap_tree_comparison()
584 return get_operator ("LE_EXPR"); in swap_tree_comparison()
586 return get_operator ("GT_EXPR"); in swap_tree_comparison()
588 return get_operator ("GE_EXPR"); in swap_tree_comparison()
590 return get_operator ("UNLT_EXPR"); in swap_tree_comparison()
592 return get_operator ("UNLE_EXPR"); in swap_tree_comparison()
594 return get_operator ("UNGT_EXPR"); in swap_tree_comparison()
596 return get_operator ("UNGE_EXPR"); in swap_tree_comparison()
4077 id_base *op = get_operator (id); in parse_operation()
4318 id_base *opr = get_operator (id); in parse_op()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c582 return get_operator ("LT_EXPR"); in swap_tree_comparison()
584 return get_operator ("LE_EXPR"); in swap_tree_comparison()
586 return get_operator ("GT_EXPR"); in swap_tree_comparison()
588 return get_operator ("GE_EXPR"); in swap_tree_comparison()
590 return get_operator ("UNLT_EXPR"); in swap_tree_comparison()
592 return get_operator ("UNLE_EXPR"); in swap_tree_comparison()
594 return get_operator ("UNGT_EXPR"); in swap_tree_comparison()
596 return get_operator ("UNGE_EXPR"); in swap_tree_comparison()
4077 id_base *op = get_operator (id); in parse_operation()
4318 id_base *opr = get_operator (id); in parse_op()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgenmatch.c638 return get_operator ("LT_EXPR"); in swap_tree_comparison()
640 return get_operator ("LE_EXPR"); in swap_tree_comparison()
642 return get_operator ("GT_EXPR"); in swap_tree_comparison()
644 return get_operator ("GE_EXPR"); in swap_tree_comparison()
646 return get_operator ("UNLT_EXPR"); in swap_tree_comparison()
648 return get_operator ("UNLE_EXPR"); in swap_tree_comparison()
650 return get_operator ("UNGT_EXPR"); in swap_tree_comparison()
652 return get_operator ("UNGE_EXPR"); in swap_tree_comparison()
4152 id_base *op = get_operator (id); in parse_operation()
4396 id_base *opr = get_operator (id); in parse_op()
[all …]

123456789