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

  /src/bin/csh/
exp.c 94 return (exp0(vp, 0));
98 exp0(Char ***vp, int ignore) function
104 etraci("exp0 p1", p1, vp);
110 p2 = exp0(vp, (ignore & IGNORE) || p1);
112 etraci("exp0 p2", p2, vp);
427 ccode = exp0(vp, ignore);
  /src/external/bsd/atf/dist/tools/
io_test.cpp 419 std::ostringstream exp0, exp1; local
420 exp0 << "stdout " << i;
424 ATF_REQUIRE_EQ(exp0.str(), mux.lines0[i]);
  /src/external/gpl3/gcc/dist/gcc/
dojump.cc 509 tree exp0 = TREE_OPERAND (exp, 0);
514 while (CONVERT_EXPR_P (exp0)
515 && TREE_OPERAND (exp0, 0) != error_mark_node
516 && TYPE_PRECISION (TREE_TYPE (exp0))
517 <= TYPE_PRECISION (TREE_TYPE (TREE_OPERAND (exp0, 0))))
518 exp0 = TREE_OPERAND (exp0, 0);
520 /* "exp0 ^ 1" inverts the sense of the single bit test. */
521 if (TREE_CODE (exp0) == BIT_XOR_EXPR
522 && integer_onep (TREE_OPERAND (exp0, 1))
508 tree exp0 = TREE_OPERAND (exp, 0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dojump.cc 511 tree exp0 = TREE_OPERAND (exp, 0);
516 while (CONVERT_EXPR_P (exp0)
517 && TREE_OPERAND (exp0, 0) != error_mark_node
518 && TYPE_PRECISION (TREE_TYPE (exp0))
519 <= TYPE_PRECISION (TREE_TYPE (TREE_OPERAND (exp0, 0))))
520 exp0 = TREE_OPERAND (exp0, 0);
522 /* "exp0 ^ 1" inverts the sense of the single bit test. */
523 if (TREE_CODE (exp0) == BIT_XOR_EXPR
524 && integer_onep (TREE_OPERAND (exp0, 1))
510 tree exp0 = TREE_OPERAND (exp, 0); local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-s12z.c 1726 expressionS exp0;
1728 exp0.X_op = O_absent;
1738 if (!lex_imm (&imm, size > 1 ? &exp0 : NULL))
1753 emit_reloc (&exp0, f, size, size == 4 ? BFD_RELOC_32 : BFD_RELOC_S12Z_OPR);
1719 expressionS exp0; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s12z.c 1726 expressionS exp0;
1728 exp0.X_op = O_absent;
1738 if (!lex_imm (&imm, size > 1 ? &exp0 : NULL))
1753 emit_reloc (&exp0, f, size, size == 4 ? BFD_RELOC_32 : BFD_RELOC_S12Z_OPR);
1719 expressionS exp0; local

Completed in 58 milliseconds