Searched refs:Id (Results 126 - 150 of 337) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/sed/tests/
H A Dregress.sh66 REGRESSION_TEST(`icase1', `sed /SED/Id <${SRCDIR}/regress.in')
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h465 bool isValidHwreg(int64_t Id, const MCSubtargetInfo &STI);
468 bool isValidHwreg(int64_t Id);
477 uint64_t encodeHwreg(uint64_t Id, uint64_t Offset, uint64_t Width);
480 StringRef getHwreg(unsigned Id, const MCSubtargetInfo &STI);
482 void decodeHwreg(unsigned Val, unsigned &Id, unsigned &Offset, unsigned &Width);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp783 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
784 case BuiltinType::Id:
786 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \
787 case BuiltinType::Id:
789 #define SVE_TYPE(Name, Id, SingletonId) \
790 case BuiltinType::Id:
792 #define SIGNED_TYPE(Id, SingletonId)
793 #define UNSIGNED_TYPE(Id, SingletonId)
794 #define FLOATING_TYPE(Id, SingletonId)
795 #define BUILTIN_TYPE(Id, SingletonI
[all...]
H A DDeclObjC.cpp68 IdentifierInfo *Id, SourceLocation nameLoc,
70 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) {
79 ObjCContainerDecl::getIvarDecl(IdentifierInfo *Id) const {
80 lookup_result R = lookup(Id);
1484 IdentifierInfo *Id,
1490 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl,
1507 SourceLocation AtLoc, IdentifierInfo *Id,
1512 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc),
1775 SourceLocation IdLoc, IdentifierInfo *Id,
1805 return new (C, DC) ObjCIvarDecl(DC, StartLoc, IdLoc, Id,
67 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1481 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCTypeParamList *typeParamList, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
1506 ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc, IdentifierInfo *Id, ObjCTypeParamList *typeParamList, SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) argument
1773 Create(ASTContext &C, ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
1851 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
1870 ObjCProtocolDecl(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1881 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1999 ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
2012 Create(ASTContext &C, DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
2070 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
2135 FindPropertyImplDecl(IdentifierInfo *Id, ObjCPropertyQueryKind QueryKind) const argument
2225 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, ObjCInterfaceDecl* AliasedClass) argument
2244 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLoc, SourceLocation LParenLoc, QualType T, TypeSourceInfo *TSI, PropertyControl propControl) argument
[all...]
H A DTypeLoc.cpp391 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
392 case BuiltinType::Id:
394 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \
395 case BuiltinType::Id:
402 #define SVE_TYPE(Name, Id, SingletonId) \
403 case BuiltinType::Id:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp365 if (Transmitters.find(Def.Id) != Transmitters.end())
375 for (auto I : L.getRealUses(Phi.Id)) {
410 Transmitters[Def.Id].push_back(Use.Addr->getOwner(DFG).Id);
422 if (!DefsVisited.insert(ChildDef.Id).second)
426 if (Def.Id == ChildDef.Id)
432 for (auto TransmitterId : Transmitters[ChildDef.Id])
433 Transmitters[Def.Id].push_back(TransmitterId);
437 // Note that this statement adds `Def.Id` t
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp32 FileID Id; member in struct:__anon521::InclusionRewriter::IncludedFile
35 IncludedFile(FileID Id, SrcMgr::CharacteristicKind FileType, argument
37 : Id(Id), FileType(FileType), DirLookup(DirLookup) {}
165 FileID Id = FullSourceLoc(Loc, SM).getFileID();
168 IncludedFile(Id, NewFileType, PP.GetCurDirLookup())));
438 Process(Inc->Id, Inc->FileType, Inc->DirLookup);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp294 auto Id = dyn_cast<CoroIdInst>(CB->getId()); local
295 if (Id && !Id->getInfo().isPreSplit())
351 auto Id = CoroBegin->getId(); local
352 switch (auto IdIntrinsic = Id->getIntrinsicID()) {
354 auto SwitchId = cast<CoroIdInst>(Id);
378 auto ContinuationId = cast<AnyCoroIdRetconInst>(Id);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h812 ObjCPropertyDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, argument
816 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation),
826 IdentifierInfo *Id, SourceLocation AtLocation,
994 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id,
1111 ObjCIvarDecl *getIvarDecl(IdentifierInfo *Id) const;
1268 IdentifierInfo *Id, ObjCTypeParamList *typeParamList,
1301 IdentifierInfo *Id,
1969 SourceLocation IdLoc, IdentifierInfo *Id,
1972 : FieldDecl(ObjCIvar, DC, StartLoc, IdLoc, Id, T, TInfo, BW,
1979 IdentifierInfo *Id, QualTyp
1968 ObjCIvarDecl(ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
2027 ObjCAtDefsFieldDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
2446 ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc) argument
2517 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
2747 ObjCCompatibleAliasDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, ObjCInterfaceDecl* aliasedClass) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp552 if (Capture.Id == Param->getIdentifier()) {
556 << Capture.Id << true;
788 Optional<unsigned> NumExpansions, IdentifierInfo *Id, bool IsDirectInit,
797 DeductType = BuildReferenceType(DeductType, true, Loc, Id);
817 /*VarDecl*/nullptr, DeclarationName(Id), DeductType, TSI,
828 InitializedEntity::InitializeLambdaCapture(Id, DeducedType, Loc);
854 IdentifierInfo *Id,
867 Loc, Id, InitCaptureType, TSI, SC_Auto);
1077 assert(C->Id && "missing identifier for capture");
1115 C->EllipsisLoc, C->Id, InitStyl
786 buildLambdaInitCaptureInitialization( SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc, Optional<unsigned> NumExpansions, IdentifierInfo *Id, bool IsDirectInit, Expr *&Init) argument
851 createLambdaInitCaptureVarDecl(SourceLocation Loc, QualType InitCaptureType, SourceLocation EllipsisLoc, IdentifierInfo *Id, unsigned InitStyle, Expr *Init) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp909 IdentifierInfo *Id = nullptr; local
945 Id = Tok.getIdentifierInfo();
1126 Loc, Kind == LCK_ByRef, EllipsisLoc, Id, InitKind, InitExpr);
1133 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init,
2200 #define GENERIC_IMAGE_TYPE(ImgType, Id) \
2264 /// \param Id as input, describes the template-name or operator-function-id
2278 UnqualifiedId &Id,
2284 switch (Id.getKind()) {
2292 getCurScope(), SS, TemplateKWLoc, Id, ObjectType, EnteringContext,
2299 TemplateKWLoc.isValid(), Id,
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h1017 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
1018 PREDEF_TYPE_##Id##_ID,
1021 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \
1022 PREDEF_TYPE_##Id##_ID,
1025 #define SVE_TYPE(Name, Id, SingletonId) PREDEF_TYPE_##Id##_ID,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp365 uint64_t Id;
382 // The Id field's size depends on the DWARF format
383 Id = Data.getUnsigned(&Offset, (IsDWARF64 && !IsEH) ? 8 : 4);
385 ((IsDWARF64 && Id == DW64_CIE_ID) || Id == DW_CIE_ID || (IsEH && !Id));
473 uint64_t CIEPointer = Id;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h526 void MacroExpands(const Token &Id, const MacroDefinition &MD,
528 void MacroDefined(const Token &Id, const MacroDirective *MD) override;
529 void MacroUndefined(const Token &Id, const MacroDefinition &MD,
549 void addMacroExpansion(const Token &Id, const MacroInfo *MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h204 enum Id : unsigned { // id of symbolic names
263 enum Id { // Message ID, width(4) [3:0]. enum in namespace:llvm::SIInstrFlags::SISrcMods::SIOutMods::AMDGPU::VGPRIndexMode::AMDGPUAsmVariants::AMDGPU::AMDGPU::SendMsg
315 enum Id { // HwRegCode, (6) [5:0] enum in namespace:llvm::SIInstrFlags::SISrcMods::SIOutMods::AMDGPU::VGPRIndexMode::AMDGPUAsmVariants::AMDGPU::AMDGPU::SendMsg::Hwreg
373 enum Id : unsigned { // id of symbolic names
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h96 #define GENERIC_IMAGE_TYPE(ImgType, Id) TST_##ImgType##_t, // OpenCL image types
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp501 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
502 case BuiltinType::Id:
504 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \
505 case BuiltinType::Id:
517 #define SVE_TYPE(Name, Id, SingletonId) case BuiltinType::Id:
532 #define BUILTIN_TYPE(Id, SingletonId)
533 #define PLACEHOLDER_TYPE(Id, SingletonId) \
534 case BuiltinType::Id:
H A DCodeGenTBAA.cpp62 llvm::Metadata *Id = MDHelper.createString(Name); local
63 return MDHelper.createTBAATypeNode(Parent, Size, Id);
330 llvm::Metadata *Id = MDHelper.createString(OutName); local
331 return MDHelper.createTBAATypeNode(Parent, Size, Id, Fields);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp713 #define BUILTIN_TYPE(Id, SingletonId)
714 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id:
717 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
718 case BuiltinType::Id:
720 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \
721 case BuiltinType::Id:
728 #define SVE_TYPE(Name, Id, SingletonId) \
729 case BuiltinType::Id:
/freebsd-11-stable/contrib/bmake/mk/
H A Dinstall-new.mk1 # $Id: install-new.mk,v 1.3 2012/03/24 18:25:49 sjg Exp $
H A Drst2htm.mk1 # $Id: rst2htm.mk,v 1.10 2015/09/08 22:17:46 sjg Exp $
H A Dsrctop.mk1 # $Id: srctop.mk,v 1.3 2012/11/11 23:20:18 sjg Exp $
H A Dtarget-flags.mk40 # $Id: target-flags.mk,v 1.9 2014/04/05 22:56:54 sjg Exp $
H A Dyacc.mk1 # $Id: yacc.mk,v 1.6 2011/06/10 22:45:46 sjg Exp $
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcond1.mk1 # $Id: cond1.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $

Completed in 364 milliseconds

1234567891011>>