Lines Matching refs:instrument
36 /* Instrument division by zero and INT_MIN / -1. If not instrumenting,
99 /* If the condition was folded to 0, no need to instrument
143 /* Instrument left and right shifts. */
206 /* If the condition was folded to 0, no need to instrument
276 /* Instrument variable length array bound. */
305 /* Instrument missing return in C++ functions returning non-void. */
319 /* Instrument array bounds for ARRAY_REFs. We create special builtin,
359 /* Not a last element. Instrument it. */
367 /* Don't instrument this flexible array member-like array in non-strict
408 /* Instrument an ARRAY_REF, if it hasn't already been instrumented.
442 bool instrument = false;
459 instrument = true;
469 instrument those, just weak vars though. */
475 instrument = true;
480 instrument = true;
485 instrument = true;
488 if (!instrument)
503 /* Instrument a NOP_EXPR to REFERENCE_TYPE or INTEGER_CST with REFERENCE_TYPE
525 /* Instrument a CALL_EXPR to a method if needed. */