Searched refs:user_type (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/regress/usr.bin/ssh/ |
| H A D | keytype.sh | 50 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 D | ClangExpressionVariable.cpp | 52 const TypeFromUser &user_type, lldb::ByteOrder byte_order, in ClangExpressionVariable() argument 60 SetCompilerType(user_type); in ClangExpressionVariable()
|
| H A D | ClangExpressionDeclMap.cpp | 249 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 D | ClangExpressionVariable.h | 72 const TypeFromUser &user_type,
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | pkcs11.h | 779 (ck_session_handle_t session, ck_user_type_t user_type,
|