Searched defs:subexpr (Results 1 – 5 of 5) sorted by relevance
108 const Expression* subexpr = arg->getConstantSubexpression(index); in evaluate_intrinsic_1_of_type() local
1025 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()1040 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
1291 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()1301 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
1250 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
998 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr()