Searched refs:Entry (Results 201 - 214 of 214) sorted by relevance

123456789

/freebsd-10.3-release/usr.sbin/acpi/acpidump/
H A Dacpi.c575 slit->Entry[i * slit->LocalityCount + j]);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1823 llvm::BitstreamEntry Entry = Cursor.advanceSkippingSubblocks(); local
1825 switch (Entry.Kind) {
1843 switch ((StmtCode)Cursor.readRecord(Entry.ID, Record)) {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2353 const VTableLayout *&Entry = VTableLayouts[RD]; local
2356 if (Entry)
2361 Entry = CreateVTableLayout(Builder);
H A DASTImporter.cpp4936 const FileEntry *Entry = ToFileManager.getFile(Cache->OrigEntry->getName()); local
4937 ToID = ToSM.createFileID(Entry, ToIncludeLoc,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8354 InheritingConstructor &Entry = getEntry(BaseCtor, DerivedType); local
8360 if (Entry.DeclaredInDerived)
8366 if (Entry.DerivedCtor) {
8367 if (BaseCtor->getParent() != Entry.BaseCtor->getParent()) {
8369 if (Entry.DerivedCtor->isInvalidDecl())
8371 Entry.DerivedCtor->setInvalidDecl();
8376 SemaRef.Diag(Entry.BaseCtor->getLocation(),
8378 SemaRef.Diag(Entry.DerivedCtor->getLocation(),
8384 SemaRef.SetDeclDeleted(Entry.DerivedCtor, UsingLoc);
8459 Entry
[all...]
H A DSemaDecl.cpp12589 DeclOrVector &Entry = EnumMap[Key]; local
12592 if (Entry.isNull())
12593 Entry = ECD;
12604 DeclOrVector& Entry = EnumMap[Key]; local
12605 if (Entry.isNull())
12608 if (EnumConstantDecl *D = Entry.dyn_cast<EnumConstantDecl*>()) {
12619 Entry = Vec;
12627 ECDVector *Vec = Entry.get<ECDVector*>();
H A DSemaDeclObjC.cpp2216 ObjCMethodList &Entry = instance ? Pos->second.first : Pos->second.second; local
2217 addMethodToGlobalList(&Entry, Method);
H A DSemaOverload.cpp803 struct Entry { struct in class:clang::__anon3448::UnbridgedCastsSet
807 SmallVector<Entry, 2> Entries;
812 Entry entry = { &E, E };
818 for (SmallVectorImpl<Entry>::iterator
/freebsd-10.3-release/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h2737 MPI2_CONFIG_PAGE_DRIVER_MAP0_ENTRY Entry; /* 0x08 */ member in struct:_MPI2_CONFIG_PAGE_DRIVER_MAPPING_0
/freebsd-10.3-release/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h3019 MPI2_CONFIG_PAGE_DRIVER_MAP0_ENTRY Entry; /* 0x08 */ member in struct:_MPI2_CONFIG_PAGE_DRIVER_MAPPING_0
/freebsd-10.3-release/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h1976 FC_PORT_PERSISTENT Entry[MPI_FC_PORT_PAGE_3_ENTRY_MAX]; /* 04h */ member in struct:_CONFIG_PAGE_FC_PORT_3
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2681 StringMap<unsigned>::const_iterator Entry = RegisterReqs.find(lowerCase); local
2683 if (Entry == RegisterReqs.end())
2686 return Entry->getValue();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp2069 // multiple basic blocks. Thus we need the "Entry" and "Exit" blocks that
2386 // multiple basic blocks. Thus we need the "Entry" and "Exit" blocks that
2509 // multiple basic blocks. Thus we need the "Entry" and "Exit" blocks that
3399 /// CFG, it is automatically set to be the Entry and Exit of the CFG.
3408 // If this is the first block, set it as the Entry and Exit.
3410 Entry = Exit = &back();
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13358 TargetLowering::ArgListEntry Entry; local
13360 Entry.Node = Arg;
13361 Entry.Ty = ArgTy;
13362 Entry.isSExt = false;
13363 Entry.isZExt = false;
13364 Args.push_back(Entry);

Completed in 597 milliseconds

123456789