Home
last modified time | relevance | path

Searched defs:pPtr (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h39 static void construct(value_type* pPtr) in construct()
42 static void construct(value_type* pPtr, const value_type& pValue) in construct()
45 static void destroy(value_type* pPtr) in destroy()
78 static void construct(value_type* pPtr) in construct()
81 static void construct(value_type* pPtr, const value_type& pValue) in construct()
84 static void destroy(value_type* pPtr) in destroy()
136 void construct(pointer pPtr, const_reference pValue) in construct()
144 void construct(pointer pPtr) in construct()
149 void destroy(pointer pPtr) in destroy()
189 void deallocate(pointer &pPtr, size_type N) { in deallocate()
[all …]
DGCFactory.h156 void deallocate(pointer &pPtr, size_type N) { in deallocate()
162 void deallocate(pointer &pPtr) { in deallocate()
/frameworks/compile/mclinker/lib/Support/
Draw_mem_ostream.cpp35 void raw_mem_ostream::write_impl(const char *pPtr, size_t pSize) in write_impl()