Home
last modified time | relevance | path

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

12

/dports/math/gp2c/gp2c-0.0.12/src/
H A Doptable.h15 typedef enum {OPor, OPand, OPid, OPeq, OPne, OPge, OPg, OPle, OPl, OPs, OPp, OPsl, OPsr, OPmod, OPd… enumerator
H A Dparse.y157 | expr "&&" expr {$$=newopcall(OPand,$1,$3);}
158 | expr '&' expr {$$=newopcall(OPand,$1,$3);}
H A Dparse.c1863 {(yyval.val)=newopcall(OPand,(yyvsp[-2].val),(yyvsp[0].val));} in yyparse()
1869 {(yyval.val)=newopcall(OPand,(yyvsp[-2].val),(yyvsp[0].val));} in yyparse()
/dports/math/pari/pari-2.13.3/src/language/
H A Dtree.h42 typedef enum {OPor, OPand, OPid, OPeq, OPne, OPge, OPg, OPle, OPl, OPs, OPp, OPsl, OPsr, OPmod, OPd… enumerator
H A Dparse.y155 | expr "&&" expr {$$=newopcall(OPand,$1,$3,&@$);}
156 | expr '&' expr {$$=newopcall(OPand,$1,$3,&@$);}
H A Dparse.c2072 {(yyval.val)=newopcall(OPand,(yyvsp[-2].val),(yyvsp[0].val),&(yyloc));} in yyparse()
2078 {(yyval.val)=newopcall(OPand,(yyvsp[-2].val),(yyvsp[0].val),&(yyloc));} in yyparse()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dt_oper.c71 fs_value_t OPand(int, int, int); // &&
95 {"&&", OPand, D_forward},
159 fs_value_t OPand(int start, int n, int stop) in OPand() function
/dports/games/zdoom/zdoom-2.8.1/src/fragglescript/
H A Dt_oper.cpp64 {"&&", &FParser::OPand, forward},
147 void FParser::OPand(svalue_t &result, int start, int n, int stop) in OPand() function in FParser
H A Dt_script.h432 void OPand(svalue_t &, int, int, int); // &&
/dports/lang/rexx-imc/rexx-imc-1.76/
H A Dconst.h242 #define OPand 14 /* & */ macro
H A Dcalc.c764 case OPand:if(z1)delete(&len),stack("0",1);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpdbgdisasx86.pp126 OPadd, OPor, OPadc, OPsbb, OPand, OPsub, OPxor, OPcmp, OPpop,
1691 OPC: array[0..7] of TOpCode = (OPadd, OPor, OPadc, OPsbb, OPand, OPsub, OPxor, OPcmp);
2964 Opcode := OPand; CheckLock;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpdbgdisasx86.pp126 OPadd, OPor, OPadc, OPsbb, OPand, OPsub, OPxor, OPcmp, OPpop,
1691 OPC: array[0..7] of TOpCode = (OPadd, OPor, OPadc, OPsbb, OPand, OPsub, OPxor, OPcmp);
2964 Opcode := OPand; CheckLock;
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-rl78.c201 RL78_OP_REL (OPand, 2, 32, 0, dont, false),
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-rl78.c201 RL78_OP_REL (OPand, 2, 32, 0, dont, false),
H A Delf32-rx.c215 RXREL (OPand, 2, 32, 0, dont, false),
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-rl78.c201 RL78_OP_REL (OPand, 2, 32, 0, dont, false),
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-rl78.c201 RL78_OP_REL (OPand, 2, 32, 0, dont, false),
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-rl78.c194 RL78REL (OPand, 2, 32, 0, dont, FALSE),
H A Delf32-rx.c215 RXREL (OPand, 2, 32, 0, dont, FALSE),
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-rl78.c201 RL78_OP_REL (OPand, 2, 32, 0, dont, FALSE),
H A Delf32-rx.c215 RXREL (OPand, 2, 32, 0, dont, FALSE),
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-rl78.c201 RL78_OP_REL (OPand, 2, 32, 0, dont, FALSE),
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-rl78.c202 RL78_OP_REL (OPand, 2, 32, 0, dont, FALSE),
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-rx.c209 RXREL (OPand, 2, 32, 0, dont, FALSE),

12