Searched refs:Id (Results 226 - 250 of 337) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp120 SourceLocation IdLoc, IdentifierInfo *Id,
122 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl),
128 SourceLocation IdLoc, IdentifierInfo *Id,
131 auto *R = new (C, DC) CXXRecordDecl(CXXRecord, TK, C, DC, StartLoc, IdLoc, Id,
2761 IdentifierInfo *Id, NamespaceDecl *PrevDecl)
2762 : NamedDecl(Namespace, DC, IdLoc, Id), DeclContext(Namespace),
2773 SourceLocation IdLoc, IdentifierInfo *Id,
2775 return new (C, DC) NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id,
3069 SourceLocation IdLoc, IdentifierInfo *Id) {
3070 return new (C, DC) BindingDecl(DC, IdLoc, Id);
118 CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl *PrevDecl) argument
126 Create(const ASTContext &C, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl *PrevDecl, bool DelayTypeCreation) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h44 uint16_t Id; member in struct:llvm::IntrinsicData
50 return Id < RHS.Id;
53 return RHS.Id == Id;
55 friend bool operator<(const IntrinsicData &LHS, unsigned Id) { argument
56 return LHS.Id < Id;
330 if (Data != std::end(IntrinsicsWithChain) && Data->Id == IntNo)
1154 if (Data != std::end(IntrinsicsWithoutChain) && Data->Id
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h604 StringIdRecord(TypeIndex Id, StringRef String) argument
605 : TypeRecord(TypeRecordKind::StringId), Id(Id), String(String) {}
607 TypeIndex getId() const { return Id; }
610 TypeIndex Id; member in class:llvm::codeview::StringIdRecord
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp320 NamedIdentifierNode *Id = Arena.alloc<NamedIdentifierNode>(); local
321 Id->Name = Name;
322 return Id;
337 NamedIdentifierNode *Id = synthesizeNamedIdentifier(Arena, Name); local
338 return synthesizeQualifiedName(Arena, Id);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h97 #define REGION(Id, Parent) Id ## Kind,
98 #define REGION_RANGE(Id, First, Last) BEGIN_##Id = First, END_##Id = Last,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1036 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl);
1702 UnqualifiedId &Id,
1709 Id.getKind() == UnqualifiedIdKind::IK_ConstructorName)
1710 Diag(Id.getSourceRange().getBegin(),
1718 DecomposeUnqualifiedId(Id, TemplateArgsBuffer,
1739 ActOnMemberAccessExtraArgs ExtraArgs = {S, Id, ObjCImpDecl};
1697 ActOnMemberAccessExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, Decl *ObjCImpDecl) argument
H A DSema.cpp256 DeclarationName Id = &Context.Idents.get("id"); local
257 if (IdResolver.begin(Id) == IdResolver.end())
351 #define GENERIC_IMAGE_TYPE_EXT(Type, Id, Ext) \
352 setOpenCLExtensionForType(Context.Id, Ext);
354 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \
355 addImplicitTypedef(#ExtType, Context.Id##Ty); \
356 setOpenCLExtensionForType(Context.Id##Ty, #Ext);
361 #define SVE_TYPE(Name, Id, SingletonId) \
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk3 # $Id: autodep.mk,v 1.36 2016/04/05 15:58:37 sjg Exp $
H A Dwarnings.mk2 # $Id: warnings.mk,v 1.14 2016/04/05 15:58:37 sjg Exp $
H A Dprog.mk1 # $Id: prog.mk,v 1.35 2018/01/26 20:04:07 sjg Exp $
H A Dmeta.sys.mk1 # $Id: meta.sys.mk,v 1.32 2017/06/11 03:24:04 sjg Exp $
H A Dldorder.mk1 # $Id: ldorder.mk,v 1.18 2018/02/11 18:27:59 sjg Exp $
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodword.mk1 # $Id: modword.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
/freebsd-11-stable/share/mk/
H A Dmeta.sys.mk2 # $Id: meta.sys.mk,v 1.19 2014/08/02 23:16:02 sjg Exp $
H A Dbsd.progs.mk2 # $Id: progs.mk,v 1.11 2012/11/06 17:18:54 sjg Exp $
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk1 # $Id: HP-UX.mk,v 1.11 2017/05/05 18:02:16 sjg Exp $
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp494 int Id = DAGSize;
499 Allocate(SU->NodeNum, --Id);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1559 Id = static_cast<TemplateIdAnnotation *>(tok.getAnnotationValue()); local
1560 return Id;
1737 UnqualifiedId Id; local
1738 Id.setIdentifier(Name, NameLoc);
1741 Classification.getTemplateNameKind(), SS, SourceLocation(), Id))
1746 UnqualifiedId Id; local
1747 Id.setIdentifier(Name, NameLoc);
1754 Classification.getTemplateNameKind(), SS, SourceLocation(), Id,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp467 if(auto *Id = dyn_cast<MDString>(AccessType.getId()))
468 if (Id->getString() == "vtable pointer")
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp31 struct Id { struct in namespace:__sanitizer
35 explicit Id(u32 id = 0, u32 seq = 0) function in struct:__sanitizer::Id
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp308 for (const auto &Id : Indices) {
309 TypeIndex TI(Id);
H A DMinimalSymbolDumper.cpp290 static std::string formatRegisterId(RegisterId Id, CPUType Cpu) { argument
292 switch (Id) {
303 switch (Id) {
314 return formatUnknownEnum(Id);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h663 unsigned getTopoSig(const TopoSigId &Id) { argument
664 return TopoSigs.insert(std::make_pair(Id, TopoSigs.size())).first->second;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h300 /// \param Id The module-id to resolve.
309 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h70 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
79 #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \
80 llvm::DIType *Id##Ty = nullptr;

Completed in 199 milliseconds

1234567891011>>