| /src/usr.bin/make/unit-tests/ |
| check-expect.lua | 69 local function parse_exp(lines) function 105 local exp_lines = parse_exp(exp_raw_lines)
|
| /src/lib/libintl/ |
| plural_parser.c | 639 parse_exp(struct tokenizer_context *tcx, struct parser_element *pelem) function 771 token = parse_exp(&tcx, &pelem); 867 token = parse_exp(&tcx, &pelem); 1011 token = parse_exp(&tcx, &pelem);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-h8300.c | 356 static char *parse_exp (char *, struct h8_op *); 487 parse_exp (char *src, struct h8_op *op) function 692 *ptr = parse_exp (src + 1, op); 720 *ptr = parse_exp (src, op); 776 src = parse_exp (src, op); 862 *ptr = parse_exp (src, op); 870 *ptr = parse_exp (src + 1, op); 886 *ptr = parse_exp (src, op); 947 ptr = parse_exp (ptr, &operand[0]);
|
| tc-mcore.c | 647 parse_exp (char * s, expressionS * e) function 738 s = parse_exp (s + 1, & e); 747 s = parse_exp (s, & e); 777 new_pointer = parse_exp (s, & e); 1422 input_line_pointer = parse_exp (op_end + 1, & e); 1441 op_end = parse_exp (op_end + 1, & e); 1455 input_line_pointer = parse_exp (op_end + 1, & e); 1466 input_line_pointer = parse_exp (op_end + 1, & e);
|
| tc-microblaze.c | 572 parse_exp (char *s, expressionS *e) function 715 new_pointer = parse_exp (s, e);
|
| tc-visium.c | 167 static char *parse_exp (char *, expressionS *); 700 parse_exp (char *s, expressionS * op) function 1180 str = parse_exp (str, &e1); 1367 str = parse_exp (str, &e1); 1408 str = parse_exp (str, &e1); 1436 str = parse_exp (str, &e1); 1512 str = parse_exp (str, &e1); 1552 str = parse_exp (str, &e1); 1659 str = parse_exp (str, &e1); 1746 str = parse_exp (str, &e1) [all...] |
| tc-z8k.c | 341 parse_exp (char *s, expressionS *op) function 643 src = parse_exp (src + 1, &(mode->exp)); 687 src = parse_exp (src, &(mode->exp)); 704 src = parse_exp (src, &(mode->exp));
|
| tc-avr.c | 903 parse_exp (char *s, expressionS *op) function 1223 str = parse_exp (str, &op_expr); 1229 str = parse_exp (str, &op_expr); 1235 str = parse_exp (str, &op_expr); 1241 str = parse_exp (str, &op_expr); 1247 str = parse_exp (str, &op_expr); 1306 str = parse_exp (str, &op_expr); 1312 str = parse_exp (str, &op_expr);
|
| tc-sh.c | 982 parse_exp (char *s, sh_operand_info *op) 1088 src = parse_exp (src, op); 1198 *ptr = parse_exp (src, op); 1218 *ptr = parse_exp (src, op); 2570 parse_exp (op_end + 1, &operand[0]); 980 parse_exp (char *s, sh_operand_info *op) function
|
| tc-msp430.c | 412 parse_exp (char * s, expressionS * op) function 638 (void) parse_exp (str, & exp); 1970 end = parse_exp (__tl, &(op->exp)); 2172 end = parse_exp (__tl, &(op->exp)); 2290 end = parse_exp (__tl, &(op->exp)); 2365 end = parse_exp (__tl, &(op->exp)); 2399 (void) parse_exp (__tl, &(op->exp)); 3433 end = parse_exp (l1 + 1, &(op1.exp)); 3509 end = parse_exp (l1 + 1, &(op1.exp)); 3577 end = parse_exp (l1 + 1, &(op1.exp)) [all...] |
| tc-z80.c | 1028 parse_exp (const char *s, expressionS *op) function 1051 res = parse_exp (res, op); 1378 p = parse_exp (args, &arg_m); 1401 p = parse_exp (args, & arg_m); 1408 p = parse_exp (p + 1, & arg_r); 1464 p = parse_exp (args, & arg_s); 1469 p = parse_exp (p, & arg_s); 1486 p = parse_exp (args, ®); 1522 p = parse_exp (args, &operand); 1607 p = parse_exp (args, & mode) [all...] |
| tc-csky.c | 2308 parse_exp (char *s, expressionS *e) function 2438 s = parse_exp (s + 1, &e); 2450 s = parse_exp (s, &e); 2509 s = parse_exp (s + 1, & e); 2571 s = parse_exp (s, &e); 2971 char *new_oper = parse_exp (*oper, &e); 3001 char *new_oper = parse_exp (*oper, &e); 3026 char *new_oper = parse_exp (*oper, &e); 3051 char *new_oper = parse_exp (*oper, &e); 3122 *oper = parse_exp (*oper, &e) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-h8300.c | 356 static char *parse_exp (char *, struct h8_op *); 487 parse_exp (char *src, struct h8_op *op) function 692 *ptr = parse_exp (src + 1, op); 720 *ptr = parse_exp (src, op); 776 src = parse_exp (src, op); 862 *ptr = parse_exp (src, op); 870 *ptr = parse_exp (src + 1, op); 886 *ptr = parse_exp (src, op); 947 ptr = parse_exp (ptr, &operand[0]);
|
| tc-mcore.c | 647 parse_exp (char * s, expressionS * e) function 738 s = parse_exp (s + 1, & e); 747 s = parse_exp (s, & e); 777 new_pointer = parse_exp (s, & e); 1422 input_line_pointer = parse_exp (op_end + 1, & e); 1441 op_end = parse_exp (op_end + 1, & e); 1455 input_line_pointer = parse_exp (op_end + 1, & e); 1466 input_line_pointer = parse_exp (op_end + 1, & e);
|
| tc-microblaze.c | 569 parse_exp (char *s, expressionS *e) function 712 new_pointer = parse_exp (s, e);
|
| tc-visium.c | 167 static char *parse_exp (char *, expressionS *); 700 parse_exp (char *s, expressionS * op) function 1180 str = parse_exp (str, &e1); 1367 str = parse_exp (str, &e1); 1408 str = parse_exp (str, &e1); 1436 str = parse_exp (str, &e1); 1512 str = parse_exp (str, &e1); 1552 str = parse_exp (str, &e1); 1659 str = parse_exp (str, &e1); 1746 str = parse_exp (str, &e1) [all...] |
| tc-z8k.c | 341 parse_exp (char *s, expressionS *op) function 643 src = parse_exp (src + 1, &(mode->exp)); 687 src = parse_exp (src, &(mode->exp)); 704 src = parse_exp (src, &(mode->exp));
|
| tc-avr.c | 903 parse_exp (char *s, expressionS *op) function 1223 str = parse_exp (str, &op_expr); 1229 str = parse_exp (str, &op_expr); 1235 str = parse_exp (str, &op_expr); 1241 str = parse_exp (str, &op_expr); 1247 str = parse_exp (str, &op_expr); 1306 str = parse_exp (str, &op_expr); 1312 str = parse_exp (str, &op_expr);
|
| tc-sh.c | 982 parse_exp (char *s, sh_operand_info *op) 1088 src = parse_exp (src, op); 1198 *ptr = parse_exp (src, op); 1218 *ptr = parse_exp (src, op); 2570 parse_exp (op_end + 1, &operand[0]); 980 parse_exp (char *s, sh_operand_info *op) function
|
| tc-msp430.c | 412 parse_exp (char * s, expressionS * op) function 638 (void) parse_exp (str, & exp); 1970 end = parse_exp (__tl, &(op->exp)); 2172 end = parse_exp (__tl, &(op->exp)); 2290 end = parse_exp (__tl, &(op->exp)); 2365 end = parse_exp (__tl, &(op->exp)); 2399 (void) parse_exp (__tl, &(op->exp)); 3433 end = parse_exp (l1 + 1, &(op1.exp)); 3509 end = parse_exp (l1 + 1, &(op1.exp)); 3577 end = parse_exp (l1 + 1, &(op1.exp)) [all...] |
| tc-z80.c | 1028 parse_exp (const char *s, expressionS *op) function 1051 res = parse_exp (res, op); 1378 p = parse_exp (args, &arg_m); 1401 p = parse_exp (args, & arg_m); 1408 p = parse_exp (p + 1, & arg_r); 1464 p = parse_exp (args, & arg_s); 1470 p = parse_exp (p, & arg_s); 1484 p = parse_exp (args, & arg_s); 1494 p = parse_exp (p, & arg_s); 1511 p = parse_exp (args, ®) [all...] |
| tc-csky.c | 2308 parse_exp (char *s, expressionS *e) function 2438 s = parse_exp (s + 1, &e); 2450 s = parse_exp (s, &e); 2509 s = parse_exp (s + 1, & e); 2571 s = parse_exp (s, &e); 2971 char *new_oper = parse_exp (*oper, &e); 3001 char *new_oper = parse_exp (*oper, &e); 3026 char *new_oper = parse_exp (*oper, &e); 3051 char *new_oper = parse_exp (*oper, &e); 3122 *oper = parse_exp (*oper, &e) [all...] |