Searched refs:label_ctx (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Domp-low.c4475 diagnose_sb_0 (tree *stmt_p, tree branch_ctx, tree label_ctx)
4479 if ((label_ctx ? TREE_VALUE (label_ctx) : NULL) == branch_ctx)
4489 while (label_ctx)
4491 if (TREE_VALUE (label_ctx) == branch_ctx)
4496 label_ctx = TREE_CHAIN (label_ctx);
4471 diagnose_sb_0(tree *stmt_p, tree branch_ctx, tree label_ctx) argument

Completed in 50 milliseconds