Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dubsan.cc2182 gimple *bos_stmt = NULL; in instrument_object_size() local
2204 bos_stmt = gsi_stmt (*gsi); in instrument_object_size()
2250 if (bos_stmt && gimple_call_builtin_p (bos_stmt, BUILT_IN_OBJECT_SIZE)) in instrument_object_size()
2251 ubsan_create_edge (bos_stmt); in instrument_object_size()