Searched refs:__add_const (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h147 struct __add_const {typedef _Tp type;}; struct in namespace:std
150 struct __add_const<_Tp, false> {typedef const _Tp type;}; struct in namespace:std
152 template <class _Tp> struct add_const {typedef typename __add_const<_Tp>::type type;};

Completed in 321 milliseconds