| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | Types.cpp | 39 const char *types::getTypeName(ID Id) { in getTypeName() argument 40 return getInfo(Id).Name; in getTypeName() 43 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType() argument 44 return getInfo(Id).PreprocessedType; in getPreprocessedType() 47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() argument 48 if (Id == TY_Object && CLMode) in getTypeTempSuffix() 50 if (Id == TY_Image && CLMode) in getTypeTempSuffix() 52 if (Id == TY_PP_Asm && CLMode) in getTypeTempSuffix() 54 return getInfo(Id).TempSuffix; in getTypeTempSuffix() 57 bool types::onlyAssembleType(ID Id) { in onlyAssembleType() argument [all …]
|
| HD | Phases.cpp | 16 const char *phases::getPhaseName(ID Id) { in getPhaseName() argument 17 switch (Id) { in getPhaseName()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Driver/ |
| HD | Types.h | 28 const char *getTypeName(ID Id); 33 ID getPreprocessedType(ID Id); 37 const char *getTypeTempSuffix(ID Id, bool CLMode = false); 40 bool onlyAssembleType(ID Id); 43 bool onlyPrecompileType(ID Id); 48 bool canTypeBeUserSpecified(ID Id); 53 bool appendSuffixForType(ID Id); 58 bool canLipoType(ID Id); 61 bool isAcceptedByClang(ID Id); 64 bool isCXX(ID Id); [all …]
|
| /NextBSD/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| HD | DIALineNumber.cpp | 63 DWORD Id = 0; in getSourceFileId() local 64 return (S_OK == LineNumber->get_sourceFileId(&Id)) ? Id : 0; in getSourceFileId() 68 DWORD Id = 0; in getCompilandId() local 69 return (S_OK == LineNumber->get_compilandId(&Id)) ? Id : 0; in getCompilandId()
|
| HD | DIASourceFile.cpp | 35 DWORD Id; in getUniqueId() local 36 return (S_OK == SourceFile->get_uniqueId(&Id)) ? Id : 0; in getUniqueId()
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | CTagsEmitter.cpp | 31 const std::string *Id; member in __anon6b2cf1560111::Tag 35 : Id(&Name), Loc(Location) {} in Tag() 36 int operator<(const Tag &B) const { return *Id < *B.Id; } in operator <() 42 OS << *Id << "\t" << BufferName << "\t" << LineAndColumn.first << "\n"; in emit()
|
| /NextBSD/contrib/llvm/lib/Option/ |
| HD | OptTable.cpp | 293 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName() argument 294 const Option O = Opts.getOption(Id); in getOptionHelpName() 303 if (const char *MetaVarName = Opts.getOptionMetaVar(Id)) { in getOptionHelpName() 325 if (const char *MetaVarName = Opts.getOptionMetaVar(Id)) in getOptionHelpName() 368 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup() argument 369 unsigned GroupID = Opts.getOptionGroupID(Id); in getOptionHelpGroup() 408 unsigned Id = i + 1; in PrintHelp() local 411 if (getOptionKind(Id) == Option::GroupClass) in PrintHelp() 414 unsigned Flags = getInfo(Id).Flags; in PrintHelp() 420 if (const char *Text = getOptionHelpText(Id)) { in PrintHelp() [all …]
|
| HD | ArgList.cpp | 40 void ArgList::eraseArg(OptSpecifier Id) { in eraseArg() argument 42 [=](Arg *A) { return A->getOption().matches(Id); }), in eraseArg() 46 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id) const { in getLastArgNoClaim() 49 if ((*it)->getOption().matches(Id)) in getLastArgNoClaim() 83 Arg *ArgList::getLastArg(OptSpecifier Id) const { in getLastArg() 86 if ((*it)->getOption().matches(Id)) { in getLastArg() 233 StringRef ArgList::getLastArgValue(OptSpecifier Id, in getLastArgValue() argument 235 if (Arg *A = getLastArg(Id)) in getLastArgValue() 240 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const { in getAllArgValues() 242 AddAllArgValues(Values, Id); in getAllArgValues() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | BuiltinTypes.def | 12 // BuiltinType::Id is the enumerator defining the type. 17 // BUILTIN_TYPE(Id, SingletonId) - A builtin type that has not been 21 // SIGNED_TYPE(Id, SingletonId) - A signed integral type. 23 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type. 25 // FLOATING_TYPE(Id, SingletonId) - A floating-point type. 27 // PLACEHOLDER_TYPE(Id, SingletonId) - A placeholder type. Placeholder 37 #define SIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId) 41 #define UNSIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId) 45 #define FLOATING_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId) 49 #define PLACEHOLDER_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
|
| HD | DeclObjC.h | 705 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() argument 707 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl() 778 ObjCIvarDecl *getIvarDecl(IdentifierInfo *Id) const; 922 IdentifierInfo *Id, ObjCTypeParamList *typeParamList, 960 IdentifierInfo *Id, 1622 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl() argument 1625 : FieldDecl(ObjCIvar, DC, StartLoc, IdLoc, Id, T, TInfo, BW, in ObjCIvarDecl() 1632 IdentifierInfo *Id, QualType T, 1682 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl() argument 1684 : FieldDecl(ObjCAtDefsField, DC, StartLoc, IdLoc, Id, T, in ObjCAtDefsFieldDecl() [all …]
|
| HD | Decl.h | 417 IdentifierInfo *Id, NamespaceDecl *PrevDecl); 427 SourceLocation IdLoc, IdentifierInfo *Id, 836 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, 862 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, 1316 SourceLocation IdLoc, IdentifierInfo *Id, 1322 IdentifierInfo *Id, QualType Type) in ImplicitParamDecl() argument 1323 : VarDecl(ImplicitParam, C, DC, IdLoc, IdLoc, Id, Type, in ImplicitParamDecl() 1341 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, in ParmVarDecl() argument 1343 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl() 1353 SourceLocation IdLoc, IdentifierInfo *Id, [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/ |
| HD | Utils.h | 185 llvm::opt::OptSpecifier Id, int Default, 189 llvm::opt::OptSpecifier Id, int Default, in getLastArgIntValue() argument 191 return getLastArgIntValue(Args, Id, Default, &Diags); in getLastArgIntValue() 195 llvm::opt::OptSpecifier Id, uint64_t Default, 199 llvm::opt::OptSpecifier Id, in getLastArgUInt64Value() argument 202 return getLastArgUInt64Value(Args, Id, Default, &Diags); in getLastArgUInt64Value()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | ModuleMap.cpp | 44 if (Unresolved.Id.empty()) { in resolveExport() 50 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain); in resolveExport() 57 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod, in resolveModuleId() argument 60 Module *Context = lookupModuleUnqualified(Id[0].first, Mod); in resolveModuleId() 63 Diags.Report(Id[0].second, diag::err_mmap_missing_module_unqualified) in resolveModuleId() 64 << Id[0].first << Mod->getFullModuleName(); in resolveModuleId() 70 for (unsigned I = 1, N = Id.size(); I != N; ++I) { in resolveModuleId() 71 Module *Sub = lookupModuleQualified(Id[I].first, Context); in resolveModuleId() 74 Diags.Report(Id[I].second, diag::err_mmap_missing_module_qualified) in resolveModuleId() 75 << Id[I].first << Context->getFullModuleName() in resolveModuleId() [all …]
|
| HD | PreprocessingRecord.cpp | 369 void PreprocessingRecord::addMacroExpansion(const Token &Id, in addMacroExpansion() argument 373 if (Id.getLocation().isMacroID()) in addMacroExpansion() 378 MacroExpansion(Id.getIdentifierInfo(), Range)); in addMacroExpansion() 412 void PreprocessingRecord::MacroExpands(const Token &Id, in MacroExpands() argument 416 addMacroExpansion(Id, MD.getMacroInfo(), Range); in MacroExpands() 419 void PreprocessingRecord::MacroDefined(const Token &Id, in MacroDefined() argument 424 new (*this) MacroDefinitionRecord(Id.getIdentifierInfo(), R); in MacroDefined() 429 void PreprocessingRecord::MacroUndefined(const Token &Id, in MacroUndefined() argument
|
| /NextBSD/contrib/llvm/include/llvm/Option/ |
| HD | ArgList.h | 173 void eraseArg(OptSpecifier Id); 182 bool hasArgNoClaim(OptSpecifier Id) const { in hasArgNoClaim() argument 183 return getLastArgNoClaim(Id) != nullptr; in hasArgNoClaim() 185 bool hasArg(OptSpecifier Id) const { in hasArg() argument 186 return getLastArg(Id) != nullptr; in hasArg() 198 Arg *getLastArgNoClaim(OptSpecifier Id) const; 204 Arg *getLastArg(OptSpecifier Id) const; 233 StringRef getLastArgValue(OptSpecifier Id, 238 std::vector<std::string> getAllArgValues(OptSpecifier Id) const;
|
| /NextBSD/sys/x86/acpica/ |
| HD | madt.c | 326 madt_add_cpu(proc->ProcessorId, proc->Id, proc->LapicFlags); in madt_probe_cpus_handler() 351 apic->Id, apic->GlobalIrqBase, in madt_parse_apics() 353 if (apic->Id > MAX_APIC_ID) in madt_parse_apics() 355 apic->Id); in madt_parse_apics() 356 if (ioapics[apic->Id].io_apic != NULL) in madt_parse_apics() 357 panic("%s: Double APIC ID %u", __func__, apic->Id); in madt_parse_apics() 359 printf("MADT: Ignoring bogus I/O APIC ID %u", apic->Id); in madt_parse_apics() 362 ioapics[apic->Id].io_apic = ioapic_create(apic->Address, in madt_parse_apics() 363 apic->Id, apic->GlobalIrqBase); in madt_parse_apics() 364 ioapics[apic->Id].io_vector = apic->GlobalIrqBase; in madt_parse_apics()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Tooling/ |
| HD | RefactoringCallbacks.cpp | 62 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id, in ReplaceIfStmtWithItsBody() argument 64 : Id(Id), PickTrueBranch(PickTrueBranch) {} in ReplaceIfStmtWithItsBody() 68 if (const IfStmt *Node = Result.Nodes.getStmtAs<IfStmt>(Id)) { in run()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExprCXX.cpp | 845 IdentifierInfo *Id = nullptr; in ParseLambdaIntroducer() local 866 Id = Tok.getIdentifierInfo(); in ParseLambdaIntroducer() 1004 Loc, Kind == LCK_ByRef, Id, InitExpr); in ParseLambdaIntroducer() 1008 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, Init, InitCaptureParsedType); in ParseLambdaIntroducer() 1935 UnqualifiedId &Id, in ParseUnqualifiedIdTemplateId() argument 1942 switch (Id.getKind()) { in ParseUnqualifiedIdTemplateId() 1948 Id, ObjectType, EnteringContext, in ParseUnqualifiedIdTemplateId() 1955 TemplateKWLoc.isValid(), Id, in ParseUnqualifiedIdTemplateId() 1966 if (Id.getKind() == UnqualifiedId::IK_Identifier) in ParseUnqualifiedIdTemplateId() 1967 Name = Id.Identifier->getName(); in ParseUnqualifiedIdTemplateId() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclObjC.cpp | 56 ObjCContainerDecl::getIvarDecl(IdentifierInfo *Id) const { in getIvarDecl() 57 lookup_result R = lookup(Id); in getIvarDecl() 1299 IdentifierInfo *Id, in Create() argument 1305 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create() 1325 SourceLocation AtLoc, IdentifierInfo *Id, in ObjCInterfaceDecl() argument 1330 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl() 1591 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument 1621 return new (C, DC) ObjCIvarDecl(DC, StartLoc, IdLoc, Id, T, TInfo, ac, BW, in Create() 1669 IdentifierInfo *Id, QualType T, Expr *BW) { in Create() argument 1670 return new (C, DC) ObjCAtDefsFieldDecl(DC, StartLoc, IdLoc, Id, T, BW); in Create() [all …]
|
| /NextBSD/gnu/usr.bin/rcs/lib/ |
| HD | rcskeys.c | 84 enum markers LocalIdMode = Id; 176 if (!strcmp(key, Keyword[Id])) 177 LocalIdMode=Id;
|
| /NextBSD/usr.bin/mail/misc/ |
| HD | mail.rc | 2 ignore Received Message-Id Resent-Message-Id Status Mail-From Return-Path Via
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLambda.cpp | 703 IdentifierInfo *Id, in performLambdaInitCaptureInitialization() argument 719 DeductType = BuildReferenceType(DeductType, true, Loc, Id); in performLambdaInitCaptureInitialization() 734 << DeclarationName(Id) << TSI->getType() << Loc; in performLambdaInitCaptureInitialization() 739 << DeclarationName(Id) << TSI->getType() << Loc; in performLambdaInitCaptureInitialization() 745 << DeclarationName(Id) << Loc; in performLambdaInitCaptureInitialization() 755 << DeclarationName(Id) in performLambdaInitCaptureInitialization() 761 << DeclarationName(Id) << TSI->getType() in performLambdaInitCaptureInitialization() 772 InitializedEntity::InitializeLambdaCapture(Id, DeducedType, Loc); in performLambdaInitCaptureInitialization() 806 QualType InitCaptureType, IdentifierInfo *Id, Expr *Init) { in createLambdaInitCaptureVarDecl() argument 815 Loc, Id, InitCaptureType, TSI, SC_Auto); in createLambdaInitCaptureVarDecl() [all …]
|
| /NextBSD/sys/contrib/dev/acpica/components/utilities/ |
| HD | utmisc.c | 67 char *Id) in AcpiUtIsPciRootBridge() argument 74 if (!(strcmp (Id, in AcpiUtIsPciRootBridge() 77 !(strcmp (Id, in AcpiUtIsPciRootBridge()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | InclusionRewriter.cpp | 33 FileID Id; member 35 IncludedFile(FileID Id, SrcMgr::CharacteristicKind FileType) in IncludedFile() 36 : Id(Id), FileType(FileType) {} in IncludedFile() 150 FileID Id = FullSourceLoc(Loc, SM).getFileID(); in FileChanged() local 152 LastInclusionLocation.getRawEncoding(), IncludedFile(Id, NewFileType))); in FileChanged() 456 if (Process(Inc->Id, Inc->FileType)) { in Process()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Tooling/ |
| HD | RefactoringCallbacks.h | 79 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch); 83 std::string Id;
|