Searched refs:user_type (Results 1 – 6 of 6) sorted by relevance
/external/openssh/regress/ |
D | keytype.sh | 52 user_type=`kname_to_ktype "$ut"` 61 echo PubkeyAcceptedKeyTypes $user_type 67 echo PubkeyAcceptedKeyTypes $user_type
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionVariable.cpp | 52 const TypeFromUser &user_type, lldb::ByteOrder byte_order, in ClangExpressionVariable() argument 60 SetCompilerType(user_type); in ClangExpressionVariable()
|
D | ClangExpressionDeclMap.cpp | 229 TypeFromUser user_type = DeportType(*clang_ast_context, *ast, parser_type); in AddPersistentVariable() local 232 user_type, is_lvalue, m_keep_result_in_memory, m_result_delegate, err); in AddPersistentVariable() 235 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 267 TypeFromUser user_type = DeportType(*context, *ast, parser_type); in AddPersistentVariable() local 269 if (!user_type.GetOpaqueQualType()) { in AddPersistentVariable() 283 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 1459 TypeFromUser *user_type, in GetVariableValue() argument 1536 if (user_type) in GetVariableValue() 1537 *user_type = TypeFromUser(var_clang_type); in GetVariableValue() 1603 TypeFromUser user_type( in AddOneVariable() local [all …]
|
D | ClangExpressionVariable.h | 72 const TypeFromUser &user_type,
|
/external/iproute2/tc/ |
D | m_ife.c | 66 int user_type = 0; in parse_ife() local 129 user_type = 1; in parse_ife() 190 if (user_type) in parse_ife()
|
/external/openssh/ |
D | pkcs11.h | 779 (ck_session_handle_t session, ck_user_type_t user_type,
|