/src/usr.bin/xlint/lint1/ |
tree.c | 1588 /* The operands were already balanced in build_binary. */ 2036 build_binary(tnode_t *ln, op_t op, bool sys, tnode_t *rn) function in typeref:typename:tnode_t * 2184 return build_binary(tn, op, sys, NULL); 2367 return build_binary(ln, op, sys, build_name(msym, false)); 4748 * Perform some tests on expressions which can't be done in build_binary() 4749 * and functions called by build_binary(). These tests must be done here
|
tree.c | 1588 /* The operands were already balanced in build_binary. */ 2036 build_binary(tnode_t *ln, op_t op, bool sys, tnode_t *rn) function in typeref:typename:tnode_t * 2184 return build_binary(tn, op, sys, NULL); 2367 return build_binary(ln, op, sys, build_name(msym, false)); 4748 * Perform some tests on expressions which can't be done in build_binary() 4749 * and functions called by build_binary(). These tests must be done here
|