HomeSort by relevance Sort by last modified time
    Searched refs:ptr_t (Results 1 - 2 of 2) sorted by null

  /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

Completed in 282 milliseconds