Home
last modified time | relevance | path

Searched refs:T_LABEL (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dparse.y111 %token <text> T_LABEL
195 | T_LABEL K_FUNCTOR T_SYMBOL T_NUMBER
317 | T_LABEL K_CAST_REAL symbols ';'
322 | T_LABEL K_CAST_REAL_S symbols ';'
617 | T_LABEL K_EVENT T_STRING ';'
620 | T_LABEL K_EVENT_OR symbols ';'
631 | T_LABEL ';'
760 | T_LABEL K_VAR_STR T_STRING ';'
854 | T_LABEL K_ISLAND T_SYMBOL ';'
863 | T_LABEL K_EXPORT T_SYMBOL ';'
[all …]
/dports/lang/huc/huc-3.21/src/huc/
H A Dcode.c182 case T_LABEL: in gen_code()
246 case T_LABEL: in gen_code()
267 case T_LABEL: in gen_code()
284 case T_LABEL: in gen_code()
322 case T_LABEL: in gen_code()
340 case T_LABEL: in gen_code()
361 case T_LABEL: in gen_code()
381 case T_LABEL: in gen_code()
426 case T_LABEL: in gen_code()
636 case T_LABEL: in gen_code()
H A Dgen.c62 out_ins(I_LDB, T_LABEL, glint(sym)); in getmem()
67 out_ins(I_LDW, T_LABEL, glint(sym)); in getmem()
94 out_ins(I_LDWI, T_LABEL, glint(sym)); in getloc()
121 out_ins(code, T_LABEL, glint(sym)); in putmem()
279 out_ins(I_LBRA, T_LABEL, label); in jump()
290 out_ins(I_LBNE, T_LABEL, label); in testjump()
292 out_ins(I_LBEQ, T_LABEL, label); in testjump()
/dports/lang/ferite/ferite-1.0.2/src/
H A Dferite_parser.y302 parameter_byref T_LABEL {
345 T_RENAME T_LABEL T_LABEL ';' {
384 | T_RENAME T_LABEL T_LABEL ';' {
389 | T_ALIAS T_LABEL T_LABEL ';' {
403 | T_LABEL T_EXTENDS {
478 T_PROTOCOL T_LABEL {
512 T_LABEL {
581 | T_LABEL T_ASSIGN T_RNUMBER {
600 | T_LABEL T_ASSIGN T_QSTRING {
759 T_LABEL { ffree( $1 ); FECT; }
[all …]
/dports/lang/ferite/ferite-1.0.2/include/ferite/
H A Dfparser.h130 T_LABEL = 356, enumerator
238 #define T_LABEL 356 macro
/dports/devel/rgbds/rgbds/src/asm/
H A Dparser.y581 %token <symName> T_LABEL "label"
720 | T_LABEL error {
828 | T_LABEL T_COLON {
835 | T_LABEL T_COLON T_COLON {
927 equ : T_LABEL T_POP_EQU const { sym_AddEqu($1, $3); }
930 set : T_LABEL T_POP_EQUAL const { sym_AddVar($1, $3); }
932 | T_LABEL T_POP_SET const {
941 rb : T_LABEL T_POP_RB rs_uconst {
947 rw : T_LABEL T_POP_RW rs_uconst {
953 rl : T_LABEL T_Z80_RL rs_uconst {
[all …]
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/MySource/Sniffs/Debug/
H A DFirebugConsoleSniff.php36 T_LABEL,
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/WhiteSpace/
H A DPropertyLabelSpacingSniff.php35 T_LABEL,
/dports/math/pspp/pspp-1.4.1/tests/data/
H A Dsack.c71 T_LABEL,
222 token = T_LABEL;
594 else if (token == T_LABEL)
/dports/shells/44bsd-csh/44bsd-csh-20001106_5/
H A Dinit.c133 { "label", T_LABEL },
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dvm_x86_64_assembler.c124 T_LABEL = 0x08, enumerator
295 case T_LABEL: return "label"; in argtype2str()
754 if(arg1.type != T_LABEL || arg2.type != T_NONE) in emit_condjump()
769 …if((arg1.type != T_LABEL && arg1.type != T_REGISTER && arg1.type != T_MEMORY) || arg2.type != T_NO… in emit_jmp()
772 if(arg1.type == T_LABEL) in emit_jmp()
1194 arg.type = T_LABEL; in parsearg()
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_x86_64_assembler.c124 T_LABEL = 0x08, enumerator
295 case T_LABEL: return "label"; in argtype2str()
754 if(arg1.type != T_LABEL || arg2.type != T_NONE) in emit_condjump()
769 …if((arg1.type != T_LABEL && arg1.type != T_REGISTER && arg1.type != T_MEMORY) || arg2.type != T_NO… in emit_jmp()
772 if(arg1.type == T_LABEL) in emit_jmp()
1194 arg.type = T_LABEL; in parsearg()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dvm_x86_64_assembler.c124 T_LABEL = 0x08, enumerator
295 case T_LABEL: return "label"; in argtype2str()
754 if(arg1.type != T_LABEL || arg2.type != T_NONE) in emit_condjump()
769 …if((arg1.type != T_LABEL && arg1.type != T_REGISTER && arg1.type != T_MEMORY) || arg2.type != T_NO… in emit_jmp()
772 if(arg1.type == T_LABEL) in emit_jmp()
1194 arg.type = T_LABEL; in parsearg()
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_x86_64_assembler.c134 T_LABEL = 0x08, enumerator
311 case T_LABEL: return "label"; in argtype2str()
770 if(arg1.type != T_LABEL || arg2.type != T_NONE) in emit_condjump()
785 …if((arg1.type != T_LABEL && arg1.type != T_REGISTER && arg1.type != T_MEMORY) || arg2.type != T_NO… in emit_jmp()
788 if(arg1.type == T_LABEL) in emit_jmp()
1220 arg.type = T_LABEL; in parsearg()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_x86_64_assembler.c134 T_LABEL = 0x08, enumerator
311 case T_LABEL: return "label"; in argtype2str()
770 if(arg1.type != T_LABEL || arg2.type != T_NONE) in emit_condjump()
785 …if((arg1.type != T_LABEL && arg1.type != T_REGISTER && arg1.type != T_MEMORY) || arg2.type != T_NO… in emit_jmp()
788 if(arg1.type == T_LABEL) in emit_jmp()
1220 arg.type = T_LABEL; in parsearg()
/dports/games/evq3/evq3/code/qcommon/
H A Dvm_x86_64_assembler.c124 T_LABEL = 0x08, enumerator
295 case T_LABEL: return "label"; in argtype2str()
754 if(arg1.type != T_LABEL || arg2.type != T_NONE) in emit_condjump()
769 …if((arg1.type != T_LABEL && arg1.type != T_REGISTER && arg1.type != T_MEMORY) || arg2.type != T_NO… in emit_jmp()
772 if(arg1.type == T_LABEL) in emit_jmp()
1194 arg.type = T_LABEL; in parsearg()
/dports/sysutils/u-boot-tools/u-boot-2020.07/cmd/
H A Dpxe_utils.c574 T_LABEL, enumerator
608 {"label", T_LABEL},
937 case T_LABEL: in parse_label_menu()
1124 case T_LABEL: in parse_pxefile_top()
/dports/devel/xa65/xa-2.3.12/src/
H A Dxah.h131 #define T_LABEL -2 macro
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/cmd/
H A Dpxe_utils.c688 T_LABEL, enumerator
723 {"label", T_LABEL},
1053 case T_LABEL: in parse_label_menu()
1245 case T_LABEL: in parse_pxefile_top()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Dpxe_utils.c688 T_LABEL, enumerator
723 {"label", T_LABEL},
1053 case T_LABEL: in parse_label_menu()
1245 case T_LABEL: in parse_pxefile_top()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Dpxe_utils.c688 T_LABEL, enumerator
723 {"label", T_LABEL},
1053 case T_LABEL: in parse_label_menu()
1245 case T_LABEL: in parse_pxefile_top()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/cmd/
H A Dpxe_utils.c688 T_LABEL, enumerator
723 {"label", T_LABEL},
1053 case T_LABEL: in parse_label_menu()
1245 case T_LABEL: in parse_pxefile_top()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/cmd/
H A Dpxe_utils.c688 T_LABEL, enumerator
723 {"label", T_LABEL},
1053 case T_LABEL: in parse_label_menu()
1245 case T_LABEL: in parse_pxefile_top()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/cmd/
H A Dpxe_utils.c688 T_LABEL, enumerator
723 {"label", T_LABEL},
1053 case T_LABEL: in parse_label_menu()
1245 case T_LABEL: in parse_pxefile_top()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/cmd/
H A Dpxe_utils.c688 T_LABEL, enumerator
723 {"label", T_LABEL},
1053 case T_LABEL: in parse_label_menu()
1245 case T_LABEL: in parse_pxefile_top()

123456789