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

  /external/libcxx/src/
stdexcept.cpp 30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str())
34 logic_error::logic_error(const char* msg) : __imp_(msg)
38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) function in namespace:std
45 __imp_ = le.__imp_;
58 return __imp_.c_str();
63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
67 runtime_error::runtime_error(const char* msg) : __imp_(msg)
72 : __imp_(le.__imp_ function in namespace:std
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
stdexcept.cpp 30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str())
34 logic_error::logic_error(const char* msg) : __imp_(msg)
38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) function in namespace:std
45 __imp_ = le.__imp_;
58 return __imp_.c_str();
63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
67 runtime_error::runtime_error(const char* msg) : __imp_(msg)
72 : __imp_(le.__imp_ function in namespace:std
    [all...]
  /external/libcxxabi/src/
stdexcept.cpp 28 return __imp_.c_str();
36 return __imp_.c_str();
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
stdexcept.cpp 28 return __imp_.c_str();
36 return __imp_.c_str();
  /ndk/sources/cxx-stl/gabi++/src/
stdexcept.cc 138 __libcpp_nmstr& s = (__libcpp_nmstr&)__imp_;
145 __libcpp_nmstr& s = (__libcpp_nmstr&)__imp_;
151 __libcpp_nmstr& s = (__libcpp_nmstr&)__imp_;
158 __libcpp_nmstr& s = (__libcpp_nmstr&)__imp_;
  /external/clang/test/CodeGenCXX/
weak-external.cpp 49 void* __imp_; member in class:std::runtime_error
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_mac.h 62 #define __MINGW_IMP_SYMBOL(sym) __imp_##sym
63 #define __MINGW_IMP_LSYMBOL(sym) __imp_##sym
  /external/llvm/test/Object/
coff-archive.test 224 CHECKIDX: U __imp_??0exception@std@@QAE@ABQBD@Z
225 CHECKIDX: U __imp_??1exception@std@@UAE@XZ

Completed in 496 milliseconds