Home
last modified time | relevance | path

Searched refs:canAdd (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/diff/lib/diff/
Dbase.js114 var canAdd = false;
119 canAdd = addPath && 0 <= addPathNewPos && addPathNewPos < newLen;
124 if (!canAdd && !canRemove) {
135 if (!canRemove || canAdd && removePath.oldPos + 1 < addPath.oldPos) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h246 bool canAdd(const ActionT &A) { in canAdd() function
/third_party/node/deps/npm/node_modules/diff/lib/
Dindex.es6.js90 var canAdd = false;
95 canAdd = addPath && 0 <= addPathNewPos && addPathNewPos < newLen;
100 if (!canAdd && !canRemove) {
111 if (!canRemove || canAdd && removePath.oldPos + 1 < addPath.oldPos) {
Dindex.mjs90 var canAdd = false;
95 canAdd = addPath && 0 <= addPathNewPos && addPathNewPos < newLen;
100 if (!canAdd && !canRemove) {
111 if (!canRemove || canAdd && removePath.oldPos + 1 < addPath.oldPos) {
/third_party/node/deps/npm/node_modules/diff/dist/
Ddiff.js96 var canAdd = false;
101 canAdd = addPath && 0 <= addPathNewPos && addPathNewPos < newLen;
106 if (!canAdd && !canRemove) {
117 if (!canRemove || canAdd && removePath.oldPos + 1 < addPath.oldPos) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDFAPacketizer.cpp61 return A.canAdd(Action); in canReserveResources()