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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp26 DWARFAbbreviationDeclaration::DWARFAbbreviationDeclaration(dw_tag_t tag, uint8_t has_children) : argument
29 m_has_children (has_children),
H A DDWARFAbbreviationDeclaration.h25 DWARFAbbreviationDeclaration(dw_tag_t tag, uint8_t has_children);
/freebsd-10.2-release/contrib/subversion/subversion/svn/
H A Dlog-cmd.c370 if (log_entry->has_children)
476 if (log_entry->has_children)
554 if (log_entry->has_children)
663 if (log_entry->has_children)
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c1160 svn_boolean_t has_children,
1176 log_entry->has_children = has_children;
1973 svn_boolean_t has_children = FALSE;
1999 has_children = (apr_hash_count(added_mergeinfo) > 0
2012 revprops, has_children,
2016 if (has_children) /* Implies include_merged_revisions == TRUE */
2094 svn_boolean_t has_children = FALSE;
2109 has_children = (apr_hash_count(added_mergeinfo) > 0
2116 handling_merged_revisions, revprops, has_children,
1150 send_log(svn_revnum_t rev, svn_fs_t *fs, apr_hash_t *prefetched_changes, svn_mergeinfo_t log_target_history_as_mergeinfo, apr_hash_t *nested_merges, svn_boolean_t discover_changed_paths, svn_boolean_t subtractive_merge, svn_boolean_t handling_merged_revision, const apr_array_header_t *revprops, svn_boolean_t has_children, svn_log_entry_receiver_t receiver, void *receiver_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
1972 svn_boolean_t has_children = FALSE; local
2093 svn_boolean_t has_children = FALSE; local
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlog.c293 log_entry->has_children = svn_hash__get_bool(attrs,
311 if (log_entry->has_children)
/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_types.h904 svn_boolean_t has_children;
988 * If @a log_entry->has_children is @c TRUE, the message will be followed
886 svn_boolean_t has_children; member in struct:svn_log_entry_t
/freebsd-10.2-release/contrib/gdb/gdb/
H A Ddwarf2read.c312 unsigned char has_children; member in struct:partial_die_info
332 int has_children; /* boolean */ member in struct:abbrev_info
1284 /* Check if comp unit has_children.
1287 if (comp_unit_die.has_children)
1549 if (pdi->has_children == 0)
1652 if (pdi->has_children)
1671 && struct_pdi->has_children)
1771 if (!orig_pdi->has_children)
4128 int has_children; local
4130 cur_ptr = read_full_die (&die, abfd, info_ptr, cu, &has_children);
4521 read_full_die(struct die_info **diep, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu, int *has_children) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp1132 bool has_children = false; local
1136 has_children = value_sp->MightHaveChildren();
1139 log->Printf ("SBValue(%p)::MightHaveChildren() => %i", value_sp.get(), has_children);
1140 return has_children;
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1552 svn_boolean_t has_children;
1583 has_children = FALSE;
1585 has_children = (svn_boolean_t) has_children_param;
1645 log_entry->has_children = has_children;
1691 if (log_entry->has_children)
1551 svn_boolean_t has_children; local
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp748 bool has_children = false; local
755 has_children = true;
759 has_children = GetNumChildren () > 0;
761 return has_children;
/freebsd-10.2-release/contrib/binutils/bfd/
H A Ddwarf2.c221 int has_children; /* Boolean. */ member in struct:abbrev_info
479 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr);
1859 if (abbrev->has_children)
/freebsd-10.2-release/contrib/subversion/subversion/svnserve/
H A Dserve.c2158 log_entry->has_children,
2164 if (log_entry->has_children)

Completed in 368 milliseconds