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

  /external/clang/test/Modules/Inputs/PR26179/
basic_string.h 6 static T _S_empty_rep_storage[];
10 T basic_string<T>::_S_empty_rep_storage[sizeof(T)];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 178 static size_type _S_empty_rep_storage[];
184 // _S_empty_rep_storage is never modified and the punning should
186 void* __p = reinterpret_cast<void*>(&_S_empty_rep_storage);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 178 static size_type _S_empty_rep_storage[];
184 // _S_empty_rep_storage is never modified and the punning should
186 void* __p = reinterpret_cast<void*>(&_S_empty_rep_storage);
    [all...]

Completed in 355 milliseconds