Searched refs:instrument_expr (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtsan.c138 instrument_expr (gimple_stmt_iterator gsi, tree expr, bool is_write) function
697 instrumented = instrument_expr (*gsi, lhs, true);
702 instrumented = instrument_expr (*gsi, rhs, false);
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck.c3970 tree instrument_expr = NULL;
5029 instrument_expr = ubsan_instrument_division (location, cop0, cop1);
5032 instrument_expr = ubsan_instrument_shift (location, code, op0, op1);
5045 if (instrument_expr != NULL)
5047 instrument_expr, result);
3962 tree instrument_expr = NULL; local
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c10348 tree instrument_expr = NULL;
11342 instrument_expr = ubsan_instrument_division (location, op0, op1);
11344 instrument_expr = ubsan_instrument_shift (location, code, op0, op1);
11371 if (instrument_expr != NULL)
11373 instrument_expr, ret);
10310 tree instrument_expr = NULL; local

Completed in 139 milliseconds