Home
last modified time | relevance | path

Searched defs:SetName (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc30 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc32 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cpp31 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc460 void Benchmark::SetName(const char* name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.cc439 void Benchmark::SetName(const char* name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go708 func (v Value) SetName(name string) { func