Searched defs:deleted (Results 1 - 25 of 63) sorted by relevance

123

/external/llvm/lib/Analysis/
H A DAssumptionCache.cpp91 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { function in class:AssumptionCacheTracker::FunctionCallbackVH
H A DIVUsers.cpp365 void IVStrideUse::deleted() { function in class:IVStrideUse
H A DAliasSetTracker.cpp550 // AliasSetTracker entirely. It should be used when an instruction is deleted
552 // dangling pointers to deleted instructions.
664 void AliasSetTracker::ASTCallbackVH::deleted() { function in class:AliasSetTracker::ASTCallbackVH
/external/proguard/src/proguard/classfile/editor/
H A DVariableEditor.java42 private boolean[] deleted = new boolean[ClassConstants.TYPICAL_VARIABLES_SIZE]; field in class:VariableEditor
56 if (deleted.length < maxLocals)
59 deleted = new boolean[maxLocals];
64 Arrays.fill(deleted, 0, maxLocals, false);
73 * @param variableIndex the index of the variable to be deleted.
77 deleted[variableIndex] = true;
84 * Returns whether the given variable at the given offset has deleted.
88 return deleted[instructionOffset];
117 variableMap[oldVariableIndex] = deleted[oldVariableIndex] ?
/external/gptfdisk/
H A Dmbr.cc109 // Returns 1 if a partition was deleted, 0 otherwise....
113 int i, deleted = 0; local
124 deleted = 1;
128 return deleted;
/external/libnl/src/
H A Dnl-addr-delete.c17 static int deleted = 0; variable
68 deleted++;
137 printf("Deleted %d addresses\n", deleted);
H A Dnl-class-delete.c16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
65 deleted++;
125 printf("Deleted %d classs\n", deleted);
H A Dnl-neigh-delete.c16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
63 deleted++;
119 printf("Deleted %d neighbours\n", deleted);
H A Dnl-qdisc-delete.c17 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
65 deleted++;
141 printf("Deleted %d qdiscs\n", deleted);
H A Dnl-cls-delete.c16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
68 deleted++;
152 printf("Deleted %d classs\n", deleted);
H A Dnl-route-delete.c17 static int deleted = 0; variable
81 deleted++;
165 printf("Deleted %d routes\n", deleted);
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DValueHandleTest.cpp251 virtual void deleted() { DeletedCalls++; CallbackVH::deleted(); } function in class:__anon19104::RecordingVH
275 virtual void deleted() { DeletedCalls++; CallbackVH::deleted(); } function in class:__anon19104::RecordingVH
305 virtual void deleted() { function in class:__anon19104::RecoveringVH
348 virtual void deleted() { function in class:__anon19104::DestroyingVH
351 CallbackVH::deleted();
395 virtual void deleted() { function in class:__anon19104::ClearingVH
398 CallbackVH::deleted();
406 // C.deleted() shoul
[all...]
/external/libchrome/base/
H A Dcallback_unittest.cc136 explicit CallbackOwner(bool* deleted) { argument
138 deleted_ = deleted;
142 // We are deleted here if no-one else had a ref to us.
159 bool deleted = false; local
160 CallbackOwner* owner = new CallbackOwner(&deleted);
162 ASSERT_TRUE(deleted);
H A Dlazy_instance_unittest.cc113 void SetDeletedPtr(bool* deleted) { argument
114 deleted_ = deleted;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DIVUsers.cpp269 void IVStrideUse::deleted() { function in class:IVStrideUse
H A DAliasSetTracker.cpp480 // AliasSetTracker entirely. It should be used when an instruction is deleted
482 // dangling pointers to deleted instructions.
598 void AliasSetTracker::ASTCallbackVH::deleted() { function in class:AliasSetTracker::ASTCallbackVH
/external/webrtc/webrtc/base/
H A Dmessagequeue_unittest.cc42 DeletedLockChecker(MessageQueueTest* test, bool* was_locked, bool* deleted) argument
43 : test(test), was_locked(was_locked), deleted(deleted) { }
45 *deleted = true;
50 bool* deleted; member in struct:DeletedLockChecker
84 bool deleted = false; local
85 DeletedLockChecker* d = new DeletedLockChecker(this, &was_locked, &deleted);
89 EXPECT_TRUE(deleted);
95 explicit DeletedMessageHandler(bool* deleted) : deleted_(deleted) { } argument
105 bool deleted = false; local
135 bool deleted = false; local
[all...]
/external/dtc/
H A Ddtc.h134 bool deleted; member in struct:label
140 bool deleted; member in struct:property
150 bool deleted; member in struct:node
172 if (!(l)->deleted)
179 if (!(p)->deleted)
186 if (!(c)->deleted)
/external/jdiff/src/jdiff/
H A DDiffMyers.java95 of deleted lines (counting only lines before the midpoint).
97 lines inserted or deleted (counting only lines before the midpoint).
356 /** Scan the tables of which lines are inserted and deleted,
391 /** Scan the tables of which lines are inserted and deleted,
468 Each change represents one place where some lines are deleted
472 DELETED is the number of lines deleted here from file 0.
484 public int deleted; field in class:DiffMyers.change
485 /** Line number of 1st deleted line. */
492 DELETED is the number of lines deleted here from file 0.
497 change(int line0, int line1, int deleted, in argument
[all...]
/external/llvm/include/llvm/IR/
H A DValueHandle.h39 /// the value is deleted or ReplaceAllUsesWith'd. See the specific handles
177 /// \brief Value handle that asserts if the Value is deleted.
293 // Check that this value is valid (i.e., it hasn't been deleted). We
296 assert(ValueHandleBase::isValid(VP) && "Tracked Value was deleted!");
373 virtual void deleted() { setValPtr(nullptr); } function in class:llvm::CallbackVH
/external/skia/src/core/
H A DSkTDynamicHash.h159 // We have two special values to indicate an empty or deleted entry.
174 int count = 0, deleted = 0; local
177 deleted++;
184 SKTDYNAMICHASH_CHECK(deleted == fDeleted);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DValueHandle.h37 /// the value is deleted or ReplaceAllUsesWith'd. See the specific handles
289 // Check that this value is valid (i.e., it hasn't been deleted). We
292 assert(ValueHandleBase::isValid(VP) && "Tracked Value was deleted!");
383 virtual void deleted() { function in class:llvm::CallbackVH
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugLoc.cpp240 /// deleted - The MDNode this is pointing to got deleted, so this pointer needs
242 void DebugRecVH::deleted() { function in class:DebugRecVH
287 // the mdnode got deleted.
289 if (NewVal == 0) return deleted();
/external/libchrome/base/files/
H A Dfile_path_watcher_linux.cc102 // |deleted| is true if the object disappears.
107 bool deleted,
352 bool deleted,
358 fired_watch, child, created, deleted, is_dir));
419 if (change_on_target_path && (created || deleted) && !did_update) {
427 // - One of the parent directories got moved or deleted, since the target
432 (change_on_target_path && deleted) ||
349 OnFilePathChanged(InotifyReader::Watch fired_watch, const FilePath::StringType& child, bool created, bool deleted, bool is_dir) argument
/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp50 void deleted() override;
67 /// use this so we get notified if a block is deleted or RAUWd.
71 /// whose corresponding BasicBlock got deleted. These symbols need to be
81 "Some labels for deleted blocks never got emitted");
106 // entry to BBCallbacks so we can be notified if the BB is deleted or RAUWd.
115 /// takeDeletedSymbolsForFunction - If we have any deleted symbols for F, return
132 // If the block got deleted, there is no need for the symbol. If the symbol
149 // for the containing Function. Since the block is being deleted, its
178 void MMIAddrLabelMapCallbackPtr::deleted() { function in class:MMIAddrLabelMapCallbackPtr
270 /// references to address-taken blocks generated, but the block got deleted,
[all...]

Completed in 670 milliseconds

123