Searched refs:is_empty (Results 176 - 200 of 409) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc640 if (sqr_stmts.is_empty () && mult_stmts.is_empty ())
645 if (has_other_use && (sqr_stmts.is_empty () || mult_stmts.is_empty ()))
658 if (!sqr_stmts.is_empty ())
697 if (!mult_stmts.is_empty ())
H A Dipa-fnsummary.cc1767 if (!ranges.is_empty ())
3590 && !ctx.m_avals.m_known_aggs[i].is_empty ())
3716 || m_avals.m_known_aggs[i].is_empty ())
3719 && !ctx.m_avals.m_known_aggs[i].is_empty ())
3724 || ctx.m_avals.m_known_aggs[i].is_empty ())
3727 && !m_avals.m_known_aggs[i].is_empty ())
H A Dtree-ssa-loop-im.cc2460 while (!first_edge_seq.is_empty ()
2481 while (!edge_seq.is_empty ()
2884 while (!seq->second.is_empty ()
2942 if (!unord_refs.is_empty ())
3358 while (!worklist.is_empty ());
H A Dtree-into-ssa.cc855 gcc_assert (worklist.is_empty ());
864 while (!worklist.is_empty ())
1640 if (symbols_to_rename.is_empty ())
H A Dtree-ssa-threadupdate.cc2759 gcc_checking_assert (!path.is_empty ());
2957 while (!dead_worklist.is_empty ())
H A Dipa-split.cc232 while (!worklist.is_empty ())
1077 while (!stack.is_empty ())
H A Dcgraph.h2430 if (!cgraph_released_summary_ids.is_empty ())
2441 if (!edge_released_summary_ids.is_empty ())
H A Dread-rtl.cc866 if (iterator_uses.is_empty ())
893 gcc_assert (!current_iterators.is_empty ());
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc928 if (!uninitialized->is_empty ())
2661 else if (init->is_empty ())
3607 if (*init != NULL && (*init)->is_empty ())
3984 && (array_p || (cxx_dialect >= cxx20 && nelts && !(*init)->is_empty ())))
3987 if ((*init)->is_empty ())
H A Dsemantics.cc552 gcc_checking_assert (!stmt_list_stack->is_empty ());
5912 if (!ambiguousp->is_empty ())
5925 if (!ambiguous.is_empty ())
9131 while (!omp_private_member_vec.is_empty ())
9167 while (!omp_private_member_vec.is_empty ())
9195 gcc_assert (omp_private_member_vec.is_empty ());
9197 if (save.is_empty ())
9207 while (!save.is_empty ())
9216 gcc_assert (save.is_empty ());
9537 || !data.closure_vars_accessed.is_empty ()))
[all...]
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp485 if (nm == symbol("P") || nm.is_empty()) {
528 if (fam.is_null() || fam.is_empty()) {
2379 int environment::is_empty() function in class:environment
H A Ddiv.cpp576 ? curenv->is_empty()
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-into-ssa.c854 gcc_assert (worklist.is_empty ());
863 while (!worklist.is_empty ())
1643 if (symbols_to_rename.is_empty ())
H A Dipa-split.c232 while (!worklist.is_empty ())
1058 while (!stack.is_empty ())
H A Dattribs.c138 if (attributes_table.is_empty ())
2066 static bool is_empty (const value_type &x)
2064 static bool is_empty (const value_type &x) function
H A Dcgraph.h2474 if (!cgraph_released_summary_ids.is_empty ())
2485 if (!edge_released_summary_ids.is_empty ())
H A Dgenrecog.c1981 while (!where.is_empty ())
3473 while (!candidates.is_empty ()
3655 if (intersecting.is_empty ())
3918 while (!worklist.is_empty ())
H A Dtree-profile.c666 if (profile_filter_files.is_empty ())
H A Dtree-stdarg.c73 while (! stack.is_empty ())
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc2750 if (arg_positions.is_empty ())
3413 if (cur_idx.is_empty () && new_idx.is_empty ())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp741 static bool is_empty(const BasicBlock *B) { function
800 while (is_empty(DomB)) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dzoneverify.c1014 is_empty(const vctx_t *vctx, dns_dbnode_t *node, bool *empty) { function
1813 result = is_empty(vctx, nextnode, &empty);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dzoneverify.c1013 is_empty(const vctx_t *vctx, dns_dbnode_t *node, bool *empty) { function
1812 result = is_empty(vctx, nextnode, &empty);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc319 static inline bool is_empty (const T &entry) function in class:ana::dedupe_hash_map_traits
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h590 #define building_stmt_list_p() (stmt_list_stack && !stmt_list_stack->is_empty())

Completed in 594 milliseconds

1234567891011>>