/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCTP.java | 35 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()
|
D | SimpleC__.gl | 34 EQEQ : '==' ;
|
D | SimpleCLexer.java | 32 public static final int EQEQ=17; field in SimpleCLexer 393 int _type = EQEQ; in mEQEQ()
|
D | SimpleCParser.java | 38 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/ |
D | SkSLLexer.h | 166 #undef EQEQ 167 EQEQ, enumerator
|
D | SkSLIRGenerator.cpp | 1191 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()
|
D | SkSLMetalCodeGenerator.cpp | 613 case Token::EQEQ: // fall through in GetBinaryPrecedence() 657 case Token::EQEQ: in writeBinaryExpression()
|
D | SkSLCPPCodeGenerator.cpp | 95 case Token::EQEQ: in writeBinaryExpression()
|
D | SkSLGLSLCodeGenerator.cpp | 884 case Token::EQEQ: // fall through in writeFunctionCall()
|
/external/skqp/src/sksl/ |
D | SkSLLexer.h | 170 #undef EQEQ 171 EQEQ, enumerator
|
D | SkSLIRGenerator.cpp | 1141 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()
|
D | SkSLGLSLCodeGenerator.cpp | 865 case Token::EQEQ: // fall through in writeFunctionCall()
|
D | SkSLMetalCodeGenerator.cpp | 500 case Token::EQEQ: // fall through in GetBinaryPrecedence()
|
/external/antlr/runtime/Python3/tests/ |
D | t047treeparserWalker.g | 57 expr: ^(EQEQ expr expr)
|
D | t047treeparser.g | 103 EQEQ : '==' ;
|
/external/antlr/runtime/Python/tests/ |
D | t047treeparserWalker.g | 57 expr: ^(EQEQ expr expr)
|
D | t047treeparser.g | 103 EQEQ : '==' ;
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | t047treeparserWalker.g | 58 expr: ^(EQEQ expr expr)
|
D | t047treeparser.g | 103 EQEQ : '==' ;
|
/external/antlr/runtime/Cpp/tests/ |
D | t047treeparserWalker.g | 63 expr: ^(EQEQ expr expr)
|
D | t047treeparser.g | 116 EQEQ : '==' ;
|
/external/skqp/src/sksl/lex/ |
D | sksl.lex | 76 EQEQ = "=="
|
/external/skia/src/sksl/lex/ |
D | sksl.lex | 74 EQEQ = "=="
|
/external/turbine/javatests/com/google/turbine/parse/ |
D | JavacLexer.java | 205 case EQEQ:
|
/external/doclava/src/com/google/doclava/parser/ |
D | JavaLexer.java | 121 public static final int EQEQ=93; field in JavaLexer 3075 int _type = EQEQ; in mEQEQ()
|