Home | History | Annotate | Download | only in src

Lines Matching defs:Value

184   enum Value {
192 static const char* Name(Value tok) {
198 static bool IsKeyword(Value tok) {
202 static bool IsAssignmentOp(Value tok) {
206 static bool IsBinaryOp(Value op) {
210 static bool IsCompareOp(Value op) {
214 static bool IsOrderedCompareOp(Value op) {
218 static Value NegateCompareOp(Value op) {
233 static Value InvertCompareOp(Value op) {
248 static bool IsBitOp(Value op) {
252 static bool IsUnaryOp(Value op) {
256 static bool IsCountOp(Value op) {
260 static bool IsShiftOp(Value op) {
267 static const char* String(Value tok) {
274 static int Precedence(Value tok) {