| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
| H A D | overflow.pass.cpp | 33 char_type* pptr() const {return base::pptr();} in pptr() function 47 assert(f.pptr() == 0); in main() 51 assert(f.pptr() == f.pbase()); in main() 67 assert(f.pptr() == 0); in main() 71 assert(f.pptr() == 0); in main() 88 assert(f.pptr() == 0); in main() 92 assert(f.pptr() == f.pbase()); in main() 108 assert(f.pptr() == 0); in main() 112 assert(f.pptr() == 0); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
| H A D | overflow.pass.cpp | 39 char_type* pptr() const {return base::pptr();} in pptr() function 52 assert(f.pptr() == 0); in main() 56 assert(f.pptr() == f.pbase()); in main() 70 assert(f.pptr() == 0); in main() 74 assert(f.pptr() == 0); in main()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | strstream.cpp | 152 return static_cast<int>(pptr() - pbase()); in pcount() 160 if (pptr() == epptr()) in overflow() 181 ptrdiff_t nout = pptr() - pbase(); in overflow() 194 *pptr() = static_cast<char>(__c); in overflow() 228 if (egptr() >= pptr()) in underflow() 230 setg(eback(), gptr(), pptr()); in underflow() 256 if (pos_out && pptr() == nullptr) in seekoff() 268 newoff = (pos_in ? gptr() : pptr()) - eback(); in seekoff() 303 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr))) in seekpos()
|
| /llvm-project-15.0.7/libc/AOR_v20.02/networking/ |
| H A D | chksum.c | 15 slurp_head32(const void **pptr, uint32_t *nbytes) in slurp_head32() argument 19 uint32_t off = (uintptr_t) *pptr % 4; in slurp_head32() 23 const unsigned char *ptr32 = align_ptr(*pptr, 4); in slurp_head32() 26 *pptr = ptr32 + 4; in slurp_head32()
|
| /llvm-project-15.0.7/clang/test/CodeGenSYCL/ |
| H A D | address-space-deduction.cpp | 95 int *pptr = &i; in test() local 96 bool is_i_ptr = (pptr == &i); in test() 97 *pptr = foo; in test()
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | blockaddress.ll | 19 define void @doit(i8** nocapture %pptr) { 25 store i8* blockaddress(@doit, %here), i8** %pptr, align 8 34 define void @doitagain(i8** nocapture %pptr) { 40 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
| H A D | swap.pass.cpp | 40 assert(this->pptr() == old_that.pptr()); in swap() 48 assert(t.pptr() == old_this.pptr()); in swap()
|
| H A D | assign.pass.cpp | 38 assert(this->pptr() == t.pptr()); in operator =()
|
| /llvm-project-15.0.7/libc/AOR_v20.02/networking/aarch64/ |
| H A D | chksum_simd.c | 20 slurp_head64(const void **pptr, uint32_t *nbytes) in slurp_head64() argument 24 uint32_t off = (uintptr_t) *pptr % 8; in slurp_head64() 28 const unsigned char *ptr64 = align_ptr(*pptr, 8); in slurp_head64() 34 *pptr = ptr64 + 8; in slurp_head64()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
| H A D | pbump.pass.cpp | 37 CharT* pnext = base::pptr(); in pbump() 41 assert(base::pptr() == pnext+n); in pbump()
|
| H A D | pbump2gig.pass.cpp | 30 const char* pubpptr() const { return pptr(); } in pubpptr()
|
| H A D | setp.pass.cpp | 33 assert(base::pptr() == pbeg); in setp()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | sstream | 285 __nout = __rhs.pptr() - __p; 326 __nout = __rhs.pptr() - __p; 374 __rnout = __rhs.pptr() - __p; 446 if (__hm_ < this->pptr()) 447 __hm_ = this->pptr(); 492 if (__hm_ < this->pptr()) 493 __hm_ = this->pptr(); 508 if (__hm_ < this->pptr()) 509 __hm_ = this->pptr(); 576 if (__hm_ < this->pptr()) [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/ |
| H A D | copy.pass.cpp | 38 assert(this->pptr() == t.pptr()); in test()
|
| H A D | default.pass.cpp | 34 assert(this->pptr() == 0); in test()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/ |
| H A D | capsicum.cpp | 39 cap_rights_t *pptr = cap_rights_remove(&rights, gptr); in test_cap_rights() local 40 hasit = cap_rights_contains(pptr, sptr); in test_cap_rights()
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | blockaddress.ll | 7 ; CHECK: store i8* blockaddress(@doit, %here), i8** %pptr, align 8 12 define void @doit(i8** nocapture %pptr, i32 %cond) nounwind uwtable { 18 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/ |
| H A D | default.pass.cpp | 36 assert(this->pptr() == NULL); in check()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
| H A D | ostream.pass.cpp | 34 {return std::basic_string<CharT>(base::pbase(), base::pptr());} in str()
|
| H A D | ios_base.pass.cpp | 33 {return std::basic_string<CharT>(base::pbase(), base::pptr());} in str()
|
| H A D | basic_ios.pass.cpp | 34 {return std::basic_string<CharT>(base::pbase(), base::pptr());} in str()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/ |
| H A D | endl.pass.cpp | 36 {return std::basic_string<CharT>(base::pbase(), base::pptr());} in str()
|
| H A D | ends.pass.cpp | 34 {return std::basic_string<CharT>(base::pbase(), base::pptr());} in str()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
| H A D | unsigned_int.pass.cpp | 33 {return std::basic_string<CharT>(base::pbase(), base::pptr());} in str()
|
| H A D | int.pass.cpp | 33 {return std::basic_string<CharT>(base::pbase(), base::pptr());} in str()
|