Searched refs:TYPEOF (Results 1 – 18 of 18) sorted by relevance
29 #define TYPEOF(x) (__typeof__(x)) macro31 #define TYPEOF(x) macro34 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (sizeof(x) * 8 - (bits))))
338 #define TYPEOF( type ) (__typeof__ (type)) macro340 #define TYPEOF( type ) /* empty */ macro
28 #define AF_WARPER_FLOOR( x ) ( (x) & ~TYPEOF( x )63 )
107 K(TYPEOF, "typeof", 0) \
578 case Token::TYPEOF: in VisitUnaryOperation()
964 KEYWORD("typeof", Token::TYPEOF) \
432 op == Token::DELETE || op == Token::TYPEOF || op == Token::VOID; in VisitUnaryOperation()
465 return maybe_unary != NULL && maybe_unary->op() == Token::TYPEOF; in IsTypeof()
9824 case Token::TYPEOF: return VisitTypeof(expr); in VisitUnaryOperation()
87 #define FT_PAD_FLOOR( x, n ) ( (x) & ~TYPEOF( x )( (n)-1 ) )91 #define FT_PIX_FLOOR( x ) ( (x) & ~TYPEOF( x )63 )
1363 case Token::TYPEOF: in VisitUnaryOperation()
4260 case Token::TYPEOF: { in VisitUnaryOperation()
4285 case Token::TYPEOF: { in VisitUnaryOperation()
4271 case Token::TYPEOF: { in VisitUnaryOperation()
3978 case Token::TYPEOF: { in VisitUnaryOperation()
4328 case Token::TYPEOF: { in VisitUnaryOperation()
4329 case Token::TYPEOF: { in VisitUnaryOperation()
4314 case Token::TYPEOF: { in VisitUnaryOperation()