Lines Matching refs:Value
179 enum Value {
187 static const char* Name(Value tok) {
193 static bool IsKeyword(Value tok) {
197 static bool IsIdentifier(Value tok, LanguageMode language_mode,
216 static bool IsAssignmentOp(Value tok) {
220 static bool IsBinaryOp(Value op) {
224 static bool IsTruncatingBinaryOp(Value op) {
228 static bool IsCompareOp(Value op) {
232 static bool IsOrderedRelationalCompareOp(Value op) {
236 static bool IsEqualityOp(Value op) {
240 static bool IsInequalityOp(Value op) {
244 static bool IsArithmeticCompareOp(Value op) {
249 static Value NegateCompareOp(Value op) {
266 static Value ReverseCompareOp(Value op) {
283 static bool IsBitOp(Value op) {
287 static bool IsUnaryOp(Value op) {
291 static bool IsCountOp(Value op) {
295 static bool IsShiftOp(Value op) {
302 static const char* String(Value tok) {
309 static int Precedence(Value tok) {