Home
last modified time | relevance | path

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

/openbsd-src/regress/usr.bin/ssh/
H A Dkeytype.sh50 user_type=`kname_to_ktype "$ut"`
59 echo PubkeyAcceptedAlgorithms $user_type
65 echo PubkeyAcceptedAlgorithms $user_type
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp52 const TypeFromUser &user_type, lldb::ByteOrder byte_order, in ClangExpressionVariable() argument
60 SetCompilerType(user_type); in ClangExpressionVariable()
H A DClangExpressionDeclMap.cpp249 TypeFromUser user_type = DeportType(*clang_ast_context, *ast, parser_type); in AddPersistentVariable() local
252 user_type, is_lvalue, m_keep_result_in_memory, m_result_delegate, err); in AddPersistentVariable()
255 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable()
287 TypeFromUser user_type = DeportType(*context, *ast, parser_type); in AddPersistentVariable() local
289 if (!user_type.GetOpaqueQualType()) { in AddPersistentVariable()
303 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable()
1487 TypeFromUser *user_type, in GetVariableValue() argument
1563 if (user_type) in GetVariableValue()
1564 *user_type = TypeFromUser(var_clang_type); in GetVariableValue()
1623 TypeFromUser user_type = valobj->GetCompilerType(); in AddOneVariable() local
[all …]
H A DClangExpressionVariable.h72 const TypeFromUser &user_type,
/openbsd-src/usr.bin/ssh/
H A Dpkcs11.h779 (ck_session_handle_t session, ck_user_type_t user_type,