Home
last modified time | relevance | path

Searched refs:EQEQ (Results 1 – 25 of 36) sorted by relevance

12

/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.java35 public static final int EQEQ=17; field in SimpleCTP
444 if ( ((LA5_0>=BLOCK && LA5_0<=FOR)||(LA5_0>=EQEQ && LA5_0<=PLUS)) ) { in block()
500 case EQEQ: in stat()
630 case EQEQ: in expr()
667 match(input,EQEQ,FOLLOW_EQEQ_in_expr352); in expr()
DSimpleC__.gl34 EQEQ : '==' ;
DSimpleCLexer.java32 public static final int EQEQ=17; field in SimpleCLexer
393 int _type = EQEQ; in mEQEQ()
DSimpleCParser.java38 public static final int EQEQ=17; field in SimpleCParser
952 else if ( ((LA7_2>=EQEQ && LA7_2<=PLUS)||LA7_2==21) ) { in stat()
1386 if ( ((LA9_0>=EQEQ && LA9_0<=LT)) ) { in condExpr()
1397 if ( (LA8_0==EQEQ) ) { in condExpr()
1413 string_literal43=(Token)match(input,EQEQ,FOLLOW_EQEQ_in_condExpr622); in condExpr()
/external/skia/src/sksl/
DSkSLLexer.h166 #undef EQEQ
167 EQEQ, enumerator
DSkSLIRGenerator.cpp1191 case Token::EQEQ: // fall through in determine_binary_type()
1426 case Token::EQEQ: return RESULT(Bool, ==); in constantFold()
1449 case Token::EQEQ: return RESULT(Bool, ==); in constantFold()
1472 case Token::EQEQ: in constantFold()
1489 case Token::EQEQ: in constantFold()
1577 if (!determine_binary_type(fContext, Token::EQEQ, ifTrue->fType, ifFalse->fType, &trueType, in convertTernaryExpression()
DSkSLMetalCodeGenerator.cpp613 case Token::EQEQ: // fall through in GetBinaryPrecedence()
657 case Token::EQEQ: in writeBinaryExpression()
DSkSLCPPCodeGenerator.cpp95 case Token::EQEQ: in writeBinaryExpression()
DSkSLGLSLCodeGenerator.cpp884 case Token::EQEQ: // fall through in writeFunctionCall()
/external/skqp/src/sksl/
DSkSLLexer.h170 #undef EQEQ
171 EQEQ, enumerator
DSkSLIRGenerator.cpp1141 case Token::EQEQ: // fall through in determine_binary_type()
1376 case Token::EQEQ: return RESULT(Bool, ==); in constantFold()
1399 case Token::EQEQ: return RESULT(Bool, ==); in constantFold()
1423 case Token::EQEQ: in constantFold()
1440 case Token::EQEQ: in constantFold()
1528 if (!determine_binary_type(fContext, Token::EQEQ, ifTrue->fType, ifFalse->fType, &trueType, in convertTernaryExpression()
DSkSLGLSLCodeGenerator.cpp865 case Token::EQEQ: // fall through in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp500 case Token::EQEQ: // fall through in GetBinaryPrecedence()
/external/antlr/runtime/Python3/tests/
Dt047treeparserWalker.g57 expr: ^(EQEQ expr expr)
Dt047treeparser.g103 EQEQ : '==' ;
/external/antlr/runtime/Python/tests/
Dt047treeparserWalker.g57 expr: ^(EQEQ expr expr)
Dt047treeparser.g103 EQEQ : '==' ;
/external/antlr/runtime/JavaScript/tests/functional/
Dt047treeparserWalker.g58 expr: ^(EQEQ expr expr)
Dt047treeparser.g103 EQEQ : '==' ;
/external/antlr/runtime/Cpp/tests/
Dt047treeparserWalker.g63 expr: ^(EQEQ expr expr)
Dt047treeparser.g116 EQEQ : '==' ;
/external/skqp/src/sksl/lex/
Dsksl.lex76 EQEQ = "=="
/external/skia/src/sksl/lex/
Dsksl.lex74 EQEQ = "=="
/external/turbine/javatests/com/google/turbine/parse/
DJavacLexer.java205 case EQEQ:
/external/doclava/src/com/google/doclava/parser/
DJavaLexer.java121 public static final int EQEQ=93; field in JavaLexer
3075 int _type = EQEQ; in mEQEQ()

12