MCPcopy Create free account

hub / github.com/dcleblanc/SafeInt / functions

Functions2,413 in github.com/dcleblanc/SafeInt

MethodRegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:1873
MethodRegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:1943
MethodRegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:1968
MethodRegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:2028
MethodRegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:2117
MethodRegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:2206
MethodRegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:2301
MethodRegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:2390
FunctionSafeAdd
Archive/releases/0/SafeInt_3017p.hpp:5406
FunctionSafeAdd
Archive/releases/1/SafeInt_3016p.hpp:5380
FunctionSafeAdd
Archive/releases/6/SafeInt_3012p.hpp:5005
FunctionSafeAdd
Archive/releases/3/SafeInt_3015p.hpp:5361
FunctionSafeAdd
Archive/releases/5/SafeInt_3013p.cpp:5085
FunctionSafeAdd
Archive/releases/7/SafeInt_3011p.hpp:4965
FunctionSafeAddTest
Test/ConstExpr.cpp:363
MethodSafeAtoI
Archive/releases/4/SafeInt_3014p.hpp:6072
MethodSafeAtoI
Archive/releases/0/SafeInt_3017p.hpp:6242
MethodSafeAtoI
Archive/releases/1/SafeInt_3016p.hpp:6216
MethodSafeAtoI
Archive/releases/6/SafeInt_3012p.hpp:5841
MethodSafeAtoI
Archive/releases/3/SafeInt_3015p.hpp:6197
MethodSafeAtoI
Archive/releases/5/SafeInt_3013p.cpp:5921
MethodSafeAtoI
Archive/releases/7/SafeInt_3011p.hpp:5801
FunctionSafeCast
Archive/releases/0/SafeInt_3017p.hpp:5346
FunctionSafeCast
Archive/releases/1/SafeInt_3016p.hpp:5320
FunctionSafeCast
Archive/releases/6/SafeInt_3012p.hpp:4945
FunctionSafeCast
Archive/releases/3/SafeInt_3015p.hpp:5301
FunctionSafeCast
Archive/releases/5/SafeInt_3013p.cpp:5025
FunctionSafeCast
Archive/releases/7/SafeInt_3011p.hpp:4905
FunctionSafeCastTest
Test/ConstExpr.cpp:332
FunctionSafeDivide
Archive/releases/0/SafeInt_3017p.hpp:5400
FunctionSafeDivide
Archive/releases/1/SafeInt_3016p.hpp:5374
FunctionSafeDivide
Archive/releases/6/SafeInt_3012p.hpp:4999
FunctionSafeDivide
Archive/releases/3/SafeInt_3015p.hpp:5355
FunctionSafeDivide
Archive/releases/5/SafeInt_3013p.cpp:5079
FunctionSafeDivide
Archive/releases/7/SafeInt_3011p.hpp:4959
FunctionSafeDivideTest
Test/ConstExpr.cpp:355
FunctionSafeEquals
Archive/releases/0/SafeInt_3017p.hpp:5352
FunctionSafeEquals
Archive/releases/1/SafeInt_3016p.hpp:5326
FunctionSafeEquals
Archive/releases/6/SafeInt_3012p.hpp:4951
FunctionSafeEquals
Archive/releases/3/SafeInt_3015p.hpp:5307
FunctionSafeEquals
Archive/releases/5/SafeInt_3013p.cpp:5031
FunctionSafeEquals
Archive/releases/7/SafeInt_3011p.hpp:4911
FunctionSafeGreaterThan
Archive/releases/0/SafeInt_3017p.hpp:5364
FunctionSafeGreaterThan
Archive/releases/1/SafeInt_3016p.hpp:5338
FunctionSafeGreaterThan
Archive/releases/6/SafeInt_3012p.hpp:4963
FunctionSafeGreaterThan
Archive/releases/3/SafeInt_3015p.hpp:5319
FunctionSafeGreaterThan
Archive/releases/5/SafeInt_3013p.cpp:5043
FunctionSafeGreaterThan
Archive/releases/7/SafeInt_3011p.hpp:4923
FunctionSafeGreaterThanEquals
Archive/releases/0/SafeInt_3017p.hpp:5370
FunctionSafeGreaterThanEquals
Archive/releases/1/SafeInt_3016p.hpp:5344
FunctionSafeGreaterThanEquals
Archive/releases/6/SafeInt_3012p.hpp:4969
FunctionSafeGreaterThanEquals
Archive/releases/3/SafeInt_3015p.hpp:5325
FunctionSafeGreaterThanEquals
Archive/releases/5/SafeInt_3013p.cpp:5049
FunctionSafeGreaterThanEquals
Archive/releases/7/SafeInt_3011p.hpp:4929
MethodSafeInt
Having a constructor for every type of int avoids having the compiler evade our checks when doing implicit casts - e.g., SafeInt<char> s = 0x7fffffff;
SafeInt.hpp:5639
MethodSafeInt
Archive/releases/4/SafeInt_3014p.hpp:5254
MethodSafeInt
Archive/releases/0/SafeInt_3017p.hpp:5424
MethodSafeInt
Archive/releases/1/SafeInt_3016p.hpp:5398
MethodSafeInt
Archive/releases/6/SafeInt_3012p.hpp:5023
MethodSafeInt
Archive/releases/3/SafeInt_3015p.hpp:5379
MethodSafeInt
Archive/releases/5/SafeInt_3013p.cpp:5103
MethodSafeInt
Archive/releases/7/SafeInt_3011p.hpp:4983
FunctionSafeInt< T, E > operator %
SafeInt.hpp:5965
FunctionSafeInt< T, E > operator &
Bitwise &
SafeInt.hpp:6238
FunctionSafeInt< T, E > operator *
SafeInt.hpp:5996
FunctionSafeInt< T, E > operator +
Addition
SafeInt.hpp:6071
FunctionSafeInt< T, E > operator -
SafeInt.hpp:5860
FunctionSafeInt< T, E > operator /
SafeInt.hpp:6033
FunctionSafeInt< T, E > operator <<
SafeInt.hpp:6154
FunctionSafeInt< T, E > operator >>
SafeInt.hpp:6195
FunctionSafeInt< T, E > operator ^
XOR
SafeInt.hpp:6283
FunctionSafeInt< T, E > operator |
bitwise OR
SafeInt.hpp:6320
FunctionSafeInt< T, E > operator ~
One's complement Note - this operator will normally change size to an int cast in return improves perf and maintains type
SafeInt.hpp:5920
FunctionSafeInt< U, E > operator <<
SafeInt.hpp:7078
FunctionSafeInt< U, E > operator >>
SafeInt.hpp:7088
FunctionSafeInt<T> ConstSafeInt
Test/ConstExpr.cpp:140
FunctionSafeInt<ptrdiff_t, SafeIntDefaultExceptionHandler> SafePtrDiff
SafeInt.hpp:6481
MethodSafeIntException
Archive/releases/4/SafeInt_3014p.hpp:536
MethodSafeIntException
Archive/releases/0/SafeInt_3017p.hpp:586
MethodSafeIntException
Archive/releases/1/SafeInt_3016p.hpp:588
MethodSafeIntException
Archive/releases/6/SafeInt_3012p.hpp:530
MethodSafeIntException
Archive/releases/3/SafeInt_3015p.hpp:579
MethodSafeIntException
Archive/releases/5/SafeInt_3013p.cpp:536
MethodSafeIntException
Archive/releases/7/SafeInt_3011p.hpp:526
MethodSafeIntOnDivZero
SafeInt.hpp:708
MethodSafeIntOnDivZero
SafeInt.hpp:742
MethodSafeIntOnDivZero
Archive/releases/4/SafeInt_3014p.hpp:598
MethodSafeIntOnDivZero
Archive/releases/0/SafeInt_3017p.hpp:648
MethodSafeIntOnDivZero
Archive/releases/1/SafeInt_3016p.hpp:650
MethodSafeIntOnDivZero
Archive/releases/6/SafeInt_3012p.hpp:592
MethodSafeIntOnDivZero
Archive/releases/3/SafeInt_3015p.hpp:641
MethodSafeIntOnDivZero
Archive/releases/5/SafeInt_3013p.cpp:598
MethodSafeIntOnDivZero
Archive/releases/7/SafeInt_3011p.hpp:553
MethodSafeIntOnDivZero
Archive/releases/7/SafeInt_3011p.hpp:580
MethodSafeIntOnDivZero
Test/ConstExpr.cpp:22
MethodSafeIntOnOverflow
SafeInt.hpp:702
MethodSafeIntOnOverflow
SafeInt.hpp:736
MethodSafeIntOnOverflow
Archive/releases/4/SafeInt_3014p.hpp:592
MethodSafeIntOnOverflow
Archive/releases/0/SafeInt_3017p.hpp:642
MethodSafeIntOnOverflow
Archive/releases/1/SafeInt_3016p.hpp:644
← previousnext →1,501–1,600 of 2,413, ranked by callers