Home
last modified time | relevance | path

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 Dgimple-ssa-warn-restrict.c1681 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 Dtree-ssa-strlen.c2139 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 Dgimple.c3293 gimple_or_expr_nonartificial_location (gimple *stmt, tree expr) in gimple_or_expr_nonartificial_location() function
H A Dgimple.h1636 extern location_t gimple_or_expr_nonartificial_location (gimple *, tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc2129 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 Dgimple.cc3387 gimple_or_expr_nonartificial_location (gimple *stmt, tree expr) in gimple_or_expr_nonartificial_location() function
H A Dgimple.h1641 extern location_t gimple_or_expr_nonartificial_location (gimple *, tree);
H A DChangeLog-202034613 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.