Searched refs:Id (Results 176 - 200 of 337) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp745 if (IdentifierInfo *Id = Name.getAsIdentifierInfo())
746 return Id->getName();
748 if (IdentifierInfo *Id = Name.getObjCSelector().getIdentifierInfoForSlot(0))
749 return Id->getName();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h196 MDNode *createTBAATypeNode(MDNode *Parent, uint64_t Size, Metadata *Id,
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c472 acpi_print_local_apic(lapic->Id, lapic->LapicFlags);
476 acpi_print_io_apic(ioapic->Id, ioapic->GlobalIrqBase,
501 acpi_print_io_apic(iosapic->Id, iosapic->GlobalIrqBase,
507 acpi_print_local_apic(lsapic->Id, lsapic->LapicFlags);
518 printf("\tAPIC ID=%d\n", (u_int)isrc->Id);
599 printf("\tHW Rev=0x%x\n", hpet->Id & ACPI_HPET_ID_HARDWARE_REV_ID);
600 printf("\tComparators=%d\n", (hpet->Id & ACPI_HPET_ID_COMPARATORS) >>
602 printf("\tCounter Size=%d\n", hpet->Id & ACPI_HPET_ID_COUNT_SIZE_CAP ?
605 if (hpet->Id & ACPI_HPET_ID_LEGACY_CAPABLE)
609 printf("\tPCI Vendor ID=0x%04x\n", hpet->Id >> 1
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.dep.mk3 # $Id: auto.dep.mk,v 1.5 2016/04/05 15:58:37 sjg Exp $
H A Dcython.mk2 # $Id: cython.mk,v 1.6 2014/10/15 06:23:51 sjg Exp $
H A Djava.mk3 # $Id: java.mk,v 1.14 2007/11/22 08:16:25 sjg Exp $
H A Dlibs.mk1 # $Id: libs.mk,v 1.3 2013/08/02 18:28:48 sjg Exp $
H A Dmeta.subdir.mk1 # $Id: meta.subdir.mk,v 1.11 2015/11/24 22:26:51 sjg Exp $
H A Dobj.mk1 # $Id: obj.mk,v 1.15 2012/11/11 22:37:02 sjg Exp $
H A Doptions.mk1 # $Id: options.mk,v 1.10 2014/02/11 18:34:48 sjg Exp $
H A Dprogs.mk1 # $Id: progs.mk,v 1.13 2013/08/02 18:28:48 sjg Exp $
H A Dsys.dependfile.mk1 # $Id: sys.dependfile.mk,v 1.8 2016/03/11 01:34:13 sjg Exp $
H A Dsys.vars.mk1 # $Id: sys.vars.mk,v 1.3 2018/02/06 00:51:53 sjg Exp $
/freebsd-11-stable/contrib/byacc/
H A Dvmsbuild.com1 $! $Id: vmsbuild.com,v 1.2 2014/04/06 19:08:57 tom Exp $
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk2 # $Id: auto.obj.mk,v 1.12 2015/12/16 01:57:06 sjg Exp $
H A Dmeta.subdir.mk2 # $Id: meta.subdir.mk,v 1.11 2015/11/24 22:26:51 sjg Exp $
H A Dsys.dependfile.mk2 # $Id: sys.dependfile.mk,v 1.7 2016/02/20 01:57:39 sjg Exp $
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-snmp.c228 const char **Id; member in struct:__anon4135
564 ND_PRINT((ndo, "[P/U/%s]", Class[class].Id[id]));
602 Class[class].Id[id]));
627 ND_PRINT((ndo, "[P/%s/%s]", Class[class].name, Class[class].Id[id]));
646 ND_PRINT((ndo, "C/U/%s", Class[class].Id[id]));
659 ND_PRINT((ndo, "C/%s/%s", Class[class].name, Class[class].Id[id]));
832 ND_PRINT((ndo, "[%s]", Class[EXCEPTIONS].Id[elem->id]));
836 ND_PRINT((ndo, "%s(%u)", Class[CONTEXT].Id[elem->id], elem->asnlen));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h306 ModuleId Id; member in struct:clang::Module::UnresolvedExportDecl
355 ModuleId Id; member in struct:clang::Module::UnresolvedConflict
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp235 IdentifierInfo *Id, QualType T,
238 C, DC, Id, T, C.getTrivialTypeSourceInfo(T), StartLoc);
234 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, QualType T, SourceLocation StartLoc) argument
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.143 2013-09-04 19:49:04 ca Exp $
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp555 auto Id = getTableId(V); local
556 V = getSDValue(Id);
559 void DAGTypeLegalizer::RemapId(TableId &Id) { argument
560 auto I = ReplacedValues.find(Id);
562 assert(Id != I->second && "Id is mapped to itself.");
566 Id = I->second;
568 // Note that N = IdToValueMap[Id] it is possible to have
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp317 unsigned int Id; local
318 if (!Lines[I].drop_front(Pos).getAsInteger(10, Id)) {
319 if (Id >= 8561 && HaveVectorSupport)
321 if (Id >= 3906 && HaveVectorSupport)
323 if (Id >= 2964 && HaveVectorSupport)
325 if (Id >= 2827)
327 if (Id >= 2817)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1292 int64_t Id; member in struct:__anon2091::AMDGPUAsmParser::OperandInfoTy
1296 OperandInfoTy(int64_t Id_) : Id(Id_) {}
1337 bool isId(const StringRef Id) const;
1338 bool isId(const AsmToken &Token, const StringRef Id) const;
1340 bool trySkipId(const StringRef Id);
1341 bool trySkipId(const StringRef Id, const AsmToken::TokenKind Kind);
4998 (HwReg.Id = getHwregId(getTokenStr())) >= 0) {
5001 } else if (!parseExpr(HwReg.Id)) {
5025 if (HwReg.IsSymbolic && !isValidHwreg(HwReg.Id, getSTI())) {
5028 } else if (!isValidHwreg(HwReg.Id)) {
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1212 SourceLocation IdLoc, IdentifierInfo *Id,
1215 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1225 IdentifierInfo *Id, bool Typename,
1418 IdentifierInfo *Id, QualType T,
1420 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
1425 IdentifierInfo *Id, QualType T,
1433 SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id,
1438 SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id,
1623 IdentifierInfo *Id, TemplateParameterList *Params)
1624 : TemplateDecl(TemplateTemplateParm, DC, L, Id, Param
1211 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc, SourceLocation IdLoc, IdentifierInfo *Id, bool Typename, bool HasTypeConstraint, Optional<unsigned> NumExpanded) argument
1416 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
1621 TemplateTemplateParmDecl(DeclContext *DC, SourceLocation L, unsigned D, unsigned P, bool ParameterPack, IdentifierInfo *Id, TemplateParameterList *Params) argument
[all...]

Completed in 214 milliseconds

1234567891011>>