Searched refs:operator_string (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.h | 332 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 D | parse.c | 516 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 D | parse.y | 276 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 D | ChangeLog | 3808 (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 D | parse.c | 257 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()
|