/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 139 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 D | LoopDeletion.cpp | 36 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 D | StructurizeCFG.cpp | 589 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 D | IceLoopAnalyzer.cpp | 78 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 D | IceInst.h | 92 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 D | HexagonOptAddrMode.cpp | 89 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 D | HexagonEarlyIfConv.cpp | 219 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 D | enums.go | 25 namesFileChangeType [int(Deleted) + 1]string 51 namesFileChangeType[int(Deleted)] = "Deleted"
|
H A D | tsprotocol.go | 4149 /*Deleted defined: 4152 Deleted FileChangeType = 3
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | enums.go | 25 namesFileChangeType [int(Deleted) + 1]string 51 namesFileChangeType[int(Deleted)] = "Deleted"
|
H A D | tsprotocol.go | 4149 /*Deleted defined: 4152 Deleted FileChangeType = 3
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | enums.go | 25 namesFileChangeType [int(Deleted) + 1]string 51 namesFileChangeType[int(Deleted)] = "Deleted"
|
H A D | tsprotocol.go | 4149 /*Deleted defined: 4152 Deleted FileChangeType = 3
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 1038 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 D | normalize.js | 167 changes?.push(`Deleted incorrect "bundledDependencies"`)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2281 bool Deleted = false; in removeUnreachableBlocks() local 2286 Deleted = true; in removeUnreachableBlocks() 2289 if (!Deleted) in removeUnreachableBlocks()
|
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 1519 def Deleted(self, value): member in DescriptorArray
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 6164 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 D | tsserver.js | 6165 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 D | typingsInstaller.js | 6145 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 D | tsc.js | 3678 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 D | typescript.js | 6155 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 D | typescriptServices.js | 6155 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 D | typescript.js | 6134 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...] |