Home
last modified time | relevance | path

Searched refs:ptr_t (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp24 typedef uint32_t ptr_t; typedef in Pointer32
29 typedef uint64_t ptr_t; typedef in Pointer64
44 typename SIZE::ptr_t _location;
46 …TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length… in TRange()
51 …TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) : TRange<SIZE>(l… in TRangeValue()
/external/libedit/src/
Dsys.h84 typedef void *ptr_t; typedef