Searched refs:user_type (Results 1 – 5 of 5) sorted by relevance
/external/lldb/source/Expression/ |
D | ClangPersistentVariables.cpp | 37 const TypeFromUser& user_type, in CreatePersistentVariable() argument 44 var_sp = CreateVariable(exe_scope, name, user_type, byte_order, addr_byte_size); in CreatePersistentVariable()
|
D | ClangExpressionDeclMap.cpp | 200 TypeFromUser user_type(m_ast_importer->DeportType(context, in AddPersistentVariable() local 205 …uint32_t offset = m_parser_vars->m_materializer->AddResultVariable(user_type, is_lvalue, m_keep_re… in AddPersistentVariable() 209 user_type, in AddPersistentVariable() 240 TypeFromUser user_type(m_ast_importer->DeportType(context, in AddPersistentVariable() local 245 if (!user_type.GetOpaqueQualType()) in AddPersistentVariable() 257 … user_type, in AddPersistentVariable() 1398 TypeFromUser *user_type, in GetVariableValue() argument 1498 if (user_type) in GetVariableValue() 1499 *user_type = TypeFromUser(var_clang_type); in GetVariableValue() 1569 TypeFromUser user_type (pvar_sp->GetTypeFromUser()); in AddOneVariable() local [all …]
|
/external/lldb/include/lldb/Expression/ |
D | ClangPersistentVariables.h | 42 const TypeFromUser& user_type,
|
D | ClangExpressionVariable.h | 412 const TypeFromUser& user_type, in CreateVariable() argument 418 var_sp->SetClangType (user_type); in CreateVariable()
|
/external/openssh/ |
D | pkcs11.h | 779 (ck_session_handle_t session, ck_user_type_t user_type,
|