Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DArgList.h47 OptSpecifier Ids[NumOptSpecifiers ? NumOptSpecifiers : 1]; variable
206 filtered(OptSpecifiers ...Ids) const { in filtered()
217 filtered_reverse(OptSpecifiers ...Ids) const { in filtered_reverse()
241 bool hasArgNoClaim(OptSpecifiers ...Ids) const { in hasArgNoClaim()
245 bool hasArg(OptSpecifiers ...Ids) const { in hasArg()
251 Arg *getLastArg(OptSpecifiers ...Ids) const { in getLastArg()
263 Arg *getLastArgNoClaim(OptSpecifiers ...Ids) const { in getLastArgNoClaim()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.h27 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper()
32 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper()
58 codeview::LazyRandomTypeCollection &Ids; variable
DInputFile.h52 TypeCollectionPtr Ids; variable
DDumpOutputStyle.cpp1332 auto &Ids = File.ids(); in dumpModuleSymsForPdb() local
1381 auto &Ids = File.ids(); in dumpGSIRecords() local
1483 auto &Ids = File.ids(); in dumpSymbolsFromGSI() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp254 const CVTypeArray &Ids) { in mergeIdRecords()
284 const CVTypeArray &Ids, in mergeIdRecords()
414 const CVTypeArray &Ids) { in mergeIdRecords()
445 const CVTypeArray &Ids, in mergeIdRecords()
DDebugCrossImpSubsection.cpp76 std::vector<T> Ids; in commit() local
/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker() local
/external/clang/include/clang/AST/
DNSAPI.h154 StringRef Ids[] = { "setObject", "forKeyedSubscript" }; in getSetObjectForKeyedSubscriptSelector() local
160 StringRef Ids[] = { "setObject", "atIndexedSubscript" }; in getSetObjectAtIndexedSubscriptSelector() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp178 std::vector<TypeIndex> Ids = {TypeIndex(6), TypeIndex(7), TypeIndex(8)}; member
182 std::vector<TypeIndex> Ids = {TypeIndex(9), TypeIndex(10), TypeIndex(11)}; member
197 std::vector<TypeIndex> Ids = {TypeIndex(23), TypeIndex(24), TypeIndex(25)}; member
/external/clang/lib/AST/
DNSAPI.cpp574 Selector NSAPI::getOrInitSelector(ArrayRef<StringRef> Ids, in getOrInitSelector()
/external/clang/include/clang/Lex/
DPPCallbacks.h229 ArrayRef<int> Ids) { in PragmaWarning()
423 ArrayRef<int> Ids) override { in PragmaWarning()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DArgList.cpp115 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp481 ArrayRef<int> Ids) { in PragmaWarning()
/external/clang/lib/Driver/
DDriver.cpp1012 std::map<Action *, unsigned> &Ids) { in PrintActions1()
1061 std::map<Action *, unsigned> Ids; in PrintActions() local
/external/clang/lib/Lex/
DPragma.cpp1138 SmallVector<int, 4> Ids; in HandlePragma() local