Home
last modified time | relevance | path

Searched refs:__imp_ (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp177 if (!__imp_->good()) { in directory_iterator()
178 __imp_.reset(); in directory_iterator()
191 __imp_.reset(); in __increment()
200 return __imp_->__entry_; in __dereference()
223 __imp_->__options_ = opt; in recursive_directory_iterator()
231 __imp_->__stack_.pop(); in __pop()
233 __imp_.reset(); in __pop()
239 return __imp_->__options_; in options()
279 __imp_.reset(); in __advance()
282 __imp_.reset(); in __advance()
[all …]
/llvm-project-15.0.7/libcxx/src/support/runtime/
H A Dstdexcept_default.ipp22 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) {}
24 logic_error::logic_error(const char* msg) : __imp_(msg) {}
26 logic_error::logic_error(const logic_error& le) noexcept : __imp_(le.__imp_) {}
29 __imp_ = le.__imp_;
33 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) {}
35 runtime_error::runtime_error(const char* msg) : __imp_(msg) {}
38 : __imp_(re.__imp_) {}
41 __imp_ = re.__imp_;
47 const char* logic_error::what() const noexcept { return __imp_.c_str(); }
49 const char* runtime_error::what() const noexcept { return __imp_.c_str(); }
/llvm-project-15.0.7/libcxx/src/include/
H A Drefstring.h91 __imp_ = data; in __libcpp_refstring()
96 : __imp_(s.__imp_) in __libcpp_refstring()
99 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1); in __libcpp_refstring()
105 struct _Rep_base *old_rep = rep_from_data(__imp_);
106 __imp_ = s.__imp_;
108 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1);
122 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring()
132 return __imp_ != get_gcc_empty_string_storage(); in __uses_refcount()
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Ddirectory_iterator.h75 __imp_ = _VSTD::move(__o.__imp_);
84 _LIBCPP_ASSERT(__imp_, "The end iterator cannot be dereferenced");
121 shared_ptr<__dir_stream> __imp_;
127 return __lhs.__imp_ == __rhs.__imp_;
H A Drecursive_directory_iterator.h73 __imp_ = _VSTD::move(__o.__imp_);
141 shared_ptr<__shared_imp> __imp_; variable
148 return __lhs.__imp_ == __rhs.__imp_;
/llvm-project-15.0.7/libcxxabi/src/
H A Dstdlib_stdexcept.cpp27 return __imp_.c_str(); in what()
35 return __imp_.c_str(); in what()
/llvm-project-15.0.7/llvm/test/tools/llvm-dlltool/
H A Dcoff-decorated.def23 ; CHECK-NEXT: Symbol: __imp_@FastcallFunction@4
26 ; CHECK-NEXT: Symbol: __imp_??_7exception@@6B@
/llvm-project-15.0.7/llvm/test/LTO/X86/
H A Ddllimport.ll1 ; Test requiring LTO to remove the __imp_ prefix for locally imported COFF
5 ; RUN: llvm-lto2 run -r=%t.obj,main,px -r %t.obj,__imp_?foo@@YAHXZ -r %t2.obj,?foo@@YAHXZ,p -o %t3 …
/llvm-project-15.0.7/libcxx/include/
H A Dstdexcept59 const char* __imp_;
68 const char* c_str() const _NOEXCEPT {return __imp_;}
82 _VSTD::__libcpp_refstring __imp_;
105 _VSTD::__libcpp_refstring __imp_;
/llvm-project-15.0.7/lld/test/COFF/
H A Ddef-export-stdcall.s12 # UNDECORATED-IMPLIB-NEXT: __imp_@fastcall@8
33 # DECORATED-IMPLIB-NEXT: __imp_@fastcall@8
H A Dpdb-import-gc.yaml6 # This tests the case where an __imp_ chunk is discarded by linker GC. The debug
7 # info may refer to the __imp_ symbol still.
H A Dpdb-global-gc.yaml8 # This tests the case where an __imp_ chunk is discarded by linker GC. The debug
9 # info may refer to the __imp_ symbol still.
H A Dexport-stdcall.s12 # CHECK: 00000000 T __imp_@foo_fast@8
H A Ddef-export-cpp.s13 # IMPLIB-NEXT: Symbol: __imp_?GetPathOnDisk@@YA_NPEA_W@Z
H A Dundefined-symbol.s9 # NODEMANGLE: error: undefined symbol: __imp_?baz@@YAHXZ
H A Ddllexport.s9 # DECORATED-IMPLIB-NEXT: __imp_@fastcall@8
H A Dpdb-publics-import.test2 them. Check that the __imp_ pointer and the generated thunks appear in the
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dweak-external.cpp49 void* __imp_; member in std::runtime_error
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Ddllimport.ll39 ; CHECK: calll *__imp_@fastfun@0
/llvm-project-15.0.7/llvm/test/Object/
H A Dcoff-archive.test87 CHECKIDX: U __imp_??0exception@std@@QAE@ABQBD@Z
88 CHECKIDX: U __imp_??1exception@std@@UAE@XZ
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst513 combining ``__imp_`` and the function or variable name.
517 ``dllimport`` attribute. the pointer name is formed by combining ``__imp_``