/external/clang/test/CodeGenCXX/ |
2010-07-23-DeclLoc.cpp | 23 typedef uint32_t ptr_t; typedef in class:Pointer32 28 typedef uint64_t ptr_t; typedef in class:Pointer64 43 typename SIZE::ptr_t _location; 45 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { } 50 TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) : TRange<SIZE>(location, length), _value(value) {};
|
/external/libedit/src/ |
sys.h | 84 typedef void *ptr_t; typedef
|
/frameworks/compile/libbcc/ |
README.rst | 143 the size of off_t, size_t, and ptr_t), and the size
|
README.html | 424 the size of off_t, size_t, and ptr_t), and the size
|