Searched refs:instrumented (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtsan.c88 /* Number of instrumented memory accesses in the current function. */
263 a basic block, so the instrumented stmts need to be
669 true if func entry/exit should be instrumented. */
676 bool instrumented = false; local
683 /* All functions with function call will have exit instrumented,
697 instrumented = instrument_expr (*gsi, lhs, true);
702 instrumented = instrument_expr (*gsi, rhs, false);
705 return instrumented;
750 Return true if func entry/exit should be instrumented. */
H A Dtree-chkp.c112 accesses like static variable access does not have to be instrumented
133 achieve compatibility of instrumented code with regular codes
175 declaration/type is replaced with the instrumented one.
446 /* Return 1 if function FNDECL is instrumented by Pointer
452 && lookup_attribute ("chkp instrumented", DECL_ATTRIBUTES (fndecl));
455 /* Mark function FNDECL as instrumented. */
463 = tree_cons (get_identifier ("chkp instrumented"), NULL,
580 bool instrumented = false; local
585 instrumented = true;
587 if (instrumented
[all...]

Completed in 92 milliseconds