Home
last modified time | relevance | path

Searched refs:method_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/eap_common/
H A Deap_gpsk_common.c346 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper() argument
379 os_memcpy(pos, &method_type, 1); in eap_gpsk_derive_mid_helper()
422 u8 method_type, u8 *sid, size_t *sid_len) in eap_gpsk_derive_session_id() argument
464 method_type); in eap_gpsk_derive_session_id()
466 sid[0] = method_type; in eap_gpsk_derive_session_id()
H A Deap_gpsk_common.h61 u8 method_type, u8 *sid, size_t *sid_len);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp441 ObjCRuntimeMethodType method_type(types); in FinishDecl() local
443 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl()
459 ObjCRuntimeMethodType method_type(types); in FinishDecl() local
461 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1428 Type *method_type = symbol_file.ResolveTypeUID(method.getSymIndexId()); in AddRecordMethod() local
1430 if (!method_type) in AddRecordMethod()
1433 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1989 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType() local
2001 method_type, lldb::eAccessPublic, is_virtual, is_static, is_inline, in AddContextClassType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h961 const char *mangled_name, const CompilerType &method_type,
H A DTypeSystemClang.cpp8080 const clang::Type *method_type(method_qual_type.getTypePtr()); in AddMethodToObjCObjectType() local
8082 if (method_type == nullptr) in AddMethodToObjCObjectType()
8086 llvm::dyn_cast<clang::FunctionProtoType>(method_type)); in AddMethodToObjCObjectType()