Home
last modified time | relevance | path

Searched refs:operator_string (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h332 operator_string ((NODE)), lang_printable_name ((TYPE),0))
337 operator_string ((NODE)), lang_printable_name ((TYPE), 0))
345 operator_string(_node), \
350 operator_string(_node), \
H A Dparse.c516 static char * operator_string PARAMS ((tree));
16892 operator_string (node) in operator_string() function
17169 operator_string (node),
17174 operator_string (node),
17406 operator_string (node), t1,
17854 lang_printable_name (op_type, 0), operator_string (node));
H A Dparse.y276 static char * operator_string PARAMS ((tree));
13327 operator_string (node) in operator_string() function
13604 operator_string (node),
13609 operator_string (node),
13841 operator_string (node), t1,
14289 lang_printable_name (op_type, 0), operator_string (node));
H A DChangeLog3808 (operator_string): Likewise.
8232 do_unary_numeric_promotion, operator_string, do_merge_string_cste,
11799 (operator_string): Use UNARY_PLUS_EXPR.
12590 (operator_string): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
13057 (operator_string): Handle more operators.
13112 (operator_string): Handle more case. Compacted source.
13176 build_binop, operator_string, patch_binop): New functions.
/openbsd-src/usr.bin/make/
H A Dparse.c257 operator_string(int op) in operator_string() function
311 gn->name, gn->name, operator_string(gn->type), in ParseDoOp()
312 gn->name, operator_string(op)); in ParseDoOp()