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

  /src/tests/usr.bin/indent/
opt_pcs.c 116 int unary = +call(); variable
124 int unary = +call (); variable
  /src/external/mit/isl/dist/
isl_test2.cc 34 * as a unary method in a class T, taking an extra argument
40 /* A function for selecting an overload of a pointer to a unary C++ method
67 /* A description of the input and the output of a unary operation.
69 struct unary { struct
121 const std::vector<unary> &tests)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-scopedtables.h 42 struct { enum tree_code op; tree opnd; } unary; member in union:hashable_expr::__anon13974
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.h 42 struct { enum tree_code op; tree opnd; } unary; member in union:hashable_expr::__anon16395
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-loc2c.c 463 /* Emit code for a unary expression -- one which operates in-place on
466 static void unary (int indent, string_file *stream, const char *format, ...)
470 unary (int indent, string_file *stream, const char *format, ...)
481 /* Emit code for a unary expression -- one which uses the top two
996 unary (indent, stream,
1002 unary (indent, stream, "-__gdb_stack[__gdb_tos]");
1006 unary (indent, stream, "~__gdb_stack[__gdb_tos]");
1011 unary (indent, stream, "__gdb_stack[__gdb_tos] + %s",
468 unary (int indent, string_file *stream, const char *format, ...) function
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-loc2c.c 464 /* Emit code for a unary expression -- one which operates in-place on
467 static void unary (int indent, string_file *stream, const char *format, ...)
471 unary (int indent, string_file *stream, const char *format, ...)
482 /* Emit code for a unary expression -- one which uses the top two
997 unary (indent, stream,
1003 unary (indent, stream, "-__gdb_stack[__gdb_tos]");
1007 unary (indent, stream, "~__gdb_stack[__gdb_tos]");
1012 unary (indent, stream, "__gdb_stack[__gdb_tos] + %s",
469 unary (int indent, string_file *stream, const char *format, ...) function
  /src/external/gpl3/binutils/dist/ld/
ldexp.h 74 } unary; member in union:etree_union
  /src/external/gpl3/binutils.old/dist/ld/
ldexp.h 74 } unary; member in union:etree_union
  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 616 unary plus of a constant, but it prevents us from making exceptions
617 in the code elsewhere. Used for unary plus and parenthesized
1638 int unary; local
1648 /* Logical unary */
1655 unary = 1;
1668 unary = 0;
1671 /* Numeric unary */
1678 unary = 1;
1683 unary = 1;
1709 unary = 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
arith.cc 574 unary plus of a constant, but it prevents us from making exceptions
575 in the code elsewhere. Used for unary plus and parenthesized
1510 int unary; local
1520 /* Logical unary */
1527 unary = 1;
1540 unary = 0;
1543 /* Numeric unary */
1550 unary = 1;
1555 unary = 1;
1581 unary = 0
    [all...]
  /src/external/historical/nawk/dist/
b.c 51 #define UNARY case STAR: case PLUS: case QUEST:
56 unary (STAR, PLUS, QUEST): left is child, right is null
296 UNARY
322 UNARY
511 UNARY
996 return (unary(np));
999 return (unary(op2(ALL, NIL, NIL)));
1002 return (unary(op2(EMPTYRE, NIL, NIL)));
1006 return (unary(op2(DOT, NIL, NIL)));
1011 return (unary(np))
1067 Node *unary(Node *np) function
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.c 213 static Expr_Node *unary (Expr_Op_Type, Expr_Node *);
5703 tmp = unary (Expr_Op_Type_NEG, tmp);
5727 tmp = unary (Expr_Op_Type_NEG, tmp);
5802 tmp = unary (Expr_Op_Type_NEG, tmp);
5815 tmp = unary (Expr_Op_Type_NEG, tmp);
5839 tmp = unary (Expr_Op_Type_NEG, tmp);
6007 tmp = unary (Expr_Op_Type_NEG, tmp);
6080 tmp = unary (Expr_Op_Type_NEG, tmp);
6095 tmp = unary (Expr_Op_Type_NEG, tmp);
7578 (yyval.expr) = unary (Expr_Op_Type_COMP, (yyvsp[0].expr))
8015 unary (Expr_Op_Type op, Expr_Node *x) function
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.c 213 static Expr_Node *unary (Expr_Op_Type, Expr_Node *);
5703 tmp = unary (Expr_Op_Type_NEG, tmp);
5727 tmp = unary (Expr_Op_Type_NEG, tmp);
5802 tmp = unary (Expr_Op_Type_NEG, tmp);
5815 tmp = unary (Expr_Op_Type_NEG, tmp);
5839 tmp = unary (Expr_Op_Type_NEG, tmp);
6007 tmp = unary (Expr_Op_Type_NEG, tmp);
6080 tmp = unary (Expr_Op_Type_NEG, tmp);
6095 tmp = unary (Expr_Op_Type_NEG, tmp);
7578 (yyval.expr) = unary (Expr_Op_Type_COMP, (yyvsp[0].expr))
8015 unary (Expr_Op_Type op, Expr_Node *x) function
    [all...]

Completed in 50 milliseconds