Lines Matching refs:sourceLine
95 inline T IntMod(T x, T p, const char *sourceFile, int sourceLine) { in IntMod() argument
97 Terminator{sourceFile, sourceLine}.Crash( in IntMod()
107 inline T RealMod(T a, T p, const char *sourceFile, int sourceLine) { in RealMod() argument
109 Terminator{sourceFile, sourceLine}.Crash( in RealMod()
535 int sourceLine) { in RTNAME()
536 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
541 int sourceLine) { in RTNAME()
542 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
547 int sourceLine) { in RTNAME()
548 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
553 int sourceLine) { in RTNAME()
554 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
560 int sourceLine) { in RTNAME()
561 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
566 const char *sourceFile, int sourceLine) { in RTNAME()
567 return RealMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
571 const char *sourceFile, int sourceLine) { in RTNAME()
572 return RealMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
577 const char *sourceFile, int sourceLine) { in RTNAME()
578 return RealMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
583 const char *sourceFile, int sourceLine) { in RTNAME()
584 return RealMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
591 int sourceLine) { in RTNAME()
592 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
597 int sourceLine) { in RTNAME()
598 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
603 int sourceLine) { in RTNAME()
604 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
609 int sourceLine) { in RTNAME()
610 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
616 int sourceLine) { in RTNAME()
617 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
622 const char *sourceFile, int sourceLine) { in RTNAME()
623 return RealMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
627 const char *sourceFile, int sourceLine) { in RTNAME()
628 return RealMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
633 const char *sourceFile, int sourceLine) { in RTNAME()
634 return RealMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
639 const char *sourceFile, int sourceLine) { in RTNAME()
640 return RealMod<true>(x, p, sourceFile, sourceLine); in RTNAME()