Lines Matching refs:tl_assert
207 tl_assert(clo_fnname);
208 tl_assert(clo_fnname[0]);
319 default: tl_assert(0);
336 default: tl_assert(0);
359 tl_assert(op < N_OPS);
360 tl_assert(typeIx < N_TYPES);
492 tl_assert(0);
514 tl_assert(clo_trace_mem);
515 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
519 tl_assert(events_used >= 0 && events_used < N_EVENTS);
531 tl_assert(clo_trace_mem);
532 tl_assert(isIRAtom(daddr));
533 tl_assert(dsize >= 1 && dsize <= MAX_DSIZE);
536 tl_assert(events_used >= 0 && events_used < N_EVENTS);
549 tl_assert(clo_trace_mem);
550 tl_assert(isIRAtom(daddr));
551 tl_assert(dsize >= 1 && dsize <= MAX_DSIZE);
567 tl_assert(events_used >= 0 && events_used < N_EVENTS);
700 tl_assert(clo_fnname);
701 tl_assert(clo_fnname[0]);
734 tl_assert(type != Ity_INVALID);
761 tl_assert(type != Ity_INVALID);
773 tl_assert(d->mAddr != NULL);
774 tl_assert(d->mSize != 0);
781 tl_assert(d->mAddr == NULL);
782 tl_assert(d->mSize == 0);
798 tl_assert(cas->addr != NULL);
799 tl_assert(cas->dataLo != NULL);
847 tl_assert(iaddr != 0);
889 tl_assert(0);
915 tl_assert(clo_fnname);
916 tl_assert(clo_fnname[0]);
942 tl_assert(n_SBs_entered); // Paranoia time.
947 tl_assert(n_guest_instrs); // Paranoia time.