Searched refs:expression_type (Results 1 – 7 of 7) sorted by relevance
/external/libtextclassifier/native/utils/grammar/semantics/ |
D | composer.cc | 123 const auto handler_it = evaluators_.find(expression->expression_type()); in Apply() 127 EnumNameExpression(expression->expression_type())); in Apply()
|
/external/libtextclassifier/native/utils/grammar/semantics/evaluators/ |
D | span-eval.h | 36 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
|
D | constituent-eval.h | 34 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
|
D | const-eval.h | 37 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
|
D | parse-number-eval.h | 41 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
|
D | arithmetic-eval.cc | 100 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
|
/external/python/cpython3/Parser/ |
D | parser.c | 179 #define expression_type 1103 macro 10872 if (_PyPegen_is_memoized(p, expression_type, &_res)) { in expression_rule() 11009 _PyPegen_insert_memo(p, _mark, expression_type, _res); in expression_rule()
|