| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | directory_iterator.cpp | 177 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 D | stdexcept_default.ipp | 22 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 D | refstring.h | 91 __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 D | directory_iterator.h | 75 __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 D | recursive_directory_iterator.h | 73 __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 D | stdlib_stdexcept.cpp | 27 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 D | coff-decorated.def | 23 ; CHECK-NEXT: Symbol: __imp_@FastcallFunction@4 26 ; CHECK-NEXT: Symbol: __imp_??_7exception@@6B@
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | dllimport.ll | 1 ; 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 D | stdexcept | 59 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 D | def-export-stdcall.s | 12 # UNDECORATED-IMPLIB-NEXT: __imp_@fastcall@8 33 # DECORATED-IMPLIB-NEXT: __imp_@fastcall@8
|
| H A D | pdb-import-gc.yaml | 6 # 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 D | pdb-global-gc.yaml | 8 # 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 D | export-stdcall.s | 12 # CHECK: 00000000 T __imp_@foo_fast@8
|
| H A D | def-export-cpp.s | 13 # IMPLIB-NEXT: Symbol: __imp_?GetPathOnDisk@@YA_NPEA_W@Z
|
| H A D | undefined-symbol.s | 9 # NODEMANGLE: error: undefined symbol: __imp_?baz@@YAHXZ
|
| H A D | dllexport.s | 9 # DECORATED-IMPLIB-NEXT: __imp_@fastcall@8
|
| H A D | pdb-publics-import.test | 2 them. Check that the __imp_ pointer and the generated thunks appear in the
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | weak-external.cpp | 49 void* __imp_; member in std::runtime_error
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | dllimport.ll | 39 ; CHECK: calll *__imp_@fastfun@0
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | coff-archive.test | 87 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 D | LangRef.rst | 513 combining ``__imp_`` and the function or variable name. 517 ``dllimport`` attribute. the pointer name is formed by combining ``__imp_``
|