Home
last modified time | relevance | path

Searched defs:variable_name (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp388 std::string variable_name = matches[1].str(); GetValuesForVariableExpressionPath() local
687 llvm::StringRef variable_name = var_sp->GetName().GetStringRef(); PrivateAutoComplete() local
/freebsd-src/stand/forth/
H A Dsupport.4th674 : variable_name word
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2274 ExtractVariableInfo(llvm::StringRef & format_str,llvm::StringRef & variable_name,llvm::StringRef & variable_format) ExtractVariableInfo() argument
2304 FormatFileSpec(const FileSpec & file_spec,Stream & s,llvm::StringRef variable_name,llvm::StringRef variable_format) FormatFileSpec() argument
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest.cc6837 for (const char* variable_name : environment_variables) { GetDirFromEnv() local