Searched refs:make_entry (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | throw_allocator.h | 175 make_entry(void*, size_t); 309 throw_allocator_base::make_entry(void* p, size_t size) in make_entry() function 337 print_to_string(error, make_entry(p, size)); in insert() 341 _S_map.insert(make_entry(p, size)); in insert() 364 print_to_string(error, make_entry(p, size)); in check_allocated() 373 print_to_string(error, make_entry(p, size)); in check_allocated()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Environment.cpp | 13 char *Environment::Envp::make_entry(llvm::StringRef Key, in make_entry() function in Environment::Envp 33 *Next++ = make_entry(KV.first(), KV.second); in Envp()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | Environment.h | 32 char *make_entry(llvm::StringRef Key, llvm::StringRef Value);
|