Home
last modified time | relevance | path

Searched refs:subexpr (Results 1 – 12 of 12) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsel.c118 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()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-predicate-analysis.cc663 tree subexpr = NULL_TREE; in build_pred_expr() local
670 subexpr = subexpr ? build2 (subcode, boolean_type_node, in build_pred_expr()
671 subexpr, cond) : cond; in build_pred_expr()
674 expr = build2 (code, boolean_type_node, expr, subexpr); in build_pred_expr()
676 expr = subexpr; in build_pred_expr()
H A Dgenmatch.c800 : operand (OP_WITH, loc), with (NULL), subexpr (NULL) {} in with_expr()
802 operand *subexpr; variable
1330 || contains_id (w->subexpr, id)); in contains_id()
1371 nw->subexpr = replace_id (w->subexpr, id, with); in replace_id()
2282 bool res = (we->subexpr == result); in walk_result()
2284 || is_a <if_expr *> (we->subexpr) in walk_result()
2285 || is_a <with_expr *> (we->subexpr)) in walk_result()
2286 res |= walk_result (we->subexpr, false, result); in walk_result()
3247 gen_1 (f, indent, gimple, w->subexpr); in gen_1()
3683 return compare_op (with1->subexpr, s1, with2->subexpr, s2); in compare_op()
[all …]
H A Dgenmatch.cc804 : operand (OP_WITH, loc), with (NULL), subexpr (NULL) {} in with_expr()
806 operand *subexpr; member in with_expr
1334 || contains_id (w->subexpr, id)); in contains_id()
1375 nw->subexpr = replace_id (w->subexpr, id, with); in replace_id()
2287 bool res = (we->subexpr == result); in walk_result()
2289 || is_a <if_expr *> (we->subexpr) in walk_result()
2290 || is_a <with_expr *> (we->subexpr)) in walk_result()
2291 res |= walk_result (we->subexpr, false, result); in walk_result()
3258 gen_1 (f, indent, gimple, w->subexpr); in gen_1()
3710 return compare_op (with1->subexpr, s1, with2->subexpr, s2); in compare_op()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c800 : operand (OP_WITH, loc), with (NULL), subexpr (NULL) {} in with_expr()
802 operand *subexpr; variable
1330 || contains_id (w->subexpr, id)); in contains_id()
1371 nw->subexpr = replace_id (w->subexpr, id, with); in replace_id()
2282 bool res = (we->subexpr == result); in walk_result()
2284 || is_a <if_expr *> (we->subexpr) in walk_result()
2285 || is_a <with_expr *> (we->subexpr)) in walk_result()
2286 res |= walk_result (we->subexpr, false, result); in walk_result()
3247 gen_1 (f, indent, gimple, w->subexpr); in gen_1()
3683 return compare_op (with1->subexpr, s1, with2->subexpr, s2); in compare_op()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1291 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups() argument
1294 : FullExpr(ExprWithCleanupsClass, subexpr) { in ExprWithCleanups()
1301 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create() argument
1307 ExprWithCleanups(subexpr, CleanupsHaveSideEffects, objects); in Create()
/netbsd/external/mit/lua/dist/src/
H A Dlparser.c1274 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
1282 subexpr(ls, v, UNARY_PRIORITY); in subexpr()
1295 nextop = subexpr(ls, &v2, priority[op].right); in subexpr()
1305 subexpr(ls, v, 0); in expr()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h998 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr() argument
999 : Expr(SC, subexpr->getType(), subexpr->getValueKind(), in FullExpr()
1000 subexpr->getObjectKind()), in FullExpr()
1001 SubExpr(subexpr) { in FullExpr()
H A DExprCXX.h3366 static ExprWithCleanups *Create(const ASTContext &C, Expr *subexpr,
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-string.c1519 rtx subexpr = gen_rtx_MINUS (word_mode, d1, d2); in expand_compare_loop() local
1520 rs6000_emit_dot_insn (diff, subexpr, 2, cond); in expand_compare_loop()
H A Drs6000-string.cc1519 rtx subexpr = gen_rtx_MINUS (word_mode, d1, d2); in expand_compare_loop() local
1520 rs6000_emit_dot_insn (diff, subexpr, 2, cond); in expand_compare_loop()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-string.c1519 rtx subexpr = gen_rtx_MINUS (word_mode, d1, d2); in expand_compare_loop() local
1520 rs6000_emit_dot_insn (diff, subexpr, 2, cond); in expand_compare_loop()