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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtsan.c99 instrument_expr (gimple_stmt_iterator gsi, tree expr, bool is_write) function
724 instrumented = instrument_expr (*gsi, lhs, true);
729 instrumented = instrument_expr (*gsi, rhs, false);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtsan.cc104 instrument_expr (gimple_stmt_iterator gsi, tree expr, bool is_write) function
735 instrumented = instrument_expr (*gsi, lhs, true);
740 instrumented = instrument_expr (*gsi, rhs, false);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4545 tree instrument_expr = NULL_TREE;
4689 &instrument_expr);
4690 if (instrument_expr != NULL)
4692 instrument_expr, result);
5420 instrument_expr = build_call_expr_loc (location, tt, 2, op0, op1);
5771 instrument_expr = op0;
5802 if (instrument_expr != NULL)
5803 instrument_expr = add_stmt_to_compound (instrument_expr,
5806 instrument_expr
4537 tree instrument_expr = NULL_TREE; local
5883 pointer_diff(location_t loc, tree op0, tree op1, tree ptrtype, tsubst_flags_t complain, tree *instrument_expr) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4972 tree instrument_expr = NULL_TREE;
5116 &instrument_expr);
5117 if (instrument_expr != NULL)
5119 instrument_expr, result);
5861 instrument_expr = build_call_expr_loc (location, tt, 2, op0, op1);
6223 instrument_expr = op0;
6258 if (instrument_expr != NULL)
6259 instrument_expr = add_stmt_to_compound (instrument_expr,
6262 instrument_expr
4964 tree instrument_expr = NULL_TREE; local
6383 pointer_diff(location_t loc, tree op0, tree op1, tree ptrtype, tsubst_flags_t complain, tree *instrument_expr) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c3957 pointer_diff (location_t loc, tree op0, tree op1, tree *instrument_expr)
4010 *instrument_expr = build_call_expr_loc (loc, tt, 2, op0, op1);
11618 tree instrument_expr = NULL;
11812 ret = pointer_diff (location, op0, op1, &instrument_expr);
12396 instrument_expr = build_call_expr_loc (location, tt, 2, op0, op1);
12709 instrument_expr = ubsan_instrument_division (location, op0, op1);
12711 instrument_expr = ubsan_instrument_shift (location, code, op0, op1);
12736 if (instrument_expr != NULL)
12738 instrument_expr, ret);
3944 pointer_diff(location_t loc, tree op0, tree op1, tree *instrument_expr) argument
11581 tree instrument_expr = NULL; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc3989 pointer_diff (location_t loc, tree op0, tree op1, tree *instrument_expr)
4041 *instrument_expr = build_call_expr_loc (loc, tt, 2, op0, op1);
11830 tree instrument_expr = NULL;
12024 ret = pointer_diff (location, op0, op1, &instrument_expr);
12577 instrument_expr = build_call_expr_loc (location, tt, 2, op0, op1);
12900 instrument_expr = ubsan_instrument_division (location, op0, op1);
12902 instrument_expr = ubsan_instrument_shift (location, code, op0, op1);
12927 if (instrument_expr != NULL)
12929 instrument_expr, ret);
3976 pointer_diff(location_t loc, tree op0, tree op1, tree *instrument_expr) argument
11793 tree instrument_expr = NULL; local

Completed in 315 milliseconds