Home
last modified time | relevance | path

Searched refs:make_entry (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dthrow_allocator.h175 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 DEnvironment.cpp13 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 DEnvironment.h32 char *make_entry(llvm::StringRef Key, llvm::StringRef Value);