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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dhash.c498 struct bfd_hash_entry *chain_end = chain; local
501 while (chain_end->next && chain_end->next->hash == chain->hash)
502 chain_end = chain_end->next;
504 table->table[hi] = chain_end->next;
506 chain_end->next = newtable[index];
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde.c439 const fde **chain_end = ▮
451 for (probe = chain_end;
453 probe = chain_end)
455 chain_end = (const fde **) erratic->array[probe - linear->array];
458 erratic->array[i] = (const fde *) chain_end;
459 chain_end = &linear->array[i];
437 const fde **chain_end = ▮ local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c3139 entry_group_t *chain_end local
3142 = MIN(chain_end->header.used,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp841 FI = indirectField->chain_begin(), FEnd = indirectField->chain_end();
H A DSemaInit.cpp2264 PE = IndirectField->chain_end(); PI != PE; ++PI) {
H A DSemaDecl.cpp4743 Chaining.append(IF->chain_begin(), IF->chain_end());
H A DSemaDeclCXX.cpp2233 Inits.insert(ID->chain_begin(), ID->chain_end());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3006 chain_iterator chain_end() const { return chain().end(); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7024 nce = nested_indirect_field_decl->chain_end();

Completed in 416 milliseconds