Searched refs:user_type (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/regress/ |
H A D | keytype.sh | 52 user_type=`kname_to_ktype "$ut"` 61 echo PubkeyAcceptedAlgorithms $user_type 67 echo PubkeyAcceptedAlgorithms $user_type
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionVariable.cpp | 51 const TypeFromUser &user_type, lldb::ByteOrder byte_order, in ClangExpressionVariable() argument 58 SetCompilerType(user_type); in ClangExpressionVariable()
|
H A D | ClangExpressionDeclMap.cpp | 247 TypeFromUser user_type = DeportType(*clang_ast_context, *ast, parser_type); in AddPersistentVariable() local 250 user_type, is_lvalue, m_keep_result_in_memory, m_result_delegate, err); in AddPersistentVariable() 253 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 285 TypeFromUser user_type = DeportType(*context, *ast, parser_type); in AddPersistentVariable() local 287 if (!user_type.GetOpaqueQualType()) { in AddPersistentVariable() 301 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 1470 TypeFromUser *user_type, in GetVariableValue() argument 1546 if (user_type) in GetVariableValue() 1547 *user_type = TypeFromUser(var_clang_type); in GetVariableValue() 1606 TypeFromUser user_type = valobj->GetCompilerType(); in AddOneVariable() local [all …]
|
H A D | ClangExpressionVariable.h | 76 const TypeFromUser &user_type,
|
/freebsd/crypto/openssh/ |
H A D | pkcs11.h | 779 (ck_session_handle_t session, ck_user_type_t user_type,
|
/freebsd/crypto/heimdal/lib/hx509/ref/ |
H A D | pkcs11.h | 779 (ck_session_handle_t session, ck_user_type_t user_type,
|