Home
last modified time | relevance | path

Searched refs:token_spellings (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcpplex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
1227 return (const char *) token_spellings[type].name; in cpp_type2name()
1315 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
1316 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcpplex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
1227 return (const char *) token_spellings[type].name; in cpp_type2name()
1315 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
1316 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
1418 return (const char *) token_spellings[type].name; in cpp_type2name()
1519 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
1520 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
2785 return (const char *) token_spellings[type].name; in cpp_type2name()
2888 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
2889 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc48/gcc-4.8.5/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
2717 return (const char *) token_spellings[type].name; in cpp_type2name()
2820 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
2821 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/sdcc/sdcc-4.0.0/support/cpp/libcpp/
H A Dlex.c48 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
52 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
53 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
2499 return (const char *) token_spellings[type].name; in cpp_type2name()
2607 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
2608 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/devel/mingw32-gcc/gcc-4.8.1/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
2615 return (const char *) token_spellings[type].name; in cpp_type2name()
2718 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
2719 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc6-aux/gcc-6-20180516/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
2905 return (const char *) token_spellings[type].name; in cpp_type2name()
3010 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3011 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gnat_util/gcc-6-20180516/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
2905 return (const char *) token_spellings[type].name; in cpp_type2name()
3010 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3011 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc8/gcc-8.5.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3330 return (const char *) token_spellings[type].name; in cpp_type2name()
3435 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3436 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc10/gcc-10.3.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3362 return (const char *) token_spellings[type].name; in cpp_type2name()
3467 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3468 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3330 return (const char *) token_spellings[type].name; in cpp_type2name()
3435 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3436 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3330 return (const char *) token_spellings[type].name; in cpp_type2name()
3435 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3436 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3330 return (const char *) token_spellings[type].name; in cpp_type2name()
3435 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3436 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc9-devel/gcc-9-20211007/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3331 return (const char *) token_spellings[type].name; in cpp_type2name()
3436 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3437 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3330 return (const char *) token_spellings[type].name; in cpp_type2name()
3435 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3436 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/devel/avr-gcc/gcc-10.2.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3362 return (const char *) token_spellings[type].name; in cpp_type2name()
3467 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3468 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/devel/riscv64-gcc/gcc-8.3.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3330 return (const char *) token_spellings[type].name; in cpp_type2name()
3435 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3436 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc10-devel/gcc-10-20211008/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3362 return (const char *) token_spellings[type].name; in cpp_type2name()
3467 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3468 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc9/gcc-9.4.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3331 return (const char *) token_spellings[type].name; in cpp_type2name()
3436 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3437 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc9-aux/gcc-9.1.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3331 return (const char *) token_spellings[type].name; in cpp_type2name()
3436 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3437 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc11-devel/gcc-11-20211009/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3582 return (const char *) token_spellings[type].name; in cpp_type2name()
3691 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3692 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3582 return (const char *) token_spellings[type].name; in cpp_type2name()
3691 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3692 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc11/gcc-11.2.0/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
3582 return (const char *) token_spellings[type].name; in cpp_type2name()
3691 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
3692 c = token_spellings[b].name[0]; in cpp_avoid_paste()
/dports/lang/gcc12-devel/gcc-12-20211205/libcpp/
H A Dlex.c46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
4193 return (const char *) token_spellings[type].name; in cpp_type2name()
4302 else if (token_spellings[b].category == SPELL_OPERATOR) in cpp_avoid_paste()
4303 c = token_spellings[b].name[0]; in cpp_avoid_paste()

1234