Searched defs:subexpr (Results 1 – 6 of 6) sorted by relevance
116 struct hx_expr *subexpr; in eval_comp() local
463 expression_ptr subexpr; member503 expression_ptr subexpr; member in dtc::__anon6f5e454e0211::unary_operator
1373 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()1383 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
1040 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
1260 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
1031 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr()