Home
last modified time | relevance | path

Searched refs:arglocs (Results 1 – 25 of 61) sorted by relevance

123

/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/gcc-plugins/
H A Dfrr-format.c577 vec<location_t> *arglocs; member
643 vec<location_t> *arglocs);
1042 format_ctx.arglocs = arglocs; in check_format_info()
1131 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1455 vec<location_t> *arglocs; variable
1623 arglocs (arglocs_) in argument_parser()
2367 else if (arglocs) in check_argument_type()
2396 vec<location_t> *arglocs) in check_format_info_main() argument
2790 else if (arglocs) in check_format_types()
3027 vec<location_t> *arglocs) in check_kef_type() argument
[all …]
/dports/net/frr7/frr-frr-7.5.1/tools/gcc-plugins/
H A Dfrr-format.c577 vec<location_t> *arglocs; member
643 vec<location_t> *arglocs);
1042 format_ctx.arglocs = arglocs; in check_format_info()
1131 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1455 vec<location_t> *arglocs; variable
1623 arglocs (arglocs_) in argument_parser()
2367 else if (arglocs) in check_argument_type()
2396 vec<location_t> *arglocs) in check_format_info_main() argument
2790 else if (arglocs) in check_format_types()
3027 vec<location_t> *arglocs) in check_kef_type() argument
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/
H A Dwmlflip201 for (name, arglocs) in parsed:
203 pairs.append((arglocs[have_x], arglocs[have_y]))
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-format.c993 vec<location_t> *arglocs; member
1041 vec<location_t> *arglocs);
1412 vec<location_t> *arglocs) in check_format_info() argument
1446 format_ctx.arglocs = arglocs; in check_format_info()
1531 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1781 vec<location_t> *arglocs);
1860 vec<location_t> *arglocs; variable
2029 arglocs (arglocs_) in argument_parser()
2752 conversion_char, arglocs); in check_argument_type()
2772 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
H A DChangeLog972 * c-format.c (struct format_check_context): Add field "arglocs".
973 (check_function_format): Add param "arglocs"; pass it to
975 (check_format_info): Add param "arglocs"; use it to initialize
977 (check_format_arg): Pass format_ctx->arglocs to new param of
979 (class argument_parser): New field "arglocs".
982 (argument_parser::check_argument_type): Pass new arglocs field to
984 (check_format_info_main): Add param "arglocs", and use it when
986 (check_format_types): Add param "arglocs"; use it if non-NULL when
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dc-format.c1012 vec<location_t> *arglocs; member
1060 vec<location_t> *arglocs);
1434 vec<location_t> *arglocs) in check_format_info() argument
1469 format_ctx.arglocs = arglocs; in check_format_info()
1558 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1815 vec<location_t> *arglocs);
1894 vec<location_t> *arglocs; variable
2063 arglocs (arglocs_) in argument_parser()
2786 conversion_char, arglocs); in check_argument_type()
2806 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c-family/
H A Dc-format.c993 vec<location_t> *arglocs; member
1041 vec<location_t> *arglocs);
1412 vec<location_t> *arglocs) in check_format_info() argument
1446 format_ctx.arglocs = arglocs; in check_format_info()
1531 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1781 vec<location_t> *arglocs);
1860 vec<location_t> *arglocs; variable
2029 arglocs (arglocs_) in argument_parser()
2752 conversion_char, arglocs); in check_argument_type()
2772 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
H A DChangeLog908 * c-format.c (struct format_check_context): Add field "arglocs".
909 (check_function_format): Add param "arglocs"; pass it to
911 (check_format_info): Add param "arglocs"; use it to initialize
913 (check_format_arg): Pass format_ctx->arglocs to new param of
915 (class argument_parser): New field "arglocs".
918 (argument_parser::check_argument_type): Pass new arglocs field to
920 (check_format_info_main): Add param "arglocs", and use it when
922 (check_format_types): Add param "arglocs"; use it if non-NULL when
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-format.c993 vec<location_t> *arglocs; member
1041 vec<location_t> *arglocs);
1412 vec<location_t> *arglocs) in check_format_info() argument
1446 format_ctx.arglocs = arglocs; in check_format_info()
1531 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1781 vec<location_t> *arglocs);
1860 vec<location_t> *arglocs; variable
2029 arglocs (arglocs_) in argument_parser()
2752 conversion_char, arglocs); in check_argument_type()
2772 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
H A DChangeLog972 * c-format.c (struct format_check_context): Add field "arglocs".
973 (check_function_format): Add param "arglocs"; pass it to
975 (check_format_info): Add param "arglocs"; use it to initialize
977 (check_format_arg): Pass format_ctx->arglocs to new param of
979 (class argument_parser): New field "arglocs".
982 (argument_parser::check_argument_type): Pass new arglocs field to
984 (check_format_info_main): Add param "arglocs", and use it when
986 (check_format_types): Add param "arglocs"; use it if non-NULL when
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-format.c993 vec<location_t> *arglocs; member
1041 vec<location_t> *arglocs);
1412 vec<location_t> *arglocs) in check_format_info() argument
1446 format_ctx.arglocs = arglocs; in check_format_info()
1531 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1781 vec<location_t> *arglocs);
1860 vec<location_t> *arglocs; variable
2029 arglocs (arglocs_) in argument_parser()
2752 conversion_char, arglocs); in check_argument_type()
2772 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
H A DChangeLog972 * c-format.c (struct format_check_context): Add field "arglocs".
973 (check_function_format): Add param "arglocs"; pass it to
975 (check_format_info): Add param "arglocs"; use it to initialize
977 (check_format_arg): Pass format_ctx->arglocs to new param of
979 (class argument_parser): New field "arglocs".
982 (argument_parser::check_argument_type): Pass new arglocs field to
984 (check_format_info_main): Add param "arglocs", and use it when
986 (check_format_types): Add param "arglocs"; use it if non-NULL when
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-format.c993 vec<location_t> *arglocs; member
1041 vec<location_t> *arglocs);
1412 vec<location_t> *arglocs) in check_format_info() argument
1446 format_ctx.arglocs = arglocs; in check_format_info()
1531 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1781 vec<location_t> *arglocs);
1860 vec<location_t> *arglocs; variable
2029 arglocs (arglocs_) in argument_parser()
2752 conversion_char, arglocs); in check_argument_type()
2772 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
H A DChangeLog972 * c-format.c (struct format_check_context): Add field "arglocs".
973 (check_function_format): Add param "arglocs"; pass it to
975 (check_format_info): Add param "arglocs"; use it to initialize
977 (check_format_arg): Pass format_ctx->arglocs to new param of
979 (class argument_parser): New field "arglocs".
982 (argument_parser::check_argument_type): Pass new arglocs field to
984 (check_format_info_main): Add param "arglocs", and use it when
986 (check_format_types): Add param "arglocs"; use it if non-NULL when
/dports/lang/gcc8/gcc-8.5.0/gcc/c-family/
H A Dc-format.c993 vec<location_t> *arglocs; member
1041 vec<location_t> *arglocs);
1412 vec<location_t> *arglocs) in check_format_info() argument
1446 format_ctx.arglocs = arglocs; in check_format_info()
1531 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1781 vec<location_t> *arglocs);
1860 vec<location_t> *arglocs; variable
2029 arglocs (arglocs_) in argument_parser()
2752 conversion_char, arglocs); in check_argument_type()
2772 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
H A DChangeLog1006 * c-format.c (struct format_check_context): Add field "arglocs".
1007 (check_function_format): Add param "arglocs"; pass it to
1009 (check_format_info): Add param "arglocs"; use it to initialize
1011 (check_format_arg): Pass format_ctx->arglocs to new param of
1013 (class argument_parser): New field "arglocs".
1016 (argument_parser::check_argument_type): Pass new arglocs field to
1018 (check_format_info_main): Add param "arglocs", and use it when
1020 (check_format_types): Add param "arglocs"; use it if non-NULL when
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dc-format.c1012 vec<location_t> *arglocs; member
1060 vec<location_t> *arglocs);
1434 vec<location_t> *arglocs) in check_format_info() argument
1469 format_ctx.arglocs = arglocs; in check_format_info()
1558 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1815 vec<location_t> *arglocs);
1894 vec<location_t> *arglocs; variable
2063 arglocs (arglocs_) in argument_parser()
2786 conversion_char, arglocs); in check_argument_type()
2806 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/
H A Dc-format.c1012 vec<location_t> *arglocs; member
1060 vec<location_t> *arglocs);
1434 vec<location_t> *arglocs) in check_format_info() argument
1469 format_ctx.arglocs = arglocs; in check_format_info()
1558 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1815 vec<location_t> *arglocs);
1894 vec<location_t> *arglocs; variable
2063 arglocs (arglocs_) in argument_parser()
2786 conversion_char, arglocs); in check_argument_type()
2806 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-format.c1052 vec<location_t> *arglocs; member
1100 vec<location_t> *arglocs);
1504 vec<location_t> *arglocs) in check_format_info() argument
1539 format_ctx.arglocs = arglocs; in check_format_info()
1629 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1887 vec<location_t> *arglocs);
1966 vec<location_t> *arglocs; variable
2135 arglocs (arglocs_) in argument_parser()
2858 conversion_char, arglocs); in check_argument_type()
3780 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-format.c1052 vec<location_t> *arglocs; member
1100 vec<location_t> *arglocs);
1504 vec<location_t> *arglocs) in check_format_info() argument
1539 format_ctx.arglocs = arglocs; in check_format_info()
1629 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1887 vec<location_t> *arglocs);
1966 vec<location_t> *arglocs; variable
2135 arglocs (arglocs_) in argument_parser()
2858 conversion_char, arglocs); in check_argument_type()
3781 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-format.c1052 vec<location_t> *arglocs; member
1100 vec<location_t> *arglocs);
1504 vec<location_t> *arglocs) in check_format_info() argument
1539 format_ctx.arglocs = arglocs; in check_format_info()
1629 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1887 vec<location_t> *arglocs);
1966 vec<location_t> *arglocs; variable
2135 arglocs (arglocs_) in argument_parser()
2858 conversion_char, arglocs); in check_argument_type()
3780 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc-format.c1044 vec<location_t> *arglocs; member
1092 vec<location_t> *arglocs);
1496 vec<location_t> *arglocs) in check_format_info() argument
1531 format_ctx.arglocs = arglocs; in check_format_info()
1621 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1879 vec<location_t> *arglocs);
1958 vec<location_t> *arglocs; variable
2127 arglocs (arglocs_) in argument_parser()
2850 conversion_char, arglocs); in check_argument_type()
3773 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-format.c1052 vec<location_t> *arglocs; member
1100 vec<location_t> *arglocs);
1504 vec<location_t> *arglocs) in check_format_info() argument
1539 format_ctx.arglocs = arglocs; in check_format_info()
1629 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1887 vec<location_t> *arglocs);
1966 vec<location_t> *arglocs; variable
2135 arglocs (arglocs_) in argument_parser()
2858 conversion_char, arglocs); in check_argument_type()
3781 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-format.c1052 vec<location_t> *arglocs; member
1100 vec<location_t> *arglocs);
1504 vec<location_t> *arglocs) in check_format_info() argument
1539 format_ctx.arglocs = arglocs; in check_format_info()
1629 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1887 vec<location_t> *arglocs);
1966 vec<location_t> *arglocs; variable
2135 arglocs (arglocs_) in argument_parser()
2858 conversion_char, arglocs); in check_argument_type()
3780 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc-format.c1052 vec<location_t> *arglocs; member
1100 vec<location_t> *arglocs);
1504 vec<location_t> *arglocs) in check_format_info() argument
1539 format_ctx.arglocs = arglocs; in check_format_info()
1629 vec<location_t> *arglocs = format_ctx->arglocs; in check_format_arg() local
1887 vec<location_t> *arglocs);
1966 vec<location_t> *arglocs; variable
2135 arglocs (arglocs_) in argument_parser()
2858 conversion_char, arglocs); in check_argument_type()
3781 vec<location_t> *arglocs) in check_format_info_main() argument
[all …]

123