Home
last modified time | relevance | path

Searched defs:Ids (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArgList.h46 OptSpecifier Ids[NumOptSpecifiers ? NumOptSpecifiers : 1]; variable
205 filtered(OptSpecifiers ...Ids) const { in filtered()
216 filtered_reverse(OptSpecifiers ...Ids) const { in filtered_reverse()
240 bool hasArgNoClaim(OptSpecifiers ...Ids) const { in hasArgNoClaim()
244 bool hasArg(OptSpecifiers ...Ids) const { in hasArg()
250 Arg *getLastArg(OptSpecifiers ...Ids) const { in getLastArg()
262 Arg *getLastArgNoClaim(OptSpecifiers ...Ids) const { in getLastArgNoClaim()
306 void AddLastArg(ArgStringList &Output, OptSpecifiers ...Ids) const { in AddLastArg()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h26 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper()
31 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper()
62 codeview::LazyRandomTypeCollection &Ids; variable
H A DTypeReferenceTracker.h56 codeview::LazyRandomTypeCollection *Ids = nullptr; variable
H A DInputFile.h51 TypeCollectionPtr Ids; variable
H A DDumpOutputStyle.cpp1573 auto &Ids = File.ids(); in dumpModuleSymsForPdb() local
1651 auto &Ids = File.ids(); in dumpGSIRecords() local
1691 auto &Ids = File.ids(); in dumpGlobals() local
1787 auto &Ids = File.ids(); in dumpSymbolsFromGSI() local
H A Dllvm-pdbutil.cpp995 void diaDumpChildren(PDBSymbol &Outer, PdbSymbolIdField Ids, in diaDumpChildren()
1036 PdbSymbolIdField Ids = opts::diadump::NoSymIndexIds ? PdbSymbolIdField::None in dumpDia() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp251 const CVTypeArray &Ids) { in mergeIdRecords()
286 const CVTypeArray &Ids, in mergeIdRecords()
441 const CVTypeArray &Ids) { in mergeIdRecords()
475 const CVTypeArray &Ids, in mergeIdRecords()
H A DDebugCrossImpSubsection.cpp75 std::vector<T> Ids; in commit() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNSAPI.h150 StringRef Ids[] = { "setObject", "forKeyedSubscript" }; in getSetObjectForKeyedSubscriptSelector() local
156 StringRef Ids[] = { "setObject", "atIndexedSubscript" }; in getSetObjectAtIndexedSubscriptSelector() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp70 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DArgList.cpp99 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNSAPI.cpp602 Selector NSAPI::getOrInitSelector(ArrayRef<StringRef> Ids, in getOrInitSelector()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h252 ArrayRef<int> Ids) { in PragmaWarning()
503 ArrayRef<int> Ids) override { in PragmaWarning()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp530 ArrayRef<int> Ids) { in PragmaWarning()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp1405 SmallVector<int, 4> Ids; in HandlePragma() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp296 std::vector<NodeId> Ids; in getSubtreeBfs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1953 std::map<Action *, unsigned> &Ids, in PrintActions1()
2040 std::map<Action *, unsigned> Ids; in PrintActions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp9336 auto &Ids = ForwardRefTypeIds[I.first]; in parseTypeTests() local
9375 auto &Ids = ForwardRefTypeIds[I.first]; in parseVFuncIdList() local
9412 auto &Ids = ForwardRefTypeIds[I.first]; in parseConstVCallList() local
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactypes.h1301 ACPI_PNP_DEVICE_ID Ids[]; /* ID array */ member