Lines Matching refs:sourceFile

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()
534 CppTypeFor<TypeCategory::Integer, 1> p, const char *sourceFile, in RTNAME()
536 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
540 CppTypeFor<TypeCategory::Integer, 2> p, const char *sourceFile, in RTNAME()
542 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
546 CppTypeFor<TypeCategory::Integer, 4> p, const char *sourceFile, in RTNAME()
548 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
552 CppTypeFor<TypeCategory::Integer, 8> p, const char *sourceFile, in RTNAME()
554 return IntMod<false>(x, p, sourceFile, sourceLine); in RTNAME()
559 CppTypeFor<TypeCategory::Integer, 16> p, const char *sourceFile, 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()
590 CppTypeFor<TypeCategory::Integer, 1> p, const char *sourceFile, in RTNAME()
592 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
596 CppTypeFor<TypeCategory::Integer, 2> p, const char *sourceFile, in RTNAME()
598 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
602 CppTypeFor<TypeCategory::Integer, 4> p, const char *sourceFile, in RTNAME()
604 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
608 CppTypeFor<TypeCategory::Integer, 8> p, const char *sourceFile, in RTNAME()
610 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME()
615 CppTypeFor<TypeCategory::Integer, 16> p, const char *sourceFile, 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()