Home
last modified time | relevance | path

Searched refs:Ids (Results 1 - 6 of 6) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/test/
H A DShrinkControlFlowTest.cpp14 int8_t Ids[256]; in LLVMFuzzerTestOneInput() local
15 memset(Ids, -1, sizeof(Ids)); in LLVMFuzzerTestOneInput()
17 if (Ids[Data[i]] == -1) in LLVMFuzzerTestOneInput()
18 Ids[Data[i]] = i; in LLVMFuzzerTestOneInput()
19 int F = Ids[(unsigned char)'F']; in LLVMFuzzerTestOneInput()
20 int U = Ids[(unsigned char)'U']; in LLVMFuzzerTestOneInput()
21 int Z = Ids[(unsigned char)'Z']; in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DArgList.h46 OptSpecifier Ids[NumOptSpecifiers ? NumOptSpecifiers : 1]; member in llvm::opt::arg_iterator
60 for (auto Id : Ids) { in SkipToNextArg()
80 const OptSpecifier (&Ids)[NumOptSpecifiers ? NumOptSpecifiers : 1] = {}) in arg_iterator()
83 this->Ids[I] = Ids[I];
142 OptRange getRange(std::initializer_list<OptSpecifier> Ids) const;
205 filtered(OptSpecifiers ...Ids) const { in filtered()
206 OptRange Range = getRange({toOptSpecifier(Ids)...}); in filtered()
210 return make_range(Iterator(B, E, {toOptSpecifier(Ids)...}), in filtered()
211 Iterator(E, E, {toOptSpecifier(Ids) in filtered()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp75 std::vector<T> Ids; in commit()
76 Ids.reserve(Mappings.size()); in commit()
79 Ids.push_back(&M); in commit()
81 llvm::sort(Ids, [this](const T &L1, const T &L2) { in commit()
86 for (const auto &Item : Ids) { in commit()
H A DTypeStreamMerger.cpp83 const CVTypeArray &Ids);
95 const CVTypeArray &Ids,
251 const CVTypeArray &Ids) { in mergeIdRecords()
256 return doit(Ids); in mergeIdRecords()
286 const CVTypeArray &Ids, in mergeIdRecords()
293 return doit(Ids); in mergeIdRecords()
424 const CVTypeArray &Ids) {
426 return M.mergeIdRecords(Dest, TypeSourceToDest, Ids);
458 const CVTypeArray &Ids,
461 return M.mergeIdRecords(Dest, Types, Ids, Hashe
249 mergeIdRecords(MergingTypeTableBuilder &Dest, ArrayRef<TypeIndex> TypeSourceToDest, const CVTypeArray &Ids) mergeIdRecords() argument
284 mergeIdRecords(GlobalTypeTableBuilder &Dest, ArrayRef<TypeIndex> TypeSourceToDest, const CVTypeArray &Ids, ArrayRef<GloballyHashedType> Hashes) mergeIdRecords() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DArgList.cpp58 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange()
60 for (auto Id : Ids) { in getRange()
99 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept()
110 for (OptSpecifier Id : Ids) { in AddAllArgsExcept()
121 /// This is a nicer interface when you don't have a list of Ids to exclude.
123 ArrayRef<OptSpecifier> Ids) const { in AddAllArgs()
125 AddAllArgsExcept(Output, Ids, Exclude); in AddAllArgs()
98 AddAllArgsExcept(ArgStringList &Output, ArrayRef<OptSpecifier> Ids, ArrayRef<OptSpecifier> ExcludeIds) const AddAllArgsExcept() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeStreamMerger.h59 /// \param Ids The collection of id records to merge in.
65 const CVTypeArray &Ids);
103 const CVTypeArray &Ids,

Completed in 4 milliseconds