Home
last modified time | relevance | path

Searched defs:pbase (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Doverflow.pass.cpp32 char_type* pbase() const {return base::pbase();} in pbase() function
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Doverflow.pass.cpp39 char_type* pbase() const {return base::pbase();} in pbase() function
/llvm-project/polly/lib/External/isl/
H A Disl_sort.c153 int isl_sort(void *const pbase, size_t total_elems, size_t size, in isl_sort()
/llvm-project/libcxx/src/
H A Dstd_stream.h319 char_type* pbase = &__1buf; in overflow() local