Home
last modified time | relevance | path

Searched refs:chain_end (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dhash.c498 struct bfd_hash_entry *chain_end = chain; in bfd_hash_lookup() local
501 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_lookup()
502 chain_end = chain_end->next; in bfd_hash_lookup()
504 table->table[hi] = chain_end->next; in bfd_hash_lookup()
506 chain_end->next = newtable[index]; in bfd_hash_lookup()
/freebsd-12-stable/contrib/gcc/
Dunwind-dw2-fde.c437 const fde **chain_end = ▮ in fde_split() local
449 for (probe = chain_end; in fde_split()
451 probe = chain_end) in fde_split()
453 chain_end = (const fde **) erratic->array[probe - linear->array]; in fde_split()
456 erratic->array[i] = (const fde *) chain_end; in fde_split()
457 chain_end = &linear->array[i]; in fde_split()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dcache-membuffer.c3139 entry_group_t *chain_end in svn_membuffer_get_segment_info() local
3142 = MIN(chain_end->header.used, in svn_membuffer_get_segment_info()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp839 FI = indirectField->chain_begin(), FEnd = indirectField->chain_end(); in BuildAnonymousStructUnionMemberReference()
DSemaInit.cpp2307 PE = IndirectField->chain_end(); PI != PE; ++PI) { in ExpandAnonymousFieldDesignator()
DSemaDeclCXX.cpp2284 Inits.insert(ID->chain_begin(), ID->chain_end()); in CheckConstexprFunctionBody()
DSemaDecl.cpp4962 Chaining.append(IF->chain_begin(), IF->chain_end()); in InjectAnonymousStructOrUnionMembers()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h3102 chain_iterator chain_end() const { return chain().end(); } in chain_end() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7389 nce = nested_indirect_field_decl->chain_end(); in BuildIndirectFields()