Home
last modified time | relevance | path

Searched refs:stok_kind (Results 1 – 21 of 21) sorted by relevance

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgengtype-state.c103 enum state_token_en stok_kind; /* the lexical kind member
388 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
402 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
415 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
446 tk->stok_kind = STOK_NAME; in read_a_state_token()
542 tk->stok_kind = STOK_STRING; in read_a_state_token()
613 return p->stok_kind; in state_token_kind()
623 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2265 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgengtype-state.c105 enum state_token_en stok_kind; /* the lexical kind member
391 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
405 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
418 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
449 tk->stok_kind = STOK_NAME; in read_a_state_token()
545 tk->stok_kind = STOK_STRING; in read_a_state_token()
616 return p->stok_kind; in state_token_kind()
626 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2320 state_token->stok_kind); in read_state_pair()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgengtype-state.c105 enum state_token_en stok_kind; /* the lexical kind member
257 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
271 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
284 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
315 tk->stok_kind = STOK_NAME; in read_a_state_token()
411 tk->stok_kind = STOK_STRING; in read_a_state_token()
482 return p->stok_kind; in state_token_kind()
492 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2133 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgengtype-state.c105 enum state_token_en stok_kind; /* the lexical kind member
257 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
271 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
284 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
315 tk->stok_kind = STOK_NAME; in read_a_state_token()
411 tk->stok_kind = STOK_STRING; in read_a_state_token()
482 return p->stok_kind; in state_token_kind()
492 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2133 state_token->stok_kind); in read_state_pair()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgengtype-state.c102 enum state_token_en stok_kind; /* the lexical kind member
386 tk->stok_kind = STOK_INTEGER; in read_a_state_token()
400 tk->stok_kind = STOK_LEFTPAR; in read_a_state_token()
413 tk->stok_kind = STOK_RIGHTPAR; in read_a_state_token()
444 tk->stok_kind = STOK_NAME; in read_a_state_token()
540 tk->stok_kind = STOK_STRING; in read_a_state_token()
611 return p->stok_kind; in state_token_kind()
621 if (p->stok_kind != STOK_NAME) in state_token_is_name()
2233 state_token->stok_kind); in read_state_pair()