Home
last modified time | relevance | path

Searched refs:asan_sanitize_stack_p (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dasan.h109 extern bool asan_sanitize_stack_p (void);
149 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
H A Dsanopt.c1286 if (asan_sanitize_stack_p ()) in execute()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dasan.h109 extern bool asan_sanitize_stack_p (void);
149 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
H A Dsanopt.c1286 if (asan_sanitize_stack_p ()) in execute()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dasan.h109 extern bool asan_sanitize_stack_p (void);
149 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
H A Dsanopt.c1286 if (asan_sanitize_stack_p ()) in execute()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dasan.h109 extern bool asan_sanitize_stack_p (void);
149 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
H A Dsanopt.c1286 if (asan_sanitize_stack_p ()) in execute()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dasan.h109 extern bool asan_sanitize_stack_p (void);
149 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
H A Dsanopt.c1286 if (asan_sanitize_stack_p ()) in execute()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dasan.h109 extern bool asan_sanitize_stack_p (void);
149 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dasan.h134 extern bool asan_sanitize_stack_p (void);
174 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
H A Dsanopt.c1291 if (asan_sanitize_stack_p ()) in execute()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dasan.h134 extern bool asan_sanitize_stack_p (void);
174 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
H A Dsanopt.c1295 if (asan_sanitize_stack_p ()) in execute()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dasan.h136 extern bool asan_sanitize_stack_p (void);
176 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dasan.h136 extern bool asan_sanitize_stack_p (void);
176 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dasan.h134 extern bool asan_sanitize_stack_p (void);
174 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dasan.h134 extern bool asan_sanitize_stack_p (void);
174 return (flag_sanitize_address_use_after_scope && asan_sanitize_stack_p ()); in asan_sanitize_use_after_scope()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dasan.h175 extern bool asan_sanitize_stack_p (void);
219 && (asan_sanitize_stack_p () || hwasan_sanitize_stack_p ())); in asan_sanitize_use_after_scope()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dasan.h175 extern bool asan_sanitize_stack_p (void);
219 && (asan_sanitize_stack_p () || hwasan_sanitize_stack_p ())); in asan_sanitize_use_after_scope()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dasan.h175 extern bool asan_sanitize_stack_p (void);
219 && (asan_sanitize_stack_p () || hwasan_sanitize_stack_p ())); in asan_sanitize_use_after_scope()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dasan.h175 extern bool asan_sanitize_stack_p (void);
219 && (asan_sanitize_stack_p () || hwasan_sanitize_stack_p ()));
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcfgexpand.c875 asan_sanitize_stack_p (void) in asan_sanitize_stack_p() function
944 if (asan_sanitize_stack_p () && isize != jsize in partition_stack_vars()
1135 if (asan_sanitize_stack_p () && pred) in expand_stack_vars()
1506 if (flag_stack_protect || asan_sanitize_stack_p ()) in defer_stack_allocation()
2206 if (asan_sanitize_stack_p ()) in expand_used_vars()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcfgexpand.c875 asan_sanitize_stack_p (void) in asan_sanitize_stack_p() function
944 if (asan_sanitize_stack_p () && isize != jsize in partition_stack_vars()
1135 if (asan_sanitize_stack_p () && pred) in expand_stack_vars()
1506 if (flag_stack_protect || asan_sanitize_stack_p ()) in defer_stack_allocation()
2206 if (asan_sanitize_stack_p ()) in expand_used_vars()

12345