Searched refs:method_type (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_gpsk_common.c | 346 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 D | eap_gpsk_common.h | 61 u8 method_type, u8 *sid, size_t *sid_len);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 441 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 D | PDBASTParser.cpp | 1428 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 D | ClangExpressionDeclMap.cpp | 1984 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType() local 1996 method_type, lldb::eAccessPublic, is_virtual, is_static, is_inline, in AddContextClassType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 982 const char *mangled_name, const CompilerType &method_type,
|
H A D | TypeSystemClang.cpp | 8243 const clang::Type *method_type(method_qual_type.getTypePtr()); in AddMethodToObjCObjectType() local 8245 if (method_type == nullptr) in AddMethodToObjCObjectType() 8249 llvm::dyn_cast<clang::FunctionProtoType>(method_type)); in AddMethodToObjCObjectType()
|