Searched refs:subexpr (Results 1 – 4 of 4) sorted by relevance
| /minix3/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | sel.c | 118 struct hx_expr *subexpr; in eval_comp() local 123 subexpr = expr->arg2; in eval_comp() 125 if (subexpr->op == expr_WORDS) { in eval_comp() 126 while (subexpr) { in eval_comp() 127 s1 = eval_word(context, env, subexpr->arg1); in eval_comp() 130 subexpr = subexpr->arg2; in eval_comp() 132 } else if (subexpr->op == expr_VAR) { in eval_comp() 135 subenv = find_variable(context, env, subexpr); in eval_comp() 150 _hx509_abort("hx509 eval IN unknown op: %d", (int)subexpr->op); in eval_comp()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1111 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups() argument 1113 : Expr(ExprWithCleanupsClass, subexpr->getType(), in ExprWithCleanups() 1114 subexpr->getValueKind(), subexpr->getObjectKind(), in ExprWithCleanups() 1115 subexpr->isTypeDependent(), subexpr->isValueDependent(), in ExprWithCleanups() 1116 subexpr->isInstantiationDependent(), in ExprWithCleanups() 1117 subexpr->containsUnexpandedParameterPack()), in ExprWithCleanups() 1118 SubExpr(subexpr) { in ExprWithCleanups() 1124 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create() argument 1129 return new (buffer) ExprWithCleanups(subexpr, objects); in Create()
|
| /minix3/external/mit/lua/dist/src/ |
| H A D | lparser.c | 1052 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function 1060 subexpr(ls, v, UNARY_PRIORITY); in subexpr() 1073 nextop = subexpr(ls, &v2, priority[op].right); in subexpr() 1083 subexpr(ls, v, 0); in expr()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2779 static ExprWithCleanups *Create(const ASTContext &C, Expr *subexpr,
|