Home
last modified time | relevance | path

Searched defs:pcount (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/src/
H A Dstrstream.cpp103 int strstreambuf::pcount() const { return static_cast<int>(pptr() - pbase()); } in pcount() function in strstreambuf
/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp1271 int *pcount = static_cast<int *>(data); in TEST_F() local