Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/json/test/thirdparty/Fuzzer/test/
DShrinkControlFlowTest.cpp14 int8_t Ids[256]; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp99 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept()