| /src/external/gpl2/xcvs/dist/diff/ |
| context.c | 369 int top0, top1; 376 top1 = start->line1 + start->inserted; 386 if (start && start->line0 - top0 != start->line1 - top1) 363 int top0, top1; local
|
| /src/external/gpl2/diffutils/dist/src/ |
| context.c | 395 lin top0, top1; 409 top1 = start->line1 + start->inserted; 417 if (start && start->line0 - top0 != start->line1 - top1) 389 lin top0, top1; local
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ubsan.cc | 50 tree top1 = TYPE_MAIN_VARIANT (TREE_TYPE (op1)); local 51 gcc_checking_assert (lang_hooks.types_compatible_p (top0, top1));
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ubsan.cc | 50 tree top1 = TYPE_MAIN_VARIANT (TREE_TYPE (op1)); local 51 gcc_checking_assert (lang_hooks.types_compatible_p (top0, top1));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| simplify-rtx.cc | 3552 rtx top0 = NULL_RTX, top1 = NULL_RTX; 3554 top0 = op0, top1 = op1; 3556 top0 = op1, top1 = op0; 3557 if (top0 && top1) 3562 XEXP (XEXP (top1, 0), 0))) 3563 tem = XEXP (XEXP (top1, 0), 1); 3565 XEXP (XEXP (top1, 0), 1))) 3566 tem = XEXP (XEXP (top1, 0), 0); 3570 (AND, mode, tem, XEXP (top1, 1))); 6698 rtx top1 = simplify_merge_mask (XEXP (x, 1), mask, op) 3543 rtx top0 = NULL_RTX, top1 = NULL_RTX; local [all...] |
| builtins.cc | 2687 tree top1, top2; 2703 top1 = make_tree (build_pointer_type (TREE_TYPE (arg)), op1a); 2709 call, 3, arg, top1, top2)); 2686 tree top1, top2; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| simplify-rtx.cc | 3390 rtx top0 = NULL_RTX, top1 = NULL_RTX; 3392 top0 = op0, top1 = op1; 3394 top0 = op1, top1 = op0; 3395 if (top0 && top1) 3400 XEXP (XEXP (top1, 0), 0))) 3401 tem = XEXP (XEXP (top1, 0), 1); 3403 XEXP (XEXP (top1, 0), 1))) 3404 tem = XEXP (XEXP (top1, 0), 0); 3408 (AND, mode, tem, XEXP (top1, 1))); 6433 rtx top1 = simplify_merge_mask (XEXP (x, 1), mask, op) 3381 rtx top0 = NULL_RTX, top1 = NULL_RTX; local [all...] |
| builtins.cc | 2659 tree top1, top2; 2675 top1 = make_tree (build_pointer_type (TREE_TYPE (arg)), op1a); 2681 call, 3, arg, top1, top2)); 2658 tree top1, top2; local
|