Searched refs:top0 (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/cvs-1.12/diff/ |
| HD | context.c | 363 int top0, top1; local 369 top0 = start->line0 + start->deleted; 380 if (start && start->line0 - top0 != start->line1 - top1) 385 && start->line0 < top0 + thresh);
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-ubsan.c | 48 tree top0 = TYPE_MAIN_VARIANT (type); in ubsan_instrument_division() local 50 gcc_checking_assert (lang_hooks.types_compatible_p (top0, top1)); in ubsan_instrument_division()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gimple.c | 2181 tree top0 = TREE_OPERAND (t, 0); in canonicalize_cond_expr_cond() local 2183 top0, build_int_cst (TREE_TYPE (top0), 0)); in canonicalize_cond_expr_cond() 2191 tree top0 = TREE_OPERAND (t, 0); in canonicalize_cond_expr_cond() local 2192 t = build2 (TREE_CODE (top0), TREE_TYPE (t), in canonicalize_cond_expr_cond() 2193 TREE_OPERAND (top0, 0), TREE_OPERAND (top0, 1)); in canonicalize_cond_expr_cond()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gimple.c | 3117 tree top0 = TREE_OPERAND (t, 0); in canonicalize_cond_expr_cond() local 3119 top0, build_int_cst (TREE_TYPE (top0), 0)); in canonicalize_cond_expr_cond() 3127 tree top0 = TREE_OPERAND (t, 0); in canonicalize_cond_expr_cond() local 3128 t = build2 (TREE_CODE (top0), TREE_TYPE (t), in canonicalize_cond_expr_cond() 3129 TREE_OPERAND (top0, 0), TREE_OPERAND (top0, 1)); in canonicalize_cond_expr_cond()
|