| /src/lib/libcurses/ |
| slk.c | 553 const wchar_t *olabel; local 561 olabel = label; 562 if ((len = wcsrtombs(NULL, &olabel, 0, &screen->sp)) == -1) { 565 (uint16_t)*olabel); 573 olabel = label; 574 if (wcsrtombs(str, &olabel, len, &screen->sp) == -1)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| jump.cc | 1399 /* Throughout LOC, redirect OLABEL to NLABEL. Treat null OLABEL or 1403 redirect_exp_1 (rtx *loc, rtx olabel, rtx nlabel, rtx_insn *insn) 1410 if ((code == LABEL_REF && label_ref_label (x) == olabel) 1411 || x == olabel) 1423 && label_ref_label (SET_SRC (x)) == olabel) local 1433 redirect_exp_1 (&XEXP (x, 1), olabel, nlabel, insn); 1434 redirect_exp_1 (&XEXP (x, 2), olabel, nlabel, insn); 1442 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn); 1447 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn) 1422 redirect_exp_1 (&XEXP (x, 1), olabel, nlabel, insn); local 1431 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn); local 1436 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn); local 1483 rtx olabel = jump->jump_label (); local 1536 redirect_exp_1 (&XEXP (note, 0), olabel, nlabel, jump); local 1627 rtx olabel = JUMP_LABEL (jump); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| jump.cc | 1396 /* Throughout LOC, redirect OLABEL to NLABEL. Treat null OLABEL or 1400 redirect_exp_1 (rtx *loc, rtx olabel, rtx nlabel, rtx_insn *insn) 1407 if ((code == LABEL_REF && label_ref_label (x) == olabel) 1408 || x == olabel) 1420 && label_ref_label (SET_SRC (x)) == olabel) local 1430 redirect_exp_1 (&XEXP (x, 1), olabel, nlabel, insn); 1431 redirect_exp_1 (&XEXP (x, 2), olabel, nlabel, insn); 1439 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn); 1444 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn) 1419 redirect_exp_1 (&XEXP (x, 1), olabel, nlabel, insn); local 1428 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn); local 1433 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn); local 1480 rtx olabel = jump->jump_label (); local 1533 redirect_exp_1 (&XEXP (note, 0), olabel, nlabel, jump); local 1624 rtx olabel = JUMP_LABEL (jump); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/sh/ |
| sh.cc | 6401 rtx_insn *olabel = safe_as_a <rtx_insn *> (XEXP (XEXP (src, 1), 0)); 6404 int dest_uid = get_dest_uid (olabel, max_uid); 6415 JUMP_LABEL (insn) = olabel; 6416 LABEL_NUSES (olabel)++; 6391 rtx_insn *olabel = safe_as_a <rtx_insn *> (XEXP (XEXP (src, 1), 0)); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| sh.cc | 6401 rtx_insn *olabel = safe_as_a <rtx_insn *> (XEXP (XEXP (src, 1), 0)); 6404 int dest_uid = get_dest_uid (olabel, max_uid); 6415 JUMP_LABEL (insn) = olabel; 6416 LABEL_NUSES (olabel)++; 6391 rtx_insn *olabel = safe_as_a <rtx_insn *> (XEXP (XEXP (src, 1), 0)); local
|