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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_grammar.y 204 %type <l_node> unary_expression
456 unary_expression: label
458 | DT_TOK_ADDADD unary_expression { $$ = OP1(DT_TOK_PREINC, $2); }
459 | DT_TOK_SUBSUB unary_expression { $$ = OP1(DT_TOK_PREDEC, $2); }
461 | DT_TOK_SIZEOF unary_expression { $$ = OP1(DT_TOK_SIZEOF, $2); }
465 | DT_TOK_STRINGOF unary_expression {
479 unary_expression
597 | unary_expression assignment_operator assignment_expression {
  /src/usr.bin/xlint/lint1/
cgram.y 365 %type <y_tnode> unary_expression
770 unary_expression: label
772 | T_INCDEC sys unary_expression {
802 | T_SIZEOF unary_expression {
811 | T_ALIGNOF unary_expression {
825 /* The rule 'unary_operator' is inlined into unary_expression. */
829 unary_expression
898 | unary_expression T_ASSIGN sys assignment_expression {
901 | unary_expression T_OPASSIGN sys assignment_expression {
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 2129 pp->unary_expression (arg);
2214 c_pretty_printer::unary_expression (tree e)
2222 unary_expression (TREE_OPERAND (e, 0));
2315 unary_expression (TREE_OPERAND (e, 0));
2344 pp->unary_expression (e);
2653 unary_expression (TREE_OPERAND (e, 0));
2757 unary_expression (e);
2211 c_pretty_printer::unary_expression (tree e) function in class:c_pretty_printer
  /src/external/gpl3/gcc/dist/gcc/cp/
cxx-pretty-print.cc 816 cxx_pretty_printer::unary_expression (tree t)
841 unary_expression (TREE_OPERAND (t, 0));
868 unary_expression (TREE_OPERAND (t, 0));
893 c_pretty_printer::unary_expression (t);
1178 unary_expression (t);
815 cxx_pretty_printer::unary_expression (tree t) function in class:cxx_pretty_printer
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 2067 pp->unary_expression (arg);
2152 c_pretty_printer::unary_expression (tree e)
2160 unary_expression (TREE_OPERAND (e, 0));
2253 unary_expression (TREE_OPERAND (e, 0));
2281 pp->unary_expression (e);
2590 unary_expression (TREE_OPERAND (e, 0));
2693 unary_expression (e);
2149 c_pretty_printer::unary_expression (tree e) function in class:c_pretty_printer
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cxx-pretty-print.cc 816 cxx_pretty_printer::unary_expression (tree t)
841 unary_expression (TREE_OPERAND (t, 0));
863 unary_expression (TREE_OPERAND (t, 0));
888 c_pretty_printer::unary_expression (t);
1164 unary_expression (t);
815 cxx_pretty_printer::unary_expression (tree t) function in class:cxx_pretty_printer

Completed in 40 milliseconds