Home
last modified time | relevance | path

Searched refs:OP_EXPR (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/openttd/openttd-12.1/src/3rdparty/squirrel/sqstdlib/
H A Dsqstdrex.cpp26 #define OP_EXPR (MAX_CHAR+3) //parentesis () macro
79 if(type == OP_EXPR) in sqstd_rex_newnode()
242 expr = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_element()
450 case OP_EXPR: in sqstd_rex_matchnode()
531 exp->_first = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_compile()
/dports/devel/allegro5/allegro5-5.2.7.0/docs/scripts/
H A Dtrex.c37 #define OP_EXPR (MAX_CHAR+3) //parentesis () macro
92 if(type == OP_EXPR) in trex_newnode()
256 expr = trex_newnode(exp,OP_EXPR); in trex_element()
462 case OP_EXPR: in trex_matchnode()
547 exp->_first = trex_newnode(exp,OP_EXPR); in trex_compile()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/sqstdlib/
H A Dsqstdrex.cpp30 #define OP_EXPR (MAX_CHAR+3) //parentesis () macro
84 if(type == OP_EXPR) in sqstd_rex_newnode()
247 expr = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_element()
457 case OP_EXPR: in sqstd_rex_matchnode()
543 exp->_first = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_compile()
/dports/games/scourge/scourge/src/sqstdlib/
H A Dsqstdrex.c22 #define OP_EXPR MAX_CHAR+3 //parentesis () macro
75 if ( type == OP_EXPR ) in sqstd_rex_newnode()
234 expr = sqstd_rex_newnode( exp, OP_EXPR ); in sqstd_rex_element()
391 case OP_EXPR: in sqstd_rex_matchnode()
463 exp->_first = sqstd_rex_newnode( exp, OP_EXPR ); in sqstd_rex_compile()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/
H A Dsqstdrex.cpp23 #define OP_EXPR (MAX_CHAR+3) //parentesis () macro
78 if(type == OP_EXPR) in sqstd_rex_newnode()
255 expr = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_element()
461 case OP_EXPR: in sqstd_rex_matchnode()
564 exp->_first = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_compile()
/dports/lang/squirrel/squirrel3/sqstdlib/
H A Dsqstdrex.cpp23 #define OP_EXPR (MAX_CHAR+3) //parentesis () macro
78 if(type == OP_EXPR) in sqstd_rex_newnode()
252 expr = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_element()
458 case OP_EXPR: in sqstd_rex_matchnode()
561 exp->_first = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_compile()
/dports/games/simutrans/simutrans-121.0/squirrel/sqstdlib/
H A Dsqstdrex.cc23 #define OP_EXPR (MAX_CHAR+3) //parentesis () macro
78 if(type == OP_EXPR) in sqstd_rex_newnode()
255 expr = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_element()
461 case OP_EXPR: in sqstd_rex_matchnode()
564 exp->_first = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_compile()
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/sqstdlib/
H A Dsqstdrex.cpp23 #define OP_EXPR (MAX_CHAR+3) //parentesis () macro
78 if(type == OP_EXPR) in sqstd_rex_newnode()
255 expr = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_element()
461 case OP_EXPR: in sqstd_rex_matchnode()
564 exp->_first = sqstd_rex_newnode(exp,OP_EXPR); in sqstd_rex_compile()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c613 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
640 : operand (OP_EXPR, loc), operation (operation_), in operand()
644 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
768 return op->type == operand::OP_EXPR; in test()
1670 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3102 case operand::OP_EXPR: in gen()
3261 if (result->type == operand::OP_EXPR in gen_1()
3264 if (result->type == operand::OP_EXPR) in gen_1()
3338 if (result->type == operand::OP_EXPR) in gen_1()
4525 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgenmatch.c669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
698 : operand (OP_EXPR, loc), operation (operation_), in operand() argument
703 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
838 return op->type == operand::OP_EXPR; in test()
1741 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3210 case operand::OP_EXPR: in gen()
3383 if (result->type == operand::OP_EXPR in gen_1()
3386 if (result->type == operand::OP_EXPR) in gen_1()
3468 if (result->type == operand::OP_EXPR) in gen_1()
4698 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenmatch.c669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
696 : operand (OP_EXPR, loc), operation (operation_), in operand()
700 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
824 return op->type == operand::OP_EXPR; in test()
1731 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3175 case operand::OP_EXPR: in gen()
3338 if (result->type == operand::OP_EXPR in gen_1()
3341 if (result->type == operand::OP_EXPR) in gen_1()
3419 if (result->type == operand::OP_EXPR) in gen_1()
4609 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgenmatch.c669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
698 : operand (OP_EXPR, loc), operation (operation_), in operand() argument
702 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
834 return op->type == operand::OP_EXPR; in test()
1733 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3201 case operand::OP_EXPR: in gen()
3368 if (result->type == operand::OP_EXPR in gen_1()
3371 if (result->type == operand::OP_EXPR) in gen_1()
3448 if (result->type == operand::OP_EXPR) in gen_1()
4634 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgenmatch.c542 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
569 : operand (OP_EXPR, loc), operation (operation_), in operand()
573 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
692 return op->type == operand::OP_EXPR; in test()
1538 else if (o1->type == operand::OP_EXPR) in cmp_operand()
2877 case operand::OP_EXPR: in gen()
3036 if (result->type == operand::OP_EXPR in gen_1()
3039 if (result->type == operand::OP_EXPR) in gen_1()
3113 if (result->type == operand::OP_EXPR) in gen_1()
4243 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenmatch.c613 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
640 : operand (OP_EXPR, loc), operation (operation_), in operand()
644 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
768 return op->type == operand::OP_EXPR; in test()
1670 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3102 case operand::OP_EXPR: in gen()
3261 if (result->type == operand::OP_EXPR in gen_1()
3264 if (result->type == operand::OP_EXPR) in gen_1()
3338 if (result->type == operand::OP_EXPR) in gen_1()
4525 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgenmatch.c669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
698 : operand (OP_EXPR, loc), operation (operation_), in operand() argument
703 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
838 return op->type == operand::OP_EXPR; in test()
1737 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3210 case operand::OP_EXPR: in gen()
3383 if (result->type == operand::OP_EXPR in gen_1()
3386 if (result->type == operand::OP_EXPR) in gen_1()
3469 if (result->type == operand::OP_EXPR) in gen_1()
4699 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgenmatch.c669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
698 : operand (OP_EXPR, loc), operation (operation_), in operand() argument
702 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
834 return op->type == operand::OP_EXPR; in test()
1733 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3201 case operand::OP_EXPR: in gen()
3368 if (result->type == operand::OP_EXPR in gen_1()
3371 if (result->type == operand::OP_EXPR) in gen_1()
3448 if (result->type == operand::OP_EXPR) in gen_1()
4634 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c613 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
640 : operand (OP_EXPR, loc), operation (operation_), in operand()
644 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
768 return op->type == operand::OP_EXPR; in test()
1670 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3102 case operand::OP_EXPR: in gen()
3261 if (result->type == operand::OP_EXPR in gen_1()
3264 if (result->type == operand::OP_EXPR) in gen_1()
3338 if (result->type == operand::OP_EXPR) in gen_1()
4525 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c613 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
640 : operand (OP_EXPR, loc), operation (operation_), in operand()
644 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
768 return op->type == operand::OP_EXPR; in test()
1670 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3102 case operand::OP_EXPR: in gen()
3261 if (result->type == operand::OP_EXPR in gen_1()
3264 if (result->type == operand::OP_EXPR) in gen_1()
3338 if (result->type == operand::OP_EXPR) in gen_1()
4525 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c613 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
640 : operand (OP_EXPR, loc), operation (operation_), in operand()
644 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
768 return op->type == operand::OP_EXPR; in test()
1670 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3102 case operand::OP_EXPR: in gen()
3261 if (result->type == operand::OP_EXPR in gen_1()
3264 if (result->type == operand::OP_EXPR) in gen_1()
3338 if (result->type == operand::OP_EXPR) in gen_1()
4525 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgenmatch.c669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
698 : operand (OP_EXPR, loc), operation (operation_), in operand() argument
703 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
838 return op->type == operand::OP_EXPR; in test()
1737 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3210 case operand::OP_EXPR: in gen()
3383 if (result->type == operand::OP_EXPR in gen_1()
3386 if (result->type == operand::OP_EXPR) in gen_1()
3469 if (result->type == operand::OP_EXPR) in gen_1()
4699 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgenmatch.c669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
696 : operand (OP_EXPR, loc), operation (operation_), in operand()
700 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
824 return op->type == operand::OP_EXPR; in test()
1731 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3169 case operand::OP_EXPR: in gen()
3332 if (result->type == operand::OP_EXPR in gen_1()
3335 if (result->type == operand::OP_EXPR) in gen_1()
3413 if (result->type == operand::OP_EXPR) in gen_1()
4603 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgenmatch.c669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
698 : operand (OP_EXPR, loc), operation (operation_), in operand() argument
702 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
834 return op->type == operand::OP_EXPR; in test()
1733 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3201 case operand::OP_EXPR: in gen()
3368 if (result->type == operand::OP_EXPR in gen_1()
3371 if (result->type == operand::OP_EXPR) in gen_1()
3448 if (result->type == operand::OP_EXPR) in gen_1()
4634 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgenmatch.c669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
696 : operand (OP_EXPR, loc), operation (operation_), in operand()
700 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
824 return op->type == operand::OP_EXPR; in test()
1731 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3175 case operand::OP_EXPR: in gen()
3338 if (result->type == operand::OP_EXPR in gen_1()
3341 if (result->type == operand::OP_EXPR) in gen_1()
3419 if (result->type == operand::OP_EXPR) in gen_1()
4609 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgenmatch.c613 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
640 : operand (OP_EXPR, loc), operation (operation_), in operand()
644 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
768 return op->type == operand::OP_EXPR; in test()
1670 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3102 case operand::OP_EXPR: in gen()
3261 if (result->type == operand::OP_EXPR in gen_1()
3264 if (result->type == operand::OP_EXPR) in gen_1()
3338 if (result->type == operand::OP_EXPR) in gen_1()
4525 if (match->type == operand::OP_EXPR in parse_simplify()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgenmatch.c669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH }; enumerator
698 : operand (OP_EXPR, loc), operation (operation_), in operand() argument
703 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
838 return op->type == operand::OP_EXPR; in test()
1737 else if (o1->type == operand::OP_EXPR) in cmp_operand()
3210 case operand::OP_EXPR: in gen()
3383 if (result->type == operand::OP_EXPR in gen_1()
3386 if (result->type == operand::OP_EXPR) in gen_1()
3469 if (result->type == operand::OP_EXPR) in gen_1()
4699 if (match->type == operand::OP_EXPR in parse_simplify()

12