Home
last modified time | relevance | path

Searched refs:infer_nonnull_range_by_attribute (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-isolate-paths.cc284 || infer_nonnull_range_by_attribute (use_stmt, name)) in stmt_uses_name_in_undefined_way()
324 || infer_nonnull_range_by_attribute (stmt, null_pointer_node)) in stmt_uses_0_or_null_in_undefined_way()
Dgimple.cc1711 && infer_nonnull_range_by_attribute (call, arg)) in gimple_call_nonnull_arg()
3030 || infer_nonnull_range_by_attribute (stmt, op)); in infer_nonnull_range()
3056 infer_nonnull_range_by_attribute (gimple *stmt, tree op) in infer_nonnull_range_by_attribute() function
Dubsan.cc1980 && infer_nonnull_range_by_attribute (stmt, arg)) in instrument_nonnull_arg()
2045 && infer_nonnull_range_by_attribute (stmt, arg)) in instrument_nonnull_return()
Dgimple.h1633 extern bool infer_nonnull_range_by_attribute (gimple *, tree);
DChangeLog-201519350 * gimple.c (infer_nonnull_range_by_attribute): Check that the
19931 infer_nonnull_range_by_attribute.
19936 (infer_nonnull_range_by_attribute): New.