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::__anon3998a5d80211::unary_operator
1423 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()1433 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
1048 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr()