Searched refs:pbegin (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/multi_index/detail/ |
D | rnd_index_node.hpp | 161 static void reverse(ptr_pointer pbegin,ptr_pointer pend) in reverse() 163 std::ptrdiff_t d=(pend-pbegin)/2; in reverse() 165 std::swap(*pbegin,*--pend); in reverse() 166 (*pbegin)->up()=pbegin; in reverse() 168 ++pbegin; in reverse()
|
/third_party/boost/libs/spirit/classic/example/fundamental/ |
D | comments.cpp | 46 void operator() (const char *pbegin, const char *pend) const in operator ()() argument 48 matched += std::string(pbegin, pend-pbegin); in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 74 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member 209 p->pbegin[i] = 0; in llvm_regcomp() 328 p->pbegin[subno] = HERE(); in p_ere_exp() 399 assert(p->pbegin[backrefnum] != 0); in p_ere_exp() 400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp() 402 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 568 p->pbegin[subno] = HERE(); in p_simp_re() 598 assert(p->pbegin[i] != 0); in p_simp_re() 599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 601 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 202 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member 337 p->pbegin[i] = 0; in llvm_regcomp() 456 p->pbegin[subno] = HERE(); in p_ere_exp() 527 assert(p->pbegin[backrefnum] != 0); in p_ere_exp() 528 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp() 530 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 696 p->pbegin[subno] = HERE(); in p_simp_re() 726 assert(p->pbegin[i] != 0); in p_simp_re() 727 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 729 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() [all …]
|
/third_party/boost/libs/spirit/classic/example/intermediate/ |
D | parameters.cpp | 201 char const *pbegin = "int var1"; in main() local 203 if (parse (pbegin, decl[assign(type)]).full) { in main()
|