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

/freebsd-10.2-release/sys/netipsec/
H A Dkeydb.h94 struct secident *idents; /* source identity */ member in struct:secashead
H A Dkey.c5377 sah->idents = NULL;
5405 sah->idents = NULL;
5411 sah->idents = malloc(sizeof(struct secident), M_IPSEC_MISC, M_NOWAIT);
5412 if (sah->idents == NULL) {
5418 free(sah->idents, M_IPSEC_MISC);
5419 sah->idents = NULL;
5423 sah->idents->type = idsrc->sadb_ident_type;
5424 sah->idents->id = idsrc->sadb_ident_id;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp859 SmallVector<IdentifierInfo *, 4> idents; local
869 idents.push_back(&original_ctx->Idents.get(sel.getNameForSlot(i)));
872 original_selector = original_ctx->Selectors.getSelector(num_args, idents.data());
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h801 IdentifierTable &idents, SelectorTable &sels,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp714 IdentifierTable &idents, SelectorTable &sels,
736 Idents(idents), Selectors(sels),
712 ASTContext(LangOptions& LOpts, SourceManager &SM, const TargetInfo *t, IdentifierTable &idents, SelectorTable &sels, Builtin::Context &builtins, unsigned size_reserve, bool DelayInitialization) argument

Completed in 225 milliseconds