Home
last modified time | relevance | path

Searched refs:build_check_stmt (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c2186 build_check_stmt (location_t loc, tree base, tree len,
2358 build_check_stmt (location, base, NULL_TREE, size_in_bytes, iter, in instrument_derefs()
2406 build_check_stmt (location, base, len, size_in_bytes, iter, in instrument_mem_region_access()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dasan.cc2599 build_check_stmt (location_t loc, tree base, tree len, in build_check_stmt() function
2785 build_check_stmt (location, base, NULL_TREE, size_in_bytes, iter, in instrument_derefs()
2833 build_check_stmt (location, base, len, size_in_bytes, iter, in instrument_mem_region_access()
H A DChangeLog-20124065 (build_check_stmt): Adjust for the new create_cond_insert_point.
4072 build_check_stmt. Fix detection of bit-field access.
4077 (build_check_stmt): ... here.
4082 (build_check_stmt): ... here.
4086 * asan.c (build_check_stmt): Accept the memory access to be
4153 * asan.c (build_check_stmt): Rename join_bb variable to else_bb.
4173 (build_check_stmt): Change is_store argument to bool. Emit GIMPLE
4194 (build_check_stmt): Use ASAN_SHADOW_SHIFT and
H A DChangeLog-201412757 (build_check_stmt): Remove start_instrumented and end_instrumented
17861 * asan.c (build_check_stmt): Alignment arg was added.
20979 (build_check_stmt): Likewise.
29622 (build_check_stmt): Split inlining logic to
33858 * asan.c (build_check_stmt): Add condition.
34389 * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
34443 (build_check_stmt): Allow non-integer lengths; add support
34446 (instrument_mem_region_access): Moved code to build_check_stmt.
36351 (build_check_stmt): Likewise.
36366 (build_check_stmt): Use it. Change size_in_bytes argument to HWI.
H A DChangeLog-201333229 * asan.c (build_check_stmt): Change some gimple_build_* calls
38000 (build_check_stmt): Pass false to it.
H A DChangeLog-20203219 (build_check_stmt): Make HWASAN_CHECK instead of ASAN_CHECK.