Searched refs:Id (Results 151 - 175 of 337) sorted by relevance

1234567891011>>

/freebsd-11-stable/share/mk/
H A Dinstall-new.mk2 # $Id: install-new.mk,v 1.3 2012/03/24 18:25:49 sjg Exp $
/freebsd-11-stable/contrib/bmake/mk/
H A Dwhats.mk1 # $Id: whats.mk,v 1.3 2017/10/19 06:09:14 sjg Exp $
H A Dscripts.mk1 # $Id: scripts.mk,v 1.3 2017/05/06 17:29:45 sjg Exp $
H A Dsubdir.mk1 # $Id: subdir.mk,v 1.16 2017/02/08 22:16:59 sjg Exp $
H A Dinit.mk1 # $Id: init.mk,v 1.15 2017/05/07 20:27:54 sjg Exp $
H A Dinc.mk1 # $Id: inc.mk,v 1.7 2017/05/06 17:29:45 sjg Exp $
H A Dautoconf.mk1 # $Id: autoconf.mk,v 1.9 2017/08/13 20:03:13 sjg Exp $
H A Dfiles.mk1 # $Id: files.mk,v 1.6 2017/05/07 02:21:02 sjg Exp $
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp181 std::unique_ptr<PDBSymbol> PDBSymbol::getSymbolByIdHelper(uint32_t Id) const {
182 return Session.getSymbolById(Id);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp179 auto getStringOrInvalid = [this](unsigned Id) -> StringRef {
180 if (Optional<StringRef> S = getString(Id))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h515 IdentifierInfo *Id, NamespaceDecl *PrevDecl);
529 SourceLocation IdLoc, IdentifierInfo *Id,
990 SourceLocation IdLoc, IdentifierInfo *Id, QualType T,
1020 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo,
1560 SourceLocation IdLoc, IdentifierInfo *Id,
1568 IdentifierInfo *Id, QualType Type,
1570 : VarDecl(ImplicitParam, C, DC, IdLoc, IdLoc, Id, Type,
1578 SourceLocation(), /*Id=*/nullptr, Type,
1602 SourceLocation IdLoc, IdentifierInfo *Id, QualType T,
1604 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id,
[all...]
H A DDeclOpenMP.h316 OMPCapturedExprDecl(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, argument
319 : VarDecl(OMPCapturedExpr, C, DC, StartLoc, StartLoc, Id, Type, TInfo,
326 IdentifierInfo *Id, QualType T,
H A DASTTypeTraits.h65 return ASTNodeKind(KindToKindId<T>::Id);
171 static const NodeKindId Id = NKI_None; member in struct:clang::ast_type_traits::ASTNodeKind::KindToKindId
190 static const NodeKindId Id = NKI_##Class; \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h336 NodeAddr(T A, NodeId I) : Addr(A), Id(I) {}
341 : Addr(static_cast<T>(NA.Addr)), Id(NA.Id) {}
344 assert((Addr == NA.Addr) == (Id == NA.Id));
352 NodeId Id = 0; member in struct:NodeAddr
474 NodeId Next; // Id of the next node in the circular chain.
482 NodeId PredB; // Id of the predecessor block for a phi use.
486 NodeId FirstM, LastM; // Id of the first member and last.
722 return (P.Addr == nullptr) && (N == 0 || P.Id
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp594 unsigned D, unsigned P, IdentifierInfo *Id,
601 TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename,
674 unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo,
676 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
692 unsigned D, unsigned P, IdentifierInfo *Id,
701 NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id, T, ParameterPack,
707 SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id,
715 NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id, T, TInfo,
766 IdentifierInfo *Id, TemplateParameterList *Params,
768 : TemplateDecl(TemplateTemplateParm, DC, L, Id, Param
592 Create(const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, SourceLocation NameLoc, unsigned D, unsigned P, IdentifierInfo *Id, bool Typename, bool ParameterPack, bool HasTypeConstraint, Optional<unsigned> NumExpanded) argument
672 NonTypeTemplateParmDecl( DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) argument
690 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
705 Create( const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) argument
764 TemplateTemplateParmDecl( DeclContext *DC, SourceLocation L, unsigned D, unsigned P, IdentifierInfo *Id, TemplateParameterList *Params, ArrayRef<TemplateParameterList *> Expansions) argument
777 Create(const ASTContext &C, DeclContext *DC, SourceLocation L, unsigned D, unsigned P, bool ParameterPack, IdentifierInfo *Id, TemplateParameterList *Params) argument
786 Create(const ASTContext &C, DeclContext *DC, SourceLocation L, unsigned D, unsigned P, IdentifierInfo *Id, TemplateParameterList *Params, ArrayRef<TemplateParameterList *> Expansions) argument
[all...]
H A DDecl.cpp1965 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo,
1967 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
1982 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo,
1984 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S);
2674 SourceLocation IdLoc, IdentifierInfo *Id,
2677 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo,
4008 IdentifierInfo *Id, QualType T,
4011 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo,
4118 SourceLocation L, IdentifierInfo *Id, TagDecl *PrevDecl,
4120 : TypeDecl(DK, DC, L, Id, Start
1963 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass SC) argument
1980 Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, SourceLocation IdL, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S) argument
2672 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) argument
4006 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
4117 TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, TagDecl *PrevDecl, SourceLocation StartL) argument
4235 EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, bool Scoped, bool ScopedUsingClassTag, bool Fixed) argument
4252 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, bool IsScoped, bool IsScopedUsingClassTag, bool IsFixed) argument
4366 RecordDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, RecordDecl *PrevDecl) argument
4387 Create(const ASTContext &C, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, RecordDecl* PrevDecl) argument
4685 Create(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id, QualType Type, ImplicitParamKind ParamKind) argument
4754 Create(ASTContext &C, EnumDecl *CD, SourceLocation L, IdentifierInfo *Id, QualType T, Expr *E, const llvm::APSInt &V) argument
4782 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, QualType T, llvm::MutableArrayRef<NamedDecl *> CH) argument
4803 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
4853 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h307 #define GENERIC_IMAGE_TYPE(ImgType, Id) \
1047 /// \param Id the parsed identifier.
1049 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { argument
1051 Identifier = const_cast<IdentifierInfo *>(Id);
1088 /// \param Id the parsed identifier.
1093 void setLiteralOperatorId(const IdentifierInfo *Id, SourceLocation OpLoc, argument
1096 Identifier = const_cast<IdentifierInfo *>(Id);
2181 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { argument
2182 Name.setIdentifier(Id, IdLoc);
2641 IdentifierInfo *Id;
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl1.h314 UINT8 Id; /* Processor ID */ member in struct:acpi_cpep_polling
335 UINT8 Id[1]; /* Full namepath of the EC in the ACPI namespace */ member in struct:acpi_table_ecdt
1117 UINT8 Id; /* Processor's local APIC id */ member in struct:acpi_madt_local_apic
1128 UINT8 Id; /* I/O APIC ID */ member in struct:acpi_madt_io_apic
1188 UINT8 Id; /* I/O SAPIC ID */ member in struct:acpi_madt_io_sapic
1202 UINT8 Id; /* SAPIC ID */ member in struct:acpi_madt_local_sapic
1219 UINT8 Id; /* Processor ID */ member in struct:acpi_madt_interrupt_source
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp35 OS.AddComment(std::string(BTFKindStr[Kind]) + "(id = " + std::to_string(Id) +
392 uint32_t Id = TypeEntry->getId(); local
393 DIToIdMap[Ty] = Id;
395 return Id;
400 uint32_t Id = TypeEntry->getId(); local
402 return Id;
966 unsigned Id; local
967 visitTypeEntry(Ty, Id, false, false);
970 return Id;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h89 void setDWOId(uint64_t Id) { argument
90 assert((!DWOId || *DWOId == Id) && "setting DWOId to a different value");
91 DWOId = Id;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp133 uint32_t Id; // record type identifier member in struct:__anon1889::LLVMPerfJitRecordPrefix
411 rec.Prefix.Id = JIT_CODE_LOAD;
442 rec.Prefix.Id = JIT_CODE_DEBUG_INFO;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h223 const uptr Id = Mem >> RegionSizeLog; local
224 CHECK_LT(Id, NumRegions);
225 return Id;
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dxx_ext.h290 parameter to "f" is Id - the handle of the destination object
294 @Param[in] Id - the parameter to be passed to f().
302 t_Handle Id,
/freebsd-11-stable/lib/libvgl/
H A Dvgl.h75 int Id; member in struct:VGLObject
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DUnixWare.mk1 # $Id: UnixWare.mk,v 1.3 2017/05/05 18:02:17 sjg Exp $
2 # based on "Id: SunOS.5.sys.mk,v 1.6 2003/09/30 16:42:23 sjg Exp "

Completed in 325 milliseconds

1234567891011>>