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

1234567891011>>

/freebsd-13-stable/share/mk/
H A Dinstall-new.mk2 # $Id: install-new.mk,v 1.3 2012/03/24 18:25:49 sjg Exp $
/freebsd-13-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.cpp1952 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo,
1954 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
1969 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo,
1971 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S);
2661 SourceLocation IdLoc, IdentifierInfo *Id,
2664 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo,
4005 IdentifierInfo *Id, QualType T,
4008 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo,
4115 SourceLocation L, IdentifierInfo *Id, TagDecl *PrevDecl,
4117 : TypeDecl(DK, DC, L, Id, Start
1950 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass SC) argument
1967 Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, SourceLocation IdL, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S) argument
2659 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h464 bool isValidHwreg(int64_t Id, const MCSubtargetInfo &STI);
467 bool isValidHwreg(int64_t Id);
476 uint64_t encodeHwreg(uint64_t Id, uint64_t Offset, uint64_t Width);
479 StringRef getHwreg(unsigned Id, const MCSubtargetInfo &STI);
481 void decodeHwreg(unsigned Val, unsigned &Id, unsigned &Offset, unsigned &Width);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h310 #define GENERIC_IMAGE_TYPE(ImgType, Id) \
1042 /// \param Id the parsed identifier.
1044 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { argument
1046 Identifier = const_cast<IdentifierInfo *>(Id);
1083 /// \param Id the parsed identifier.
1088 void setLiteralOperatorId(const IdentifierInfo *Id, SourceLocation OpLoc, argument
1091 Identifier = const_cast<IdentifierInfo *>(Id);
2180 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { argument
2181 Name.setIdentifier(Id, IdLoc);
2649 IdentifierInfo *Id;
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp523 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
524 case BuiltinType::Id:
526 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \
527 case BuiltinType::Id:
591 #define BUILTIN_TYPE(Id, SingletonId)
592 #define PLACEHOLDER_TYPE(Id, SingletonId) \
593 case BuiltinType::Id:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp35 OS.AddComment(std::string(BTFKindStr[Kind]) + "(id = " + std::to_string(Id) +
397 uint32_t Id = TypeEntry->getId(); local
398 DIToIdMap[Ty] = Id;
400 return Id;
405 uint32_t Id = TypeEntry->getId(); local
407 return Id;
969 unsigned Id; local
970 visitTypeEntry(Ty, Id, false, false);
973 return Id;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h93 void setDWOId(uint64_t Id) { argument
94 assert((!DWOId || *DWOId == Id) && "setting DWOId to a different value");
95 DWOId = Id;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTTypeTraits.h64 return ASTNodeKind(KindToKindId<T>::Id);
171 static const NodeKindId Id = NKI_None; member in struct:clang::ASTNodeKind::KindToKindId
190 static const NodeKindId Id = NKI_##Class; \
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,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp132 uint32_t Id; // record type identifier member in struct:__anon3670::LLVMPerfJitRecordPrefix
411 rec.Prefix.Id = JIT_CODE_LOAD;
442 rec.Prefix.Id = JIT_CODE_DEBUG_INFO;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp185 StringRef Id = Config.SharedLibId.getValue(); local
186 if (Id.empty())
189 updateLoadCommandPayloadString<MachO::dylib_command>(LC, Id);
/freebsd-13-stable/lib/libvgl/
H A Dvgl.h77 int Id; member in struct:VGLObject
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DUnixWare.mk1 # $Id: UnixWare.mk,v 1.7 2020/08/19 17:51:53 sjg Exp $
2 # based on "Id: SunOS.5.sys.mk,v 1.6 2003/09/30 16:42:23 sjg Exp "
/freebsd-13-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-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h98 #define GENERIC_IMAGE_TYPE(ImgType, Id) TST_##ImgType##_t, // OpenCL image types
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h196 MDNode *createTBAATypeNode(MDNode *Parent, uint64_t Size, Metadata *Id,
/freebsd-13-stable/contrib/sendmail/src/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.143 2013-09-04 19:49:04 ca Exp $
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-snmp.c228 const char **Id; member in struct:__anon6234
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-13-stable/contrib/bmake/mk/
H A Dauto.dep.mk3 # $Id: auto.dep.mk,v 1.6 2020/08/19 17:51:53 sjg Exp $
H A Dcython.mk2 # $Id: cython.mk,v 1.8 2020/08/19 17:51:53 sjg Exp $
H A Dinit.mk1 # $Id: init.mk,v 1.25 2020/11/27 17:59:46 sjg Exp $
H A Djava.mk3 # $Id: java.mk,v 1.15 2020/08/19 17:51:53 sjg Exp $
H A Dlibs.mk1 # $Id: libs.mk,v 1.6 2020/08/19 17:51:53 sjg Exp $
H A Dmeta.subdir.mk1 # $Id: meta.subdir.mk,v 1.13 2021/01/05 22:24:37 sjg Exp $

Completed in 477 milliseconds

1234567891011>>