Home
last modified time | relevance | path

Searched defs:var_type (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp70 Type *var_type = m_variable_sp->GetType(); in GetCompilerTypeImpl() local
77 Type *var_type = m_variable_sp->GetType(); in GetTypeName() local
84 Type *var_type = m_variable_sp->GetType(); in GetDisplayTypeName() local
91 Type *var_type = m_variable_sp->GetType(); in GetQualifiedTypeName() local
/freebsd/lib/libmt/
H A Dmtlib.h58 mt_variable_type var_type; member
/freebsd/usr.bin/rpcgen/
H A Drpc_svcout.c88 const char *var_type; in write_most() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp575 if (Type *var_type = var_sp->GetType()) in GetValueForVariableExpressionPath() local
598 Type *var_type = variable_sp->GetType(); in GetValueForVariableExpressionPath() local
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c460 bhnd_nvram_type var_type, raw_type; in bhnd_nvram_sprom_write_var() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1474 Type *var_type = var->GetType(); in GetVariableValue() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2799 Type *var_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in CreateStaticMemberVariable() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7639 const CompilerType &var_type, AccessType access) { in AddVariableToRecordType()