Home
last modified time | relevance | path

Searched refs:argumentCheckExactInteger (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mosh/mosh-0.2.7/src/
H A DBitwiseProcedures.cpp47 argumentCheckExactInteger(0, e); in bitwiseNotEx()
59 argumentCheckExactInteger(0, arg0); in bitwiseAndEx()
62 argumentCheckExactInteger(i, e); in bitwiseAndEx()
76 argumentCheckExactInteger(0, arg0); in bitwiseIorEx()
93 argumentCheckExactInteger(0, arg0); in bitwiseXorEx()
106 argumentCheckExactInteger(0, e); in bitwiseBitCountEx()
114 argumentCheckExactInteger(0, e); in bitwiseLengthEx()
122 argumentCheckExactInteger(0, e); in bitwiseFirstBitSetEx()
130 argumentCheckExactInteger(0, e1); in bitwiseArithmeticShiftLeftEx()
145 argumentCheckExactInteger(0, e1); in bitwiseArithmeticShiftRightEx()
[all …]
H A DByteVectorProcedures.cpp238 argumentCheckExactInteger(2, value);
260 argumentCheckExactInteger(2, value);
282 argumentCheckExactInteger(2, value);
312 argumentCheckExactInteger(2, value);
418 argumentCheckExactInteger(2, v);
448 argumentCheckExactInteger(2, v);
483 argumentCheckExactInteger(2, v);
519 argumentCheckExactInteger(2, v);
H A DPortProcedures.cpp374 argumentCheckExactInteger(2, start); in getStringNDEx()
375 argumentCheckExactInteger(3, count); in getStringNDEx()
570 argumentCheckExactInteger(2, startObj); in putBytevectorEx()
582 argumentCheckExactInteger(3, countObj); in putBytevectorEx()
1199 argumentCheckExactInteger(1, count); in getBytevectorNEx()
1274 argumentCheckExactInteger(2, start); in getBytevectorNDEx()
1275 argumentCheckExactInteger(3, count); in getBytevectorNDEx()
1889 argumentCheckExactInteger(2, startObj); in putStringEx()
1907 argumentCheckExactInteger(3, countObj); in putStringEx()
H A DFFIProcedures.cpp1120 argumentCheckExactInteger(0, integer); in integerTopointerEx()
1155 argumentCheckExactInteger(2, v); in pointerSet()
1243 argumentCheckExactInteger(2, v); in pointerSetCInt64DEx()
1450 argumentCheckExactInteger(0, val); in sharedErrnoEx()
1477 argumentCheckExactInteger(0, size); in internalFfiMallocEx()
H A DProcedureMacro.h219 #define argumentCheckExactInteger(index, variableName) checkType(index, variableName, isExactIntege… macro