Home
last modified time | relevance | path

Searched refs:variable_type (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcmdtemplate.py132 variable_type = variable.GetType()
133 total_size = total_size + variable_type.GetByteSize()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp691 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete() local
692 if (variable_type) { in PrivateAutoComplete()
694 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValue.cpp241 Type *variable_type = variable->GetType(); in GetCompilerType() local
242 if (variable_type) in GetCompilerType()
243 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()