Home
last modified time | relevance | path

Searched refs:Deleted (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h139 if (auto EC = readSparseBitVector(Stream, Deleted)) in load()
141 if (Present.intersects(Deleted)) in load()
163 int NumBitsD = Deleted.find_last() + 1; in calculateSerializedLength()
173 // Deleted bit set number of words (4 bytes), followed by that many actual in calculateSerializedLength()
194 if (auto EC = writeSparseBitVector(Writer, Deleted)) in commit()
209 Deleted.clear(); in clear()
267 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted()
271 mutable SparseBitVector<> Deleted; member in llvm::pdb::HashTable
294 Deleted.reset(Entry.index()); in set_as_internal()
326 std::swap(Deleted, NewMa in grow()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp36 Deleted, member in LoopDeletionResult
169 return LoopDeletionResult::Deleted; in deleteLoopIfDead()
206 return LoopDeletionResult::Deleted; in deleteLoopIfDead()
220 if (Result == LoopDeletionResult::Deleted) in run()
264 if (Result == LoopDeletionResult::Deleted) in runOnLoop()
H A DStructurizeCFG.cpp589 Value *Deleted = Phi.removeIncomingValue(From, false); in delPhiValues() local
590 Map[&Phi].push_back(std::make_pair(From, Deleted)); in delPhiValues()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLoopAnalyzer.cpp78 void setDeleted() { Deleted = true; } in setDeleted()
79 bool isDeleted() const { return Deleted; } in isDeleted()
92 bool Deleted = false; member in Ice::LoopAnalyzer::LoopNode
121 if (Deleted) in reset()
H A DIceInst.h92 bool isDeleted() const { return Deleted; } in isDeleted()
93 void setDeleted() { Deleted = true; } in setDeleted()
226 /// Deleted means irrevocably deleted.
227 bool Deleted = false;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp89 MISetType Deleted; member in __anon24644::HexagonOptAddrMode
406 Deleted.insert(AddMI); in processAddUses()
662 Deleted.insert(UseMI); in changeAddAsl()
682 Deleted.insert(UseMI); in xformUseMI()
773 Deleted.insert(MI); in processBlock()
801 Deleted.clear(); in runOnMachineFunction()
809 for (auto MI : Deleted) in runOnMachineFunction()
H A DHexagonEarlyIfConv.cpp219 BlockSetType Deleted; member in __anon24619::HexagonEarlyIfConversion
617 if (!Deleted.count(SB)) in visitBlock()
979 Deleted.insert(B); in removeBlock()
1062 Deleted.clear(); in runOnMachineFunction()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go25 namesFileChangeType [int(Deleted) + 1]string
51 namesFileChangeType[int(Deleted)] = "Deleted"
H A Dtsprotocol.go4149 /*Deleted defined:
4152 Deleted FileChangeType = 3
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Denums.go25 namesFileChangeType [int(Deleted) + 1]string
51 namesFileChangeType[int(Deleted)] = "Deleted"
H A Dtsprotocol.go4149 /*Deleted defined:
4152 Deleted FileChangeType = 3
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go25 namesFileChangeType [int(Deleted) + 1]string
51 namesFileChangeType[int(Deleted)] = "Deleted"
H A Dtsprotocol.go4149 /*Deleted defined:
4152 Deleted FileChangeType = 3
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFunction.cpp1038 DenseSet<MachineConstantPoolValue*> Deleted;
1041 Deleted.insert(Constants[i].Val.MachineCPVal);
1047 if (Deleted.count(*I) == 0)
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js167 changes?.push(`Deleted incorrect "bundledDependencies"`)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp2281 bool Deleted = false; in removeUnreachableBlocks() local
2286 Deleted = true; in removeUnreachableBlocks()
2289 if (!Deleted) in removeUnreachableBlocks()
/third_party/node/deps/v8/tools/
H A Dgrokdump.py1519 def Deleted(self, value): member in DescriptorArray
/third_party/typescript/lib/
H A Dtsserverlibrary.js6164 FileWatcherEventKind[FileWatcherEventKind["Deleted"] = 2] = "Deleted";
6513 ? FileWatcherEventKind.Deleted
6757 callback(fileName, modifiedTime !== ts.missingFileModifiedTime ? FileWatcherEventKind.Created : FileWatcherEventKind.Deleted, modifiedTime);
7356 var isPreviouslyDeleted = +prev.mtime === 0 || eventKind === FileWatcherEventKind.Deleted;
7362 eventKind = FileWatcherEventKind.Deleted;
[all...]
H A Dtsserver.js6165 FileWatcherEventKind[FileWatcherEventKind["Deleted"] = 2] = "Deleted";
6514 ? FileWatcherEventKind.Deleted
6758 callback(fileName, modifiedTime !== ts.missingFileModifiedTime ? FileWatcherEventKind.Created : FileWatcherEventKind.Deleted, modifiedTime);
7357 var isPreviouslyDeleted = +prev.mtime === 0 || eventKind === FileWatcherEventKind.Deleted;
7363 eventKind = FileWatcherEventKind.Deleted;
[all...]
H A DtypingsInstaller.js6145 FileWatcherEventKind[FileWatcherEventKind["Deleted"] = 2] = "Deleted";
6494 ? FileWatcherEventKind.Deleted
6738 callback(fileName, modifiedTime !== ts.missingFileModifiedTime ? FileWatcherEventKind.Created : FileWatcherEventKind.Deleted, modifiedTime);
7337 var isPreviouslyDeleted = +prev.mtime === 0 || eventKind === FileWatcherEventKind.Deleted;
7343 eventKind = FileWatcherEventKind.Deleted;
[all...]
H A Dtsc.js3678 FileWatcherEventKind[FileWatcherEventKind["Deleted"] = 2] = "Deleted";
3994 ? FileWatcherEventKind.Deleted
4203 callback(fileName, modifiedTime !== ts.missingFileModifiedTime ? FileWatcherEventKind.Created : FileWatcherEventKind.Deleted, modifiedTime);
4712 var isPreviouslyDeleted = +prev.mtime === 0 || eventKind === FileWatcherEventKind.Deleted;
4717 eventKind = FileWatcherEventKind.Deleted;
[all...]
H A Dtypescript.js6155 FileWatcherEventKind[FileWatcherEventKind["Deleted"] = 2] = "Deleted";
6504 ? FileWatcherEventKind.Deleted
6748 callback(fileName, modifiedTime !== ts.missingFileModifiedTime ? FileWatcherEventKind.Created : FileWatcherEventKind.Deleted, modifiedTime);
7347 var isPreviouslyDeleted = +prev.mtime === 0 || eventKind === FileWatcherEventKind.Deleted;
7353 eventKind = FileWatcherEventKind.Deleted;
[all...]
H A DtypescriptServices.js6155 FileWatcherEventKind[FileWatcherEventKind["Deleted"] = 2] = "Deleted";
6504 ? FileWatcherEventKind.Deleted
6748 callback(fileName, modifiedTime !== ts.missingFileModifiedTime ? FileWatcherEventKind.Created : FileWatcherEventKind.Deleted, modifiedTime);
7347 var isPreviouslyDeleted = +prev.mtime === 0 || eventKind === FileWatcherEventKind.Deleted;
7353 eventKind = FileWatcherEventKind.Deleted;
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js6134 FileWatcherEventKind[FileWatcherEventKind["Deleted"] = 2] = "Deleted";
6491 ? FileWatcherEventKind.Deleted
6737 callback(fileName, fileExists(fileName) ? FileWatcherEventKind.Created : FileWatcherEventKind.Deleted);
7210 var isPreviouslyDeleted = +prev.mtime === 0 || eventKind === FileWatcherEventKind.Deleted;
7216 eventKind = FileWatcherEventKind.Deleted;
[all...]

Completed in 241 milliseconds