Searched refs:Id (Results 201 - 225 of 334) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/mk/
H A Dmanifest.mk1 # $Id: manifest.mk,v 1.3 2020/08/19 17:51:53 sjg Exp $
H A Dsys.clean-env.mk1 # $Id: sys.clean-env.mk,v 1.23 2020/08/19 17:51:53 sjg Exp $
H A Dsys.mk1 # $Id: sys.mk,v 1.52 2020/12/22 20:44:24 sjg Exp $
H A Dsys.vars.mk1 # $Id: sys.vars.mk,v 1.6 2020/10/28 20:50:04 sjg Exp $
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DGeneric.mk1 # $Id: Generic.mk,v 1.17 2020/08/19 17:51:53 sjg Exp $
H A DLinux.mk1 # $Id: Linux.mk,v 1.13 2020/08/19 17:51:53 sjg Exp $
H A DOSF1.mk1 # $Id: OSF1.mk,v 1.12 2020/08/19 17:51:53 sjg Exp $
H A DSunOS.mk1 # $Id: SunOS.mk,v 1.12 2020/08/19 17:51:53 sjg Exp $
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h72 // Same Id is set by the target for corresponding load/store intrinsics.
125 IntrinsicCostAttributes(Intrinsic::ID Id, const CallBase &CI);
127 IntrinsicCostAttributes(Intrinsic::ID Id, const CallBase &CI,
130 IntrinsicCostAttributes(Intrinsic::ID Id, const CallBase &CI,
133 IntrinsicCostAttributes(Intrinsic::ID Id, Type *RTy,
136 IntrinsicCostAttributes(Intrinsic::ID Id, Type *RTy,
140 IntrinsicCostAttributes(Intrinsic::ID Id, Type *RTy,
145 IntrinsicCostAttributes(Intrinsic::ID Id, Type *RTy,
148 IntrinsicCostAttributes(Intrinsic::ID Id, Type *RTy,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp434 int64_t Id,
437 new (V) NodeTy(L, State, Id, IsSink);
432 createUncachedNode(const ProgramPoint &L, ProgramStateRef State, int64_t Id, bool IsSink) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h334 ModuleId Id; member in struct:clang::Module::UnresolvedExportDecl
383 ModuleId Id; member in struct:clang::Module::UnresolvedConflict
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp129 Error TypeNameComputer::visitKnownRecord(CVType &CVR, MemberFuncIdRecord &Id) {
130 Name = Id.getName();
H A DTypeDumpVisitor.cpp219 printItemIndex("Id", String.getId());
303 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, MemberFuncIdRecord &Id) { argument
304 printTypeIndex("ClassType", Id.getClassType());
305 printTypeIndex("FunctionType", Id.getFunctionType());
306 W->printString("Name", Id.getName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp249 Metadata *Id,
255 Ops[2] = Id;
248 createTBAATypeNode(MDNode *Parent, uint64_t Size, Metadata *Id, ArrayRef<TBAAStructField> Fields) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc66 static void SetThreadName(DWORD Id, LPCSTR Name) {
81 info.dwThreadId = Id;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp544 if (Lex.getCode() != tgtok::Id) {
569 if (Lex.getCode() != tgtok::Id) {
803 case tgtok::Id:
1293 case tgtok::XForEach: { // Value ::= !foreach '(' Id ',' Value ',' Value ')'
1301 if (Lex.Lex() != tgtok::Id) { // eat the '('
1543 // Value ::= !foldl '(' Id ',' Id ',' Value ',' Value ',' Value ')'
1589 if (Lex.Lex() != tgtok::Id) { // eat the ','
1607 if (Lex.Lex() != tgtok::Id) { // eat the ','
1830 case tgtok::Id
[all...]
/freebsd-13-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 Ddirdeps-options.mk2 # $Id: dirdeps-options.mk,v 1.17 2020/08/07 01:57:38 sjg Exp $
/freebsd-13-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c475 acpi_print_local_apic(lapic->Id, lapic->LapicFlags);
479 acpi_print_io_apic(ioapic->Id, ioapic->GlobalIrqBase,
504 acpi_print_io_apic(iosapic->Id, iosapic->GlobalIrqBase,
510 acpi_print_local_apic(lsapic->Id, lsapic->LapicFlags);
521 printf("\tAPIC ID=%d\n", (u_int)isrc->Id);
865 printf("\n\tHW Rev=0x%x\n", hpet->Id & ACPI_HPET_ID_HARDWARE_REV_ID);
866 printf("\tComparators=%d\n", (hpet->Id & ACPI_HPET_ID_COMPARATORS) >>
868 printf("\tCounter Size=%d\n", hpet->Id & ACPI_HPET_ID_COUNT_SIZE_CAP ?
871 if (hpet->Id & ACPI_HPET_ID_LEGACY_CAPABLE)
875 printf("\tPCI Vendor ID=0x%04x\n", hpet->Id >> 1
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp77 #define SPECIFIC_MATCHER_OVERLOAD(name, Id) \
78 static_cast<::clang::ast_matchers::name##_Type##Id>( \
81 #define MATCHER_OVERLOAD_ENTRY(name, Id) \
82 internal::makeMatcherAutoMarshall(SPECIFIC_MATCHER_OVERLOAD(name, Id), \
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp396 MemberFuncIdRecord &Id) {
397 P.formatLine("name = {0}, type = {1}, class type = {2}", Id.Name,
398 Id.FunctionType, Id.ClassType);
395 visitKnownRecord(CVType &CVR, MemberFuncIdRecord &Id) argument
/freebsd-13-stable/sys/geom/raid/
H A Dmd_ddf.h107 uint8_t Id; member in struct:ddf_device_scsi
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h159 const SDValue &getSDValue(TableId &Id) { argument
160 RemapId(Id);
161 assert(Id && "TableId should be non-zero");
162 auto I = IdToValueMap.find(Id);
163 assert(I != IdToValueMap.end() && "cannot find Id in map");
214 void RemapId(TableId &Id);
483 TableId Id = getTableId(Op); local
484 auto Iter = SoftenedFloats.find(Id);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp533 for (TemplateIdAnnotation *Id : TemplateIds)
534 Id->Destroy();
1559 Id = static_cast<TemplateIdAnnotation *>(tok.getAnnotationValue()); local
1560 return Id;
1740 UnqualifiedId Id; local
1741 Id.setIdentifier(Name, NameLoc);
1744 Classification.getTemplateNameKind(), SS, SourceLocation(), Id))
1749 UnqualifiedId Id; local
1750 Id.setIdentifier(Name, NameLoc);
1757 Classification.getTemplateNameKind(), SS, SourceLocation(), Id,
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp123 SourceLocation IdLoc, IdentifierInfo *Id,
125 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl),
131 SourceLocation IdLoc, IdentifierInfo *Id,
134 auto *R = new (C, DC) CXXRecordDecl(CXXRecord, TK, C, DC, StartLoc, IdLoc, Id,
2801 IdentifierInfo *Id, NamespaceDecl *PrevDecl)
2802 : NamedDecl(Namespace, DC, IdLoc, Id), DeclContext(Namespace),
2813 SourceLocation IdLoc, IdentifierInfo *Id,
2815 return new (C, DC) NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id,
3109 SourceLocation IdLoc, IdentifierInfo *Id) {
3110 return new (C, DC) BindingDecl(DC, IdLoc, Id);
121 CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl *PrevDecl) argument
129 Create(const ASTContext &C, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl *PrevDecl, bool DelayTypeCreation) argument
[all...]

Completed in 321 milliseconds

1234567891011>>