Home
last modified time | relevance | path

Searched refs:sub_name (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueProperties.cpp71 llvm::StringRef sub_name; in GetSubValue() local
76 sub_name = name.drop_front(key_len); in GetSubValue()
81 if (sub_name.empty() || !value_sp) in GetSubValue()
84 switch (sub_name[0]) { in GetSubValue()
88 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), error); in GetSubValue()
90 if (Properties::IsSettingExperimental(sub_name.drop_front())) { in GetSubValue()
93 if (sub_name[experimental_len + 1] == '.') in GetSubValue()
95 exe_ctx, sub_name.drop_front(experimental_len + 2), error); in GetSubValue()
106 return value_sp->GetSubValue(exe_ctx, sub_name, error); in GetSubValue()
412 llvm::StringRef sub_name; in GetPropertyAtPath() local
[all …]
HDOptionValueDictionary.cpp261 llvm::StringRef sub_name; in GetSubValue() local
262 std::tie(key, sub_name) = temp.split(']'); in GetSubValue()
280 if (sub_name.empty()) in GetSubValue()
282 return value_sp->GetSubValue(exe_ctx, sub_name, error); in GetSubValue()
/freebsd-13-stable/bin/pax/
HDextern.h260 void sub_name(char *, int *, size_t);
HDpat_rep.c663 sub_name(arcn->ln_name, &(arcn->ln_nlen), sizeof(arcn->ln_name)); in mod_name()
HDtables.c576 sub_name(char *oname, int *onamelen, size_t onamesize) in sub_name() function