Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtsan.c99 instrument_expr (gimple_stmt_iterator gsi, tree expr, bool is_write) in instrument_expr() function
724 instrumented = instrument_expr (*gsi, lhs, true); in instrument_gimple()
729 instrumented = instrument_expr (*gsi, rhs, false); in instrument_gimple()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtsan.cc104 instrument_expr (gimple_stmt_iterator gsi, tree expr, bool is_write) in instrument_expr() function
738 instrumented = instrument_expr (*gsi, lhs, true); in instrument_gimple()
743 instrumented = instrument_expr (*gsi, rhs, false); in instrument_gimple()
H A DChangeLog-20157985 * tsan.c (instrument_expr): Adjust call to get_inner_reference.
42548 * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
43995 * tsan.c (instrument_expr): Use force_gimple_operand.
44560 * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
44725 * tsan.c (instrument_expr): corrected previous checkin.
44732 * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
H A DChangeLog-201610844 * tsan.c (instrument_expr): Likewise.
13525 * tsan.c (instrument_expr): Use least_bit_hwi.
18653 * tsan.c (instrument_expr): Likewise.
H A DChangeLog759 * tsan.cc (instrument_expr): Punt on non-generic address space
H A DChangeLog-20121202 * tsan.c (instrument_expr): If expr_ptr isn't a gimple val, first
1558 (instrument_expr): Use result of get_inner_reference
H A DChangeLog-201331842 * tsan.c (instrument_expr): Don't instrument accesses to
33013 * tsan.c (instrument_expr): Don't instrument expression
H A DChangeLog-202020246 (instrument_expr): Check if access is volatile.
H A DChangeLog-2017971 * tsan.c (instrument_expr): Likewise.
H A DChangeLog-20142962 * tsan.c (instrument_expr, instrument_builtin_call,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4537 tree instrument_expr = NULL_TREE; in cp_build_binary_op() local
4681 &instrument_expr); in cp_build_binary_op()
4682 if (instrument_expr != NULL) in cp_build_binary_op()
4684 instrument_expr, result); in cp_build_binary_op()
5412 instrument_expr = build_call_expr_loc (location, tt, 2, op0, op1); in cp_build_binary_op()
5763 instrument_expr = op0; in cp_build_binary_op()
5794 if (instrument_expr != NULL) in cp_build_binary_op()
5795 instrument_expr = add_stmt_to_compound (instrument_expr, in cp_build_binary_op()
5798 instrument_expr = instrument_expr1; in cp_build_binary_op()
5805 if (instrument_expr != NULL) in cp_build_binary_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4974 tree instrument_expr = NULL_TREE; in cp_build_binary_op() local
5118 &instrument_expr); in cp_build_binary_op()
5119 if (instrument_expr != NULL) in cp_build_binary_op()
5121 instrument_expr, result); in cp_build_binary_op()
5863 instrument_expr = build_call_expr_loc (location, tt, 2, op0, op1); in cp_build_binary_op()
6225 instrument_expr = op0; in cp_build_binary_op()
6260 if (instrument_expr != NULL) in cp_build_binary_op()
6261 instrument_expr = add_stmt_to_compound (instrument_expr, in cp_build_binary_op()
6264 instrument_expr = instrument_expr1; in cp_build_binary_op()
6271 if (instrument_expr != NULL) in cp_build_binary_op()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c3944 pointer_diff (location_t loc, tree op0, tree op1, tree *instrument_expr) in pointer_diff() argument
3997 *instrument_expr = build_call_expr_loc (loc, tt, 2, op0, op1); in pointer_diff()
11581 tree instrument_expr = NULL; in build_binary_op() local
11775 ret = pointer_diff (location, op0, op1, &instrument_expr); in build_binary_op()
12359 instrument_expr = build_call_expr_loc (location, tt, 2, op0, op1); in build_binary_op()
12672 instrument_expr = ubsan_instrument_division (location, op0, op1); in build_binary_op()
12674 instrument_expr = ubsan_instrument_shift (location, code, op0, op1); in build_binary_op()
12699 if (instrument_expr != NULL) in build_binary_op()
12701 instrument_expr, ret); in build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc3976 pointer_diff (location_t loc, tree op0, tree op1, tree *instrument_expr) in pointer_diff() argument
4028 *instrument_expr = build_call_expr_loc (loc, tt, 2, op0, op1); in pointer_diff()
11793 tree instrument_expr = NULL; in build_binary_op() local
11987 ret = pointer_diff (location, op0, op1, &instrument_expr); in build_binary_op()
12540 instrument_expr = build_call_expr_loc (location, tt, 2, op0, op1); in build_binary_op()
12863 instrument_expr = ubsan_instrument_division (location, op0, op1); in build_binary_op()
12865 instrument_expr = ubsan_instrument_shift (location, code, op0, op1); in build_binary_op()
12890 if (instrument_expr != NULL) in build_binary_op()
12892 instrument_expr, ret); in build_binary_op()