Searched defs:subexpr (Results 1 – 6 of 6) sorted by relevance
116 struct hx_expr *subexpr; in eval_comp() local
462 expression_ptr subexpr; member502 expression_ptr subexpr; member in dtc::__anoncc7d8a0c0211::unary_operator
1293 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()1303 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
1041 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
1248 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
995 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr()