Searched refs:gimple_or_expr_nonartificial_location (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-warn-restrict.c | 1681 location_t loc = gimple_or_expr_nonartificial_location (call, ref.ptr); in maybe_diag_access_bounds() 2039 location_t loc = gimple_or_expr_nonartificial_location (call, dst); in check_bounds_or_overlap()
|
H A D | tree-ssa-strlen.c | 2139 location_t loc = gimple_or_expr_nonartificial_location (stmt, dest); 3195 location_t callloc = gimple_or_expr_nonartificial_location (stmt, dst); in maybe_diag_stxncpy_trunc() 3407 location_t callloc = gimple_or_expr_nonartificial_location (stmt, dst); in handle_builtin_stxncpy_strncat() 4334 location_t stmt_loc = gimple_or_expr_nonartificial_location (stmt, lhs); in maybe_warn_pointless_strcmp()
|
H A D | gimple.c | 3293 gimple_or_expr_nonartificial_location (gimple *stmt, tree expr) in gimple_or_expr_nonartificial_location() function
|
H A D | gimple.h | 1636 extern location_t gimple_or_expr_nonartificial_location (gimple *, tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-strlen.cc | 2129 location_t loc = gimple_or_expr_nonartificial_location (stmt, dest); in maybe_warn_overflow() 3071 location_t callloc = gimple_or_expr_nonartificial_location (stmt, dst); in maybe_diag_stxncpy_trunc() 3295 location_t callloc = gimple_or_expr_nonartificial_location (stmt, dst); in handle_builtin_stxncpy_strncat() 4248 location_t stmt_loc = gimple_or_expr_nonartificial_location (stmt, lhs); in maybe_warn_pointless_strcmp()
|
H A D | gimple.cc | 3387 gimple_or_expr_nonartificial_location (gimple *stmt, tree expr) in gimple_or_expr_nonartificial_location() function
|
H A D | gimple.h | 1641 extern location_t gimple_or_expr_nonartificial_location (gimple *, tree);
|
H A D | ChangeLog-2020 | 34613 Use gimple_or_expr_nonartificial_location. 34615 Use gimple_or_expr_nonartificial_location. 34616 * gimple.c (gimple_or_expr_nonartificial_location): New function. 34617 * gimple.h (gimple_or_expr_nonartificial_location): Declare it. 34619 gimple_or_expr_nonartificial_location.
|