Home
last modified time | relevance | path

Searched refs:nonnull_arg_ctx (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-common.c5347 struct nonnull_arg_ctx struct
5364 check_function_nonnull (nonnull_arg_ctx &ctx, int nargs, tree *argarray) in check_function_nonnull() argument
5572 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
5839 nonnull_arg_ctx ctx = { loc, fndecl, fntype, false }; in check_function_arguments()
H A DChangeLog935 * c-common.c (struct nonnull_arg_ctx): Add members.
936 (check_function_nonnull): Use nonnull_arg_ctx as argument. Handle
940 (check_function_arguments): Use nonnull_arg_ctx as argument.
4691 * c-common.c (struct nonnull_arg_ctx): New type.
4693 nonnull_arg_ctx as context rather than just location_t.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-common.c5347 struct nonnull_arg_ctx struct
5364 check_function_nonnull (nonnull_arg_ctx &ctx, int nargs, tree *argarray) in check_function_nonnull() argument
5572 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
5839 nonnull_arg_ctx ctx = { loc, fndecl, fntype, false }; in check_function_arguments()
H A DChangeLog915 * c-common.c (struct nonnull_arg_ctx): Add members.
916 (check_function_nonnull): Use nonnull_arg_ctx as argument. Handle
920 (check_function_arguments): Use nonnull_arg_ctx as argument.
4671 * c-common.c (struct nonnull_arg_ctx): New type.
4673 nonnull_arg_ctx as context rather than just location_t.
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc-common.c5347 struct nonnull_arg_ctx struct
5364 check_function_nonnull (nonnull_arg_ctx &ctx, int nargs, tree *argarray) in check_function_nonnull() argument
5572 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
5839 nonnull_arg_ctx ctx = { loc, fndecl, fntype, false }; in check_function_arguments()
H A DChangeLog915 * c-common.c (struct nonnull_arg_ctx): Add members.
916 (check_function_nonnull): Use nonnull_arg_ctx as argument. Handle
920 (check_function_arguments): Use nonnull_arg_ctx as argument.
4671 * c-common.c (struct nonnull_arg_ctx): New type.
4673 nonnull_arg_ctx as context rather than just location_t.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc-common.c5545 struct nonnull_arg_ctx struct
5562 check_function_nonnull (nonnull_arg_ctx &ctx, int nargs, tree *argarray) in check_function_nonnull() argument
5770 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
6051 nonnull_arg_ctx ctx = { loc, fndecl, fntype, false }; in check_function_arguments()
H A DChangeLog1578 * c-common.c (struct nonnull_arg_ctx): Add members.
1579 (check_function_nonnull): Use nonnull_arg_ctx as argument. Handle
1583 (check_function_arguments): Use nonnull_arg_ctx as argument.
5334 * c-common.c (struct nonnull_arg_ctx): New type.
5336 nonnull_arg_ctx as context rather than just location_t.
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-common.c5202 struct nonnull_arg_ctx struct
5232 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5397 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
H A DChangeLog1687 * c-common.c (struct nonnull_arg_ctx): New type.
1689 nonnull_arg_ctx as context rather than just location_t.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c-family/
H A Dc-common.c5202 struct nonnull_arg_ctx struct
5232 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5397 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
H A DChangeLog1623 * c-common.c (struct nonnull_arg_ctx): New type.
1625 nonnull_arg_ctx as context rather than just location_t.
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-common.c5202 struct nonnull_arg_ctx struct
5232 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5397 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
H A DChangeLog1687 * c-common.c (struct nonnull_arg_ctx): New type.
1689 nonnull_arg_ctx as context rather than just location_t.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-common.c5202 struct nonnull_arg_ctx struct
5232 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5397 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
H A DChangeLog1687 * c-common.c (struct nonnull_arg_ctx): New type.
1689 nonnull_arg_ctx as context rather than just location_t.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-common.c5202 struct nonnull_arg_ctx struct
5232 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5397 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
H A DChangeLog1687 * c-common.c (struct nonnull_arg_ctx): New type.
1689 nonnull_arg_ctx as context rather than just location_t.
/dports/lang/gcc8/gcc-8.5.0/gcc/c-family/
H A Dc-common.c5202 struct nonnull_arg_ctx struct
5232 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5397 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dc-common.c5279 struct nonnull_arg_ctx struct
5309 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5478 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-common.c5289 struct nonnull_arg_ctx struct
5319 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5488 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-common.c5290 struct nonnull_arg_ctx struct
5320 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5489 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-common.c5290 struct nonnull_arg_ctx struct
5320 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5489 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dc-common.c5279 struct nonnull_arg_ctx struct
5309 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5478 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/
H A Dc-common.c5279 struct nonnull_arg_ctx struct
5309 struct nonnull_arg_ctx ctx = { loc, false }; in check_function_nonnull()
5478 struct nonnull_arg_ctx *pctx = (struct nonnull_arg_ctx *) ctx; in check_nonnull_arg()

12