Searched refs:Extracted (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h116 QuarantineBatch *Extracted = Current->Next; local
118 Current->merge(Extracted);
119 DCHECK_EQ(Extracted->Count, 0);
120 DCHECK_EQ(Extracted->Size, sizeof(QuarantineBatch));
122 List.extract(Current, Extracted);
123 ExtractedSize += Extracted->Size;
125 ToDeallocate->enqueueBatch(Extracted);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp326 errs() << "Extracted a loop from the breaking portion of the program.\n";
574 std::unique_ptr<Module> Extracted = local
576 if (!Extracted) {
586 for (Module::iterator I = Extracted->begin(), E = Extracted->end(); I != E;
591 if (Linker::linkModules(*ProgClone, std::move(Extracted)))

Completed in 97 milliseconds