Home
last modified time | relevance | path

Searched refs:bounds_check (Results 1 – 25 of 758) sorted by relevance

12345678910>>...31

/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c161 if (unlikely (compile_options.bounds_check)) in CFI_address()
191 if (unlikely (compile_options.bounds_check) in CFI_address()
218 if (unlikely (compile_options.bounds_check)) in CFI_allocate()
256 if (unlikely (compile_options.bounds_check) in CFI_allocate()
288 if (unlikely (compile_options.bounds_check)) in CFI_deallocate()
325 if (unlikely (compile_options.bounds_check)) in CFI_establish()
359 if (unlikely (compile_options.bounds_check) && elem_len == 0) in CFI_establish()
371 else if (unlikely (compile_options.bounds_check) && type < 0) in CFI_establish()
403 if (unlikely (compile_options.bounds_check) && extents == NULL) in CFI_establish()
417 if (unlikely (compile_options.bounds_check) && extents[i] < 0) in CFI_establish()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c151 if (unlikely (compile_options.bounds_check)) in CFI_address()
181 if (unlikely (compile_options.bounds_check) in CFI_address()
206 if (unlikely (compile_options.bounds_check)) in CFI_allocate()
245 if (unlikely (compile_options.bounds_check) in CFI_allocate()
279 if (unlikely (compile_options.bounds_check)) in CFI_deallocate()
316 if (unlikely (compile_options.bounds_check)) in CFI_establish()
380 if (unlikely (compile_options.bounds_check) && extents == NULL) in CFI_establish()
405 if (unlikely (compile_options.bounds_check)) in CFI_is_contiguous()
465 if (unlikely (compile_options.bounds_check)) in CFI_section()
535 if (unlikely (compile_options.bounds_check) in CFI_section()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/libdm/mm/
H A Ddbg_malloc.h34 void bounds_check(void);
44 # define bounds_check() macro
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dunpack_generic.c215 if (unlikely(compile_options.bounds_check)) in unpack1()
396 if (unlikely(compile_options.bounds_check)) in unpack1_char()
417 if (unlikely(compile_options.bounds_check)) in unpack1_char4()
437 if (unlikely(compile_options.bounds_check)) in unpack0()
618 if (unlikely(compile_options.bounds_check)) in unpack0_char()
642 if (unlikely(compile_options.bounds_check)) in unpack0_char4()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dunpack_generic.c215 if (unlikely(compile_options.bounds_check)) in unpack1()
396 if (unlikely(compile_options.bounds_check)) in unpack1_char()
417 if (unlikely(compile_options.bounds_check)) in unpack1_char4()
437 if (unlikely(compile_options.bounds_check)) in unpack0()
618 if (unlikely(compile_options.bounds_check)) in unpack0_char()
642 if (unlikely(compile_options.bounds_check)) in unpack0_char4()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dlang.opt185 D Joined RejectNegative Enum(bounds_check) Var(flag_bounds_check)
189 Name(bounds_check) Type(int) UnknownError(unknown array bounds setting %qs)
192 Enum(bounds_check) String(off) Value(0)
195 Enum(bounds_check) String(safeonly) Value(1)
198 Enum(bounds_check) String(on) Value(2)
/netbsd-src/external/gpl3/gcc/dist/libgfortran/generated/
H A Dminloc0_16_s4.c77 if (unlikely (compile_options.bounds_check)) in minloc0_16_s4()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_16_s4()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_16_s4()
H A Dminloc0_16_s1.c77 if (unlikely (compile_options.bounds_check)) in minloc0_16_s1()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_16_s1()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_16_s1()
H A Dminloc0_8_s4.c77 if (unlikely (compile_options.bounds_check)) in minloc0_8_s4()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_8_s4()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_8_s4()
H A Dmaxloc0_16_s4.c77 if (unlikely (compile_options.bounds_check)) in maxloc0_16_s4()
200 if (unlikely (compile_options.bounds_check)) in mmaxloc0_16_s4()
339 else if (unlikely (compile_options.bounds_check)) in smaxloc0_16_s4()
H A Dmaxloc0_4_s1.c77 if (unlikely (compile_options.bounds_check)) in maxloc0_4_s1()
200 if (unlikely (compile_options.bounds_check)) in mmaxloc0_4_s1()
339 else if (unlikely (compile_options.bounds_check)) in smaxloc0_4_s1()
H A Dminloc0_4_s1.c77 if (unlikely (compile_options.bounds_check)) in minloc0_4_s1()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_4_s1()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_4_s1()
H A Dmaxloc0_8_s1.c77 if (unlikely (compile_options.bounds_check)) in maxloc0_8_s1()
200 if (unlikely (compile_options.bounds_check)) in mmaxloc0_8_s1()
339 else if (unlikely (compile_options.bounds_check)) in smaxloc0_8_s1()
H A Dmaxloc0_8_s4.c77 if (unlikely (compile_options.bounds_check)) in maxloc0_8_s4()
200 if (unlikely (compile_options.bounds_check)) in mmaxloc0_8_s4()
339 else if (unlikely (compile_options.bounds_check)) in smaxloc0_8_s4()
H A Dminloc0_4_s4.c77 if (unlikely (compile_options.bounds_check)) in minloc0_4_s4()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_4_s4()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_4_s4()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/generated/
H A Dminloc0_8_s4.c77 if (unlikely (compile_options.bounds_check)) in minloc0_8_s4()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_8_s4()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_8_s4()
H A Dminloc0_4_s1.c77 if (unlikely (compile_options.bounds_check)) in minloc0_4_s1()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_4_s1()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_4_s1()
H A Dminloc0_4_s4.c77 if (unlikely (compile_options.bounds_check)) in minloc0_4_s4()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_4_s4()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_4_s4()
H A Dmaxloc0_8_s4.c77 if (unlikely (compile_options.bounds_check)) in maxloc0_8_s4()
200 if (unlikely (compile_options.bounds_check)) in mmaxloc0_8_s4()
339 else if (unlikely (compile_options.bounds_check)) in smaxloc0_8_s4()
H A Dminloc0_16_s4.c77 if (unlikely (compile_options.bounds_check)) in minloc0_16_s4()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_16_s4()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_16_s4()
H A Dmaxloc0_4_s1.c77 if (unlikely (compile_options.bounds_check)) in maxloc0_4_s1()
200 if (unlikely (compile_options.bounds_check)) in mmaxloc0_4_s1()
339 else if (unlikely (compile_options.bounds_check)) in smaxloc0_4_s1()
H A Dminloc0_16_s1.c77 if (unlikely (compile_options.bounds_check)) in minloc0_16_s1()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_16_s1()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_16_s1()
H A Dmaxloc0_16_s4.c77 if (unlikely (compile_options.bounds_check)) in maxloc0_16_s4()
200 if (unlikely (compile_options.bounds_check)) in mmaxloc0_16_s4()
339 else if (unlikely (compile_options.bounds_check)) in smaxloc0_16_s4()
H A Dminloc0_8_s1.c77 if (unlikely (compile_options.bounds_check)) in minloc0_8_s1()
200 if (unlikely (compile_options.bounds_check)) in mminloc0_8_s1()
339 else if (unlikely (compile_options.bounds_check)) in sminloc0_8_s1()
H A Dmaxloc0_4_s4.c77 if (unlikely (compile_options.bounds_check)) in maxloc0_4_s4()
200 if (unlikely (compile_options.bounds_check)) in mmaxloc0_4_s4()
339 else if (unlikely (compile_options.bounds_check)) in smaxloc0_4_s4()

12345678910>>...31