| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | coff_platform.cpp | 111 void *dlopen(std::string_view Name, int Mode); 113 void *dlsym(void *Header, std::string_view Symbol); 122 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs, 126 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs); 139 Expected<void *> dlopenImpl(std::string_view Path, int Mode); 147 JITDylibState *getJITDylibStateByName(std::string_view Path); 149 std::string_view Symbol); 160 std::unordered_map<std::string_view, void *> JDNameToHeader; 177 COFFPlatformRuntimeState::getJITDylibStateByName(std::string_view Name) { in getJITDylibStateByName() 252 void *COFFPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { in dlopen() [all …]
|
| H A D | elfnix_platform.cpp | 113 void *dlopen(std::string_view Name, int Mode); 115 void *dlsym(void *DSOHandle, std::string_view Symbol); 128 PerJITDylibState *getJITDylibStateByName(std::string_view Path); 135 std::string_view Symbol); 138 getJITDylibInitializersByName(std::string_view Path); 139 Expected<void *> dlopenInitialize(std::string_view Path, int Mode); 200 void *ELFNixPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { in dlopen() 227 std::string_view Symbol) { in dlsym() 287 ELFNixPlatformRuntimeState::getJITDylibStateByName(std::string_view Name) { in getJITDylibStateByName() 333 std::string_view Sym) { in lookupSymbolInJITDylib() [all …]
|
| H A D | macho_platform.cpp | 327 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs); 330 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs); 333 void *dlopen(std::string_view Name, int Mode); 335 void *dlsym(void *DSOHandle, std::string_view Symbol); 348 JITDylibState *getJITDylibStateByName(std::string_view Path); 351 std::string_view Symbol); 368 Expected<void *> dlopenImpl(std::string_view Path, int Mode); 392 std::unordered_map<std::string_view, void *> JDNameToHeader; 528 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in registerObjectPlatformSections() argument 616 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectPlatformSections() argument [all …]
|
| H A D | run_program_wrapper.cpp | 32 const std::vector<std::string_view> &Args) { in __orc_rt_run_program_wrapper()
|
| H A D | simple_packed_serialization.h | 444 template <> class SPSSerializationTraits<SPSString, std::string_view> { 446 static size_t size(const std::string_view &S) { in size() 451 static bool serialize(SPSOutputBuffer &OB, const std::string_view &S) { in serialize() 457 static bool deserialize(SPSInputBuffer &IB, std::string_view &S) { in deserialize()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | string_view | 15 string_view synopsis 63 typedef basic_string_view<char> string_view; 188 template <> struct hash<string_view>; 210 #include <__fwd/string_view.h> 250 // string_view constructors. This can be refactored when this exact form isn't needed anymore. 297 …_LIBCPP_ASSERT(__len == 0 || __s != nullptr, "string_view::string_view(_CharT *, size_t): received… 307 …_LIBCPP_ASSERT((__end - __begin) >= 0, "std::string_view::string_view(iterator, sentinel) received… 379 return _LIBCPP_ASSERT(__pos < size(), "string_view[] index out of bounds"), __data_[__pos]; 386 ? (__throw_out_of_range("string_view::at"), __data_[0]) 393 return _LIBCPP_ASSERT(!empty(), "string_view::front(): string is empty"), __data_[0]; [all …]
|
| H A D | format | 54 string vformat(string_view fmt, format_args args); 56 string vformat(const locale& loc, string_view fmt, format_args args); 69 Out vformat_to(Out out, string_view fmt, format_args args); 73 Out vformat_to(Out out, const locale& loc, string_view fmt,
|
| H A D | version | 52 <string> <string_view> 70 __cpp_lib_constexpr_string_view 201811L <string_view> 174 __cpp_lib_starts_ends_with 201711L <string> <string_view> 176 __cpp_lib_string_contains 202011L <string> <string_view> 179 __cpp_lib_string_view 201803L <string> <string_view>
|
| /openbsd-src/gnu/llvm/libcxx/include/__fwd/ |
| H A D | string_view.h | 25 typedef basic_string_view<char> string_view; typedef 37 class _LIBCPP_PREFERRED_NAME(string_view)
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-cxxmap.rst | 85 For example, to specify that ``absl::string_view`` and ``std::string_view`` 90 # absl::string_view is considered equivalent to std::string_view
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/tools/ |
| H A D | orc-rt-executor.cpp | 20 void printHelp(std::string_view ProgName, std::ostream &OS) { in printHelp()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
| H A D | simple_packed_serialization_test.cpp | 130 blobSerializationRoundTrip<SPSString, std::string_view>(std::string_view(HW)); in TEST()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 104 /*implicit*/ constexpr StringRef(std::string_view Str) in StringRef() 248 operator std::string_view() const { in string_view() function 249 return std::string_view(data(), size()); in string_view() 296 return std::string_view(*this).find(C, From);
|
| H A D | Twine.h | 292 /*implicit*/ Twine(const std::string_view &Str) in Twine()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GwpAsan.rst | 199 The below code has a use-after-free bug, where the ``string_view`` is created as 207 3: #include <string_view> 211 7: std::string_view sv = s + "World\n"; 265 | #9 /usr/lib/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/string_view:547
|
| /openbsd-src/gnu/llvm/libcxx/include/__format/ |
| H A D | formatter_integral.h | 327 static constexpr string_view __true{"true"}; 328 static constexpr string_view __false{"false"};
|
| H A D | format_functions.h | 410 vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { in vformat_to() 439 vformat(string_view __fmt, format_args __args) { in vformat() 537 _OutIt __out_it, locale __loc, string_view __fmt, format_args __args) { in vformat_to() 568 vformat(locale __loc, string_view __fmt, format_args __args) { in vformat()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | StringRef.cpp | 218 return std::string_view(*this).rfind(Str); in rfind() 252 return std::string_view(*this).find_first_not_of(C, From); in find_first_not_of()
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | formatter_int.bench.cpp | 183 …benchmark::DoNotOptimize(std::format_to(output.begin(), std::string_view{fmt.data(), fmt.size()}, … in run()
|
| H A D | formatter_float.bench.cpp | 222 …benchmark::DoNotOptimize(std::format_to(output.begin(), std::string_view{fmt.data(), fmt.size()}, … in run()
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | DebugMode.rst | 48 .. TODO: Add support for iterator bounds checking in ``std::string_view`` and ``std::array``
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx2bPapers.csv | 22 "`P1989R2 <https://wg21.link/P1989R2>`__","LWG","Range constructor for std::string_view","June 2021… 82 "`P2499R0 <https://wg21.link/P2499R0>`__","LWG","``string_view`` range constructor should be ``expl…
|
| H A D | Cxx17Papers.csv | 59 "`p0254r2 <https://wg21.link/p0254r2>`__","LWG","Integrating std::string_view and std::string","Oul… 69 "`p0392r0 <https://wg21.link/p0392r0>`__","LWG","Adapting string_view by filesystem paths","Oulu","…
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 159 SYMBOL(basic_string_view, std::, <string_view>) 1078 SYMBOL(string_view, std::, <string_view>) 1162 SYMBOL(u16string_view, std::, <string_view>) 1165 SYMBOL(u32string_view, std::, <string_view>) 1316 SYMBOL(wstring_view, std::, <string_view>)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 252 raw_ostream &operator<<(const std::string_view &Str) {
|