Home
last modified time | relevance | path

Searched refs:CurEnd (Results 1 – 25 of 42) sorted by relevance

12

/dports/net/yggdrasil/yggdrasil-go-0.3.11/vendor/github.com/vishvananda/netlink/nl/
H A Dxfrm_policy_linux_test.go40 const CurEnd = CfgEnd + SizeofXfrmLifetimeCur
44 msg.Curlft.write(b[CfgEnd:CurEnd])
45 native.PutUint32(b[CurEnd:CurEnd+4], msg.Priority)
46 native.PutUint32(b[CurEnd+4:CurEnd+8], msg.Index)
47 b[CurEnd+8] = msg.Dir
48 b[CurEnd+9] = msg.Action
49 b[CurEnd+10] = msg.Flags
50 b[CurEnd+11] = msg.Share
51 copy(b[CurEnd+12:CurEnd+16], msg.Pad[:])
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Edit/
H A DEditedSource.cpp413 FileOffset CurOffs, CurEnd; in applyRewrites() local
423 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
429 assert(offs >= CurEnd); in applyRewrites()
431 if (offs == CurEnd) { in applyRewrites()
434 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
443 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Edit/
H A DEditedSource.cpp413 FileOffset CurOffs, CurEnd;
423 CurEnd = CurOffs.getWithOffset(CurLen);
429 assert(offs >= CurEnd);
431 if (offs == CurEnd) {
434 CurEnd.getWithOffset(act.RemoveLen);
443 CurEnd = CurOffs.getWithOffset(CurLen);
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSmallString.h77 auto CurEnd = this->end(); in append() local
79 this->uninitialized_copy(Ref.begin(), Ref.end(), CurEnd); in append()
80 CurEnd += Ref.size(); in append()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DSmallString.h77 auto CurEnd = this->end(); in append() local
79 this->uninitialized_copy(Ref.begin(), Ref.end(), CurEnd); in append()
80 CurEnd += Ref.size(); in append()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DSmallString.h77 auto CurEnd = this->end(); in append() local
79 this->uninitialized_copy(Ref.begin(), Ref.end(), CurEnd); in append()
80 CurEnd += Ref.size(); in append()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h77 auto CurEnd = this->end(); in append() local
79 this->uninitialized_copy(Ref.begin(), Ref.end(), CurEnd); in append()
80 CurEnd += Ref.size(); in append()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DSmallString.h77 auto CurEnd = this->end(); in append() local
79 this->uninitialized_copy(Ref.begin(), Ref.end(), CurEnd); in append()
80 CurEnd += Ref.size(); in append()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSmallString.h77 auto CurEnd = this->end(); in append() local
79 this->uninitialized_copy(Ref.begin(), Ref.end(), CurEnd); in append()
80 CurEnd += Ref.size(); in append()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DSmallString.h77 auto CurEnd = this->end(); in append() local
79 this->uninitialized_copy(Ref.begin(), Ref.end(), CurEnd); in append()
80 CurEnd += Ref.size(); in append()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSmallString.h77 auto CurEnd = this->end(); in test_mongo_packet_send()
79 this->uninitialized_copy(Ref.begin(), Ref.end(), CurEnd); in test_mongo_packet_send()
80 CurEnd += Ref.size(); in test_mongo_packet_send()

12