Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
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()
/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/
DIds.java20 /* package */ class Ids { class
23 private Ids() {} in Ids() method in Ids
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod_info_tester.h34 struct Ids { struct
35 constexpr bool Pass() const { return true; } in Pass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp251 const CVTypeArray &Ids) { in mergeIdRecords()
286 const CVTypeArray &Ids, in mergeIdRecords()
424 const CVTypeArray &Ids) { in mergeIdRecords()
458 const CVTypeArray &Ids, in mergeIdRecords()
DDebugCrossImpSubsection.cpp75 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/clang/include/clang/Lex/
DPPCallbacks.h229 ArrayRef<int> Ids) { in PragmaWarning()
423 ArrayRef<int> Ids) override { in PragmaWarning()
/external/clang/lib/AST/
DNSAPI.cpp574 Selector NSAPI::getOrInitSelector(ArrayRef<StringRef> Ids, in getOrInitSelector()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp99 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