Searched refs:full_name (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp62 if (!TemplateMatch(lib->templ, mod.full_name()) &&
64 internal_strcmp(lib->real_name, mod.full_name()) == 0))
69 SanitizerToolName, lib->templ, lib->name, mod.full_name());
78 lib->templ, mod.full_name());
80 lib->name = internal_strdup(mod.full_name());
109 range.beg, range.end, mod.full_name());
H A Dsanitizer_linux.h102 bool LibraryNameIs(const char *full_name, const char *base_name);
H A Dsanitizer_procmaps_mac.cpp365 0 == internal_strcmp(segment.filename, modules->back().full_name())) {
H A Dsanitizer_symbolizer_libcdep.cpp180 *module_name = module->full_name();
H A Dsanitizer_linux.cpp1139 bool LibraryNameIs(const char *full_name, const char *base_name) { argument
1140 const char *name = full_name;
1143 while (name > full_name && *name != '/') name--;
H A Dsanitizer_mac.cpp1195 modules[i].max_executable_address(), modules[i].full_name(),
H A Dsanitizer_common.h724 const char *full_name() const { return full_name_; } function in class:__sanitizer::LoadedModule
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.h19 MSVCUndecoratedNameSpecifier(llvm::StringRef full_name, argument
21 : m_full_name(full_name), m_base_name(base_name) {}
H A DCPlusPlusLanguage.cpp261 if (auto full_name = parser.ParseAsFullName()) {
262 identifier = full_name.getValue().basename;
263 context = full_name.getValue().context;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp67 WriteToFile(stats_fd, mod->full_name(),
68 internal_strlen(mod->full_name()) + 1);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-support.h63 extern char *cp_func_name (const char *full_name);
H A Dcp-namespace.c607 char *full_name; local
619 full_name = alloca (scope_length + 2 + strlen (name) + 1);
620 strncpy (full_name, scope, scope_length);
621 strncpy (full_name + scope_length, "::", 2);
622 strcpy (full_name + scope_length + 2, name);
624 return basic_lookup_transparent_type (full_name);
H A Dcp-support.c404 cp_func_name (const char *full_name) argument
406 const char *previous_component = full_name;
409 if (!full_name)
H A Ddwarf2read.c1628 char *full_name; local
1634 full_name = alloca (strlen (namespace) + 2 + strlen (new_name) + 1);
1635 strcpy (full_name, namespace);
1637 strcat (full_name, "::");
1638 strcat (full_name, new_name);
1645 add_psymbol_to_list (full_name, strlen (full_name),
1653 info_ptr = scan_partial_symbols (info_ptr, lowpc, highpc, cu, full_name);
7709 char *full_name;
7719 full_name
7708 char *full_name; local
7737 char *full_name = file_full_name (file, lh, comp_dir); local
[all...]
/freebsd-11-stable/contrib/sendmail/libsmdb/
H A Dsmdb.c258 ** full_name -- The final file name.
259 ** max_full_name_len -- The max length for full_name.
270 smdb_add_extension(full_name, max_full_name_len, db_name, extension)
271 char *full_name;
279 if (full_name == NULL || db_name == NULL || extension == NULL)
291 (void) sm_snprintf(full_name, max_full_name_len, "%s.%s",
294 (void) sm_strlcpy(full_name, db_name, max_full_name_len);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp38 return LibraryNameIs(module.full_name(), kLinkerName);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp680 std::string full_name("--");
685 full_name.erase(full_name.begin() + 2, full_name.end());
686 full_name.append(def.long_option);
687 request.AddCompletion(full_name, def.usage_text);
H A DCommandInterpreter.cpp1096 std::string &full_name) const {
1099 full_name.assign(cmd);
1116 full_name.assign(matches.GetStringAtIndex(0));
2970 std::string full_name; local
2971 bool is_alias = GetAliasFullName(next_word, full_name);
2979 BuildAliasResult(full_name, scratch_command, alias_result, result);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp733 ConstString full_name(sc.GetFunctionName());
734 if (full_name &&
735 ::strstr(full_name.GetCString(), m_name.GetCString()) == nullptr) {
756 ConstString full_name(sc.GetFunctionName());
757 if (mangled_name != m_name && full_name != m_name)
759 CPlusPlusLanguage::MethodName cpp_method(full_name);
H A DDebugger.cpp1501 ConstString full_name("lldb.debugger.event-handler");
1502 ListenerSP listener_sp(Listener::MakeListener(full_name.AsCString()));
1507 full_name.GetLength() < llvm::get_max_thread_name_length()
1508 ? full_name.AsCString()
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc1067 string full_name = p->name;
1070 full_name += '@';
1071 full_name += p->unit_address;
1073 if (other->deleted_children.count(full_name) > 0)
1075 other->deleted_children.erase(full_name);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dprdbg.c2157 char *full_name;
2161 full_name = xmalloc (len_var + len_class + 3);
2162 if (! full_name)
2164 sprintf (full_name, "%s::%s", info->stack->next->type, name);
2166 if (! substitute_type (info, full_name))
2183 free (full_name);
2151 char *full_name; local
/freebsd-11-stable/contrib/gcc/
H A Dvmsdbgout.c148 static char *full_name (const char *);
1409 full_name (const char *filename)
1475 fnam = full_name (file_name);
1407 full_name (const char *filename) function
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h246 bool GetAliasFullName(llvm::StringRef cmd, std::string &full_name) const;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c462 fetch_insn_class (const char *full_name, int create)
472 if (CONST_STRNEQ (full_name, "IC:"))
474 name = xstrdup (full_name + 3);
478 name = xstrdup (full_name);
460 fetch_insn_class(const char *full_name, int create) argument

Completed in 427 milliseconds

12