HomeSort by: relevance | last modified time | path
    Searched defs:subexpr (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
sel.c 118 struct hx_expr *subexpr; local
123 subexpr = expr->arg2;
125 if (subexpr->op == expr_WORDS) {
126 while (subexpr) {
127 s1 = eval_word(context, env, subexpr->arg1);
130 subexpr = subexpr->arg2;
132 } else if (subexpr->op == expr_VAR) {
135 subenv = find_variable(context, env, subexpr);
150 _hx509_abort("hx509 eval IN unknown op: %d", (int)subexpr->op)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-predicate-analysis.cc 663 tree subexpr = NULL_TREE; local
670 subexpr = subexpr ? build2 (subcode, boolean_type_node,
671 subexpr, cond) : cond;
674 expr = build2 (code, boolean_type_node, expr, subexpr);
676 expr = subexpr;
genmatch.cc 804 : operand (OP_WITH, loc), with (NULL), subexpr (NULL) {}
806 operand *subexpr; member in class:with_expr
1334 || contains_id (w->subexpr, id));
1375 nw->subexpr = replace_id (w->subexpr, id, with);
2287 bool res = (we->subexpr == result);
2289 || is_a <if_expr *> (we->subexpr)
2290 || is_a <with_expr *> (we->subexpr))
2291 res |= walk_result (we->subexpr, false, result);
3260 gen_1 (f, indent, gimple, w->subexpr);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 1520 rtx subexpr = gen_rtx_MINUS (word_mode, d1, d2); local
1521 rs6000_emit_dot_insn (diff, subexpr, 2, cond);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 1519 rtx subexpr = gen_rtx_MINUS (word_mode, d1, d2); local
1520 rs6000_emit_dot_insn (diff, subexpr, 2, cond);
  /src/external/mit/lua/dist/src/
lparser.c 1271 ** subexpr -> (simpleexp | unop subexpr) { binop subexpr }
1274 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { function
1282 subexpr(ls, v, UNARY_PRIORITY);
1295 nextop = subexpr(ls, &v2, priority[op].right);
1305 subexpr(ls, v, 0);
  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 954 : operand (OP_WITH, loc), with (NULL), subexpr (NULL) {}
956 operand *subexpr; member in class:with_expr
1484 || contains_id (w->subexpr, id));
1525 nw->subexpr = replace_id (w->subexpr, id, with);
2448 bool res = (we->subexpr == result);
2450 || is_a <if_expr *> (we->subexpr)
2451 || is_a <with_expr *> (we->subexpr))
2452 res |= walk_result (we->subexpr, false, result);
3517 gen_1 (f, indent, gimple, w->subexpr);
    [all...]

Completed in 48 milliseconds