| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
| H A D | pbump.pass.cpp | 29 void setp(CharT* pbeg, CharT* pend) in setp() 31 base::setp(pbeg, pend); in setp() 38 CharT* pend = base::epptr(); in pbump() local 42 assert(base::epptr() == pend); in pbump()
|
| H A D | setp.pass.cpp | 29 void setp(CharT* pbeg, CharT* pend) in setp() 31 base::setp(pbeg, pend); in setp() 34 assert(base::epptr() == pend); in setp()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/ |
| H A D | xsputn.pass.cpp | 29 void setp(char* pbeg, char* pend) in setp() 31 base::setp(pbeg, pend); in setp()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
| H A D | sputc.pass.cpp | 34 void setp(char* pbeg, char* pend) in setp() 36 base::setp(pbeg, pend); in setp()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regcomp.c | 203 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member 338 p->pend[i] = 0; in llvm_regcomp() 461 p->pend[subno] = HERE(); in p_ere_exp() 462 assert(p->pend[subno] != 0); in p_ere_exp() 517 if (p->pend[backrefnum] == 0) { in p_ere_exp() 702 p->pend[subno] = HERE(); in p_simp_re() 703 assert(p->pend[subno] != 0); in p_simp_re() 723 if (p->pend[i] != 0) { in p_simp_re() 729 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1520 if (p->pend[i] >= pos) { in doinsert() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/ |
| H A D | copy.pass.cpp | 47 void setp(CharT* pbeg, CharT* pend) in setp() 49 base::setp(pbeg, pend); in setp()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
| H A D | assign.pass.cpp | 48 void setp(CharT* pbeg, CharT* pend) in setp() 50 base::setp(pbeg, pend); in setp()
|
| H A D | swap.pass.cpp | 57 void setp(CharT* pbeg, CharT* pend) in setp() 59 base::setp(pbeg, pend); in setp()
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | AddressSpace.hpp | 223 const uint8_t *pend = (uint8_t *)end; in getULEB128() local 229 if (p == pend) in getULEB128() 248 const uint8_t *pend = (uint8_t *)end; in getSLEB128() local 253 if (p == pend) in getSLEB128()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | str-int-2.ll | 45 define i64 @strtol_endptr_not_null(i8** nonnull %pend) { 50 …4 @strtol(i8* getelementptr inbounds ([3 x i8], [3 x i8]* @.str, i32 0, i32 0), i8** %pend, i32 10)
|
| H A D | str-int.ll | 46 define i32 @strtol_endptr_not_null(i8** %pend) { 52 %endp1 = getelementptr inbounds i8*, i8** %pend, i32 1
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | SplitFunctions.cpp | 330 std::vector<BinaryBasicBlock *> Blocks(BF.pbegin(), BF.pend()); in createEHTrampolines()
|
| H A D | BinaryPasses.cpp | 1726 std::vector<BinaryBasicBlock *> Blocks(Function.pbegin(), Function.pend()); in runOnFunctions()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | streambuf | 78 void setp(char_type* pbeg, char_type* pend);
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 782 BasicBlockListType::iterator pend() { return BasicBlocks.end(); } in pend() function
|