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

  /external/libcxx/src/
stdexcept.cpp 28 logic_error::logic_error(const string& msg) : __imp_(msg.c_str())
32 logic_error::logic_error(const char* msg) : __imp_(msg)
36 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) function in namespace:std
43 __imp_ = le.__imp_;
56 return __imp_.c_str();
61 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
65 runtime_error::runtime_error(const char* msg) : __imp_(msg)
70 : __imp_(le.__imp_ function in namespace:std
    [all...]
debug.cpp 57 : __imp_(nullptr) { function
61 __libcpp_debug_info const& info) : __imp_(new __libcpp_debug_exception_imp)
63 __imp_->__info_ = info;
64 __imp_->__what_str_ = make_what_str(info);
67 __libcpp_debug_exception const& other) : __imp_(nullptr) {
68 if (other.__imp_)
69 __imp_ = new __libcpp_debug_exception_imp(*other.__imp_);
73 if (__imp_)
74 delete __imp_;
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
stdexcept.cpp 26 logic_error::logic_error(const string& msg) : __imp_(msg.c_str())
30 logic_error::logic_error(const char* msg) : __imp_(msg)
34 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) function in namespace:std
41 __imp_ = le.__imp_;
54 return __imp_.c_str();
59 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
63 runtime_error::runtime_error(const char* msg) : __imp_(msg)
68 : __imp_(le.__imp_ function in namespace:std
    [all...]
  /external/libcxx/src/experimental/filesystem/
directory_iterator.cpp 194 __imp_ = make_shared<__dir_stream>(p, opts, m_ec);
196 if (!__imp_->good()) {
197 __imp_.reset();
206 _LIBCPP_ASSERT(__imp_, "Attempting to increment an invalid iterator");
208 if (!__imp_->advance(m_ec)) {
209 __imp_.reset();
220 _LIBCPP_ASSERT(__imp_, "Attempting to dereference an invalid iterator");
221 return __imp_->__entry_;
233 : __imp_(nullptr), __rec_(true)
241 __imp_ = _VSTD::make_shared<__shared_imp>()
    [all...]
  /external/libcxxabi/src/
stdlib_stdexcept.cpp 28 return __imp_.c_str();
36 return __imp_.c_str();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
stdexcept.cpp 28 return __imp_.c_str();
36 return __imp_.c_str();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
stdexcept.cpp 28 return __imp_.c_str();
36 return __imp_.c_str();
  /prebuilts/ndk/r11/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_;
  /prebuilts/ndk/r13/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 109 # define __MINGW_IMP_SYMBOL(sym) __imp_##sym
110 # define __MINGW_IMP_LSYMBOL(sym) __imp_##sym
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldpe.go 402 if strings.HasPrefix(name, "__imp_") {
437 if strings.HasPrefix(symname, "__imp_") {
438 s.Got = -2 // flag for __imp_
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldpe.go 402 if strings.HasPrefix(name, "__imp_") {
437 if strings.HasPrefix(symname, "__imp_") {
438 s.Got = -2 // flag for __imp_
  /external/llvm/test/Object/
coff-archive.test 87 CHECKIDX: U __imp_??0exception@std@@QAE@ABQBD@Z
88 CHECKIDX: U __imp_??1exception@std@@UAE@XZ

Completed in 571 milliseconds