Home
last modified time | relevance | path

Searched refs:EXPR_TYPE (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
H A Dtraverse_expressions.h64 using EXPR_TYPE = std::remove_pointer_t<traits::ParameterType<CALLBACK, 0>>; in TraverseExpressions()
93 if (auto* filtered = expr->As<EXPR_TYPE>()) { in TraverseExpressions()
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.h40 EXPR_TYPE, enumerator
188 // EXPR_SYMBOL, EXPR_TYPE
H A Dast-inspect.c155 [EXPR_TYPE] = "EXPR_TYPE", in expression_type_name()
H A Dexpand.c527 if (left->type == EXPR_TYPE && right->type == EXPR_TYPE) { in expand_compare()
1096 case EXPR_TYPE: in expand_expression()
H A Dexpression.c151 *tree = alloc_expression(token->pos, EXPR_TYPE); in parse_type()
519 expr = alloc_expression(token->pos, EXPR_TYPE); in primary_expression()
H A Ddissect.c342 case EXPR_TYPE: // [struct T]; Why ??? in do_expression()
H A Dinline.c101 case EXPR_TYPE: in copy_expression()
H A Dshow-parse.c1196 case EXPR_TYPE: in show_expression()
H A Dcompile-i386.c2386 case EXPR_TYPE: in x86_expression()
H A Devaluate.c3461 case EXPR_TYPE: in evaluate_expression()

Completed in 15 milliseconds