Home | History | Annotate | Download | only in Reactor

Lines Matching defs:Long

249 	class Long;
341 IntLiteral<Long>
1189 explicit Int(RValue<Long> cast);
1251 class Long : public Variable<Long>
1254 // Long(Argument<Long> argument);
1256 // explicit Long(RValue<Short> cast);
1257 // explicit Long(RValue<UShort> cast);
1258 explicit Long(RValue<Int> cast);
1259 explicit Long(RValue<UInt> cast);
1260 // explicit Long(RValue<Float> cast);
1262 Long();
1263 // Long(qword x);
1264 Long(RValue<Long> rhs);
1265 // Long(RValue<ULong> rhs);
1266 // Long(const Long &rhs);
1267 // Long(const Reference<Long> &rhs);
1268 // Long(const ULong &rhs);
1269 // Long(const Reference<ULong> &rhs);
1271 RValue<Long> operator=(int64_t rhs) const;
1272 RValue<Long> operator=(RValue<Long> rhs) const;
1273 // RValue<Long> operator=(RValue<ULong> rhs) const;
1274 RValue<Long> operator=(const Long &rhs) const;
1275 RValue<Long> operator=(const Reference<Long> &rhs) const;
1276 // RValue<Long> operator=(const ULong &rhs) const;
1277 // RValue<Long> operator=(const Reference<ULong> &rhs) const;
1282 RValue<Long> operator+(RValue<Long> lhs, RValue<Long> rhs);
1283 RValue<Long> operator-(RValue<Long> lhs, RValue<Long> rhs);
1284 // RValue<Long> operator*(RValue<Long> lhs, RValue<Long> rhs);
1285 // RValue<Long> operator/(RValue<Long> lhs, RValue<Long> rhs);
1286 // RValue<Long> operator%(RValue<Long> lhs, RValue<Long> rhs);
1287 // RValue<Long> operator&(RValue<Long> lhs, RValue<Long> rhs);
1288 // RValue<Long> operator|(RValue<Long> lhs, RValue<Long> rhs);
1289 // RValue<Long> operator^(RValue<Long> lhs, RValue<Long> rhs);
1290 // RValue<Long> operator<<(RValue<Long> lhs, RValue<Long> rhs);
1291 // RValue<Long> operator>>(RValue<Long> lhs, RValue<Long> rhs);
1292 RValue<Long> operator+=(const Long &lhs, RValue<Long> rhs);
1293 RValue<Long> operator-=(const Long &lhs, RValue<Long> rhs);
1294 // RValue<Long> operator*=(const Long &lhs, RValue<Long> rhs);
1295 // RValue<Long> operator/=(const Long &lhs, RValue<Long> rhs);
1296 // RValue<Long> operator%=(const Long &lhs, RValue<Long> rhs);
1297 // RValue<Long> operator&=(const Long &lhs, RValue<Long> rhs);
1298 // RValue<Long> operator|=(const Long &lhs, RValue<Long> rhs);
1299 // RValue<Long> operator^=(const Long &lhs, RValue<Long> rhs);
1300 // RValue<Long> operator<<=(const Long &lhs, RValue<Long> rhs);
1301 // RValue<Long> operator>>=(const Long &lhs, RValue<Long> rhs);
1302 // RValue<Long> operator+(RValue<Long> val);
1303 // RValue<Long> operator-(RValue<Long> val);
1304 // RValue<Long> operator~(RValue<Long> val);
1305 // RValue<Long> operator++(const Long &val, int); // Post-increment
1306 // const Long &operator++(const Long &val); // Pre-increment
1307 // RValue<Long> operator--(const Long &val, int); // Post-decrement
1308 // const Long &operator--(const Long &val); // Pre-decrement
1309 // RValue<Bool> operator<(RValue<Long> lhs, RValue<Long> rhs);
1310 // RValue<Bool> operator<=(RValue<Long> lhs, RValue<Long> rhs);
1311 // RValue<Bool> operator>(RValue<Long> lhs, RValue<Long> rhs);
1312 // RValue<Bool> operator>=(RValue<Long> lhs, RValue<Long> rhs);
1313 // RValue<Bool> operator!=(RValue<Long> lhs, RValue<Long> rhs);
1314 // RValue<Bool> operator==(RValue<Long> lhs, RValue<Long> rhs);
1316 // RValue<Long> RoundLong(RValue<Float> cast);
1317 RValue<Long> AddAtomic( RValue<Pointer<Long>> x, RValue<Long> y);
1389 // explicit Long2(RValue<Long> cast);
1455 explicit UInt(RValue<Long> cast);
2539 RValue<Long> Ticks();