Home
last modified time | relevance | path

Searched refs:ptr_info_def (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
84 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
86 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
87 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
89 extern void adjust_ptr_info_misalignment (struct ptr_info_def *,
91 extern struct ptr_info_def *get_ptr_info (tree);
94 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
84 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
86 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
87 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
89 extern void adjust_ptr_info_misalignment (struct ptr_info_def *,
91 extern struct ptr_info_def *get_ptr_info (tree);
94 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
84 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
86 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
87 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
89 extern void adjust_ptr_info_misalignment (struct ptr_info_def *,
91 extern struct ptr_info_def *get_ptr_info (tree);
94 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
H A Dtree-ssanames.c428 struct ptr_info_def *pi = get_ptr_info (name); in set_ptr_nonnull()
437 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (name); in get_ptr_nonnull()
483 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (name); in get_nonzero_bits()
625 mark_ptr_info_alignment_unknown (struct ptr_info_def *pi) in mark_ptr_info_alignment_unknown()
636 set_ptr_info_alignment (struct ptr_info_def *pi, unsigned int align, in set_ptr_info_alignment()
667 struct ptr_info_def *
670 struct ptr_info_def *pi; in get_ptr_info()
677 pi = ggc_cleared_alloc<ptr_info_def> (); in get_ptr_info()
713 struct ptr_info_def *new_ptr_info; in duplicate_ssa_name_ptr_info()
721 new_ptr_info = ggc_alloc<ptr_info_def> (); in duplicate_ssa_name_ptr_info()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
H A Dtree-ssanames.c428 struct ptr_info_def *pi = get_ptr_info (name); in set_ptr_nonnull()
437 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (name); in get_ptr_nonnull()
483 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (name); in get_nonzero_bits()
625 mark_ptr_info_alignment_unknown (struct ptr_info_def *pi) in mark_ptr_info_alignment_unknown()
636 set_ptr_info_alignment (struct ptr_info_def *pi, unsigned int align, in set_ptr_info_alignment()
667 struct ptr_info_def *
670 struct ptr_info_def *pi; in get_ptr_info()
677 pi = ggc_cleared_alloc<ptr_info_def> (); in get_ptr_info()
713 struct ptr_info_def *new_ptr_info; in duplicate_ssa_name_ptr_info()
721 new_ptr_info = ggc_alloc<ptr_info_def> (); in duplicate_ssa_name_ptr_info()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
83 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
85 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
86 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
88 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
89 extern struct ptr_info_def *get_ptr_info (tree);
93 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
H A Dtree-ssanames.c428 struct ptr_info_def *pi = get_ptr_info (name); in set_ptr_nonnull()
437 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (name); in get_ptr_nonnull()
483 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (name); in get_nonzero_bits()
625 mark_ptr_info_alignment_unknown (struct ptr_info_def *pi) in mark_ptr_info_alignment_unknown()
636 set_ptr_info_alignment (struct ptr_info_def *pi, unsigned int align, in set_ptr_info_alignment()
667 struct ptr_info_def *
670 struct ptr_info_def *pi; in get_ptr_info()
677 pi = ggc_cleared_alloc<ptr_info_def> (); in get_ptr_info()
713 struct ptr_info_def *new_ptr_info; in duplicate_ssa_name_ptr_info()
721 new_ptr_info = ggc_alloc<ptr_info_def> (); in duplicate_ssa_name_ptr_info()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
86 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
88 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
89 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
91 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
92 extern struct ptr_info_def *get_ptr_info (tree);
97 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
H A Dtree-ssanames.c428 struct ptr_info_def *pi = get_ptr_info (name); in set_ptr_nonnull()
437 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (name); in get_ptr_nonnull()
483 struct ptr_info_def *pi = SSA_NAME_PTR_INFO (name); in get_nonzero_bits()
625 mark_ptr_info_alignment_unknown (struct ptr_info_def *pi) in mark_ptr_info_alignment_unknown()
636 set_ptr_info_alignment (struct ptr_info_def *pi, unsigned int align, in set_ptr_info_alignment()
667 struct ptr_info_def *
670 struct ptr_info_def *pi; in get_ptr_info()
677 pi = ggc_cleared_alloc<ptr_info_def> (); in get_ptr_info()
713 struct ptr_info_def *new_ptr_info; in duplicate_ssa_name_ptr_info()
721 new_ptr_info = ggc_alloc<ptr_info_def> (); in duplicate_ssa_name_ptr_info()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
87 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
89 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
90 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
92 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
93 extern struct ptr_info_def *get_ptr_info (tree);
98 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
86 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
88 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
89 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
91 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
92 extern struct ptr_info_def *get_ptr_info (tree);
97 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssanames.h25 struct GTY(()) ptr_info_def struct
86 extern bool get_ptr_info_alignment (struct ptr_info_def *, unsigned int *,
88 extern void mark_ptr_info_alignment_unknown (struct ptr_info_def *);
89 extern void set_ptr_info_alignment (struct ptr_info_def *, unsigned int,
91 extern void adjust_ptr_info_misalignment (struct ptr_info_def *, poly_uint64);
92 extern struct ptr_info_def *get_ptr_info (tree);
97 extern void duplicate_ssa_name_ptr_info (tree, struct ptr_info_def *);
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssanames.c247 get_ptr_info_alignment (struct ptr_info_def *pi, unsigned int *alignp, in get_ptr_info_alignment()
263 mark_ptr_info_alignment_unknown (struct ptr_info_def *pi) in mark_ptr_info_alignment_unknown()
274 set_ptr_info_alignment (struct ptr_info_def *pi, unsigned int align, in set_ptr_info_alignment()
289 adjust_ptr_info_misalignment (struct ptr_info_def *pi, in adjust_ptr_info_misalignment()
302 struct ptr_info_def *
305 struct ptr_info_def *pi; in get_ptr_info()
346 duplicate_ssa_name_ptr_info (tree name, struct ptr_info_def *ptr_info) in duplicate_ssa_name_ptr_info()
348 struct ptr_info_def *new_ptr_info; in duplicate_ssa_name_ptr_info()
370 struct ptr_info_def *old_ptr_info = SSA_NAME_PTR_INFO (name); in duplicate_ssa_name_fn()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssanames.c247 get_ptr_info_alignment (struct ptr_info_def *pi, unsigned int *alignp, in get_ptr_info_alignment()
263 mark_ptr_info_alignment_unknown (struct ptr_info_def *pi) in mark_ptr_info_alignment_unknown()
274 set_ptr_info_alignment (struct ptr_info_def *pi, unsigned int align, in set_ptr_info_alignment()
289 adjust_ptr_info_misalignment (struct ptr_info_def *pi, in adjust_ptr_info_misalignment()
302 struct ptr_info_def *
305 struct ptr_info_def *pi; in get_ptr_info()
346 duplicate_ssa_name_ptr_info (tree name, struct ptr_info_def *ptr_info) in duplicate_ssa_name_ptr_info()
348 struct ptr_info_def *new_ptr_info; in duplicate_ssa_name_ptr_info()
370 struct ptr_info_def *old_ptr_info = SSA_NAME_PTR_INFO (name); in duplicate_ssa_name_fn()

12345678910>>...23