Home
last modified time | relevance | path

Searched refs:access_data (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.h38 class access_data; variable
40 tree[2], tree, const access_data * = NULL);
42 tree[2], tree, const access_data * = NULL);
44 class access_data; variable
46 const access_data * = NULL);
H A Dpointer-query.h208 struct access_data struct
212 access_data (range_query *, gimple *, access_mode,
218 access_data (range_query *, tree, access_mode,
H A Dgimple-ssa-warn-access.cc699 tree bndrng[2], tree size, const access_data *pad) in maybe_warn_for_bound()
898 const access_data *pad /* = NULL */) in maybe_warn_for_bound()
907 const access_data *pad /* = NULL */) in maybe_warn_for_bound()
1258 access_mode mode, const access_data *pad, in check_access()
1524 access_mode mode, const access_data *pad, in check_access()
1534 access_mode mode, const access_data *pad /* = NULL */) in check_access()
2476 access_data data (m_ptr_qry.rvals, stmt, access_read_write, NULL_TREE, in check_strcat()
2520 access_data data (m_ptr_qry.rvals, stmt, access_read_write); in check_strncat()
2581 access_data data (m_ptr_qry.rvals, stmt, access_read_write, NULL_TREE, in check_stxcpy()
2612 access_data data (m_ptr_qry.rvals, stmt, access_read_write, len, true, len, in check_stxncpy()
[all …]
H A Dpointer-query.cc1321 access_data::access_data (range_query *query, gimple *stmt, access_mode mode, in access_data() function in access_data
1334 access_data::access_data (range_query *query, tree expr, access_mode mode, in access_data() function in access_data
1348 access_data::set_bound (offset_int bndrng[2], tree bound, bool minaccess, in set_bound()
H A DChangeLog-20211439 (access_data::access_data): Initialize new member.
1452 (access_data::ostype): New member.
1474 (access_data::access_data): Define new ctors.
1475 (access_data::set_bound): Define new member function.
1478 (struct access_data): Declare ctor overloads.
1479 (access_data::dst_bndrng): New member.
1480 (access_data::src_bndrng): New member.
8499 * builtins.c (check_strncat_sizes): Pass access_data ctor additional
8515 (pass_waccess::check_strcat): Pass access_data ctor additional
8538 (struct access_data): Same.
[all …]
H A Dbuiltins.cc3707 access_data data (nullptr, exp, access_read_write, maxread, true); in check_strncat_sizes()
H A DChangeLog-202014198 (struct access_data): Add members and ctor.
20003 (struct access_ref, struct access_data): New structs.