Searched refs:method_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/eap_common/
H A Deap_gpsk_common.h61 u8 method_type, u8 *sid, size_t *sid_len);
H A Deap_gpsk_common.c346 size_t seed_len, u8 method_type)
379 os_memcpy(pos, &method_type, 1);
412 * @method_type: EAP Authentication Method Type
422 u8 method_type, u8 *sid, size_t *sid_len)
464 method_type);
466 sid[0] = method_type;
343 eap_gpsk_derive_mid_helper(u32 csuite_specifier, u8 *kdf_out, size_t kdf_out_len, const u8 *psk, const u8 *seed, size_t seed_len, u8 method_type) argument
417 eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor, int specifier, const u8 *rand_peer, const u8 *rand_server, const u8 *id_peer, size_t id_peer_len, const u8 *id_server, size_t id_server_len, u8 method_type, u8 *sid, size_t *sid_len) argument
/freebsd-12-stable/contrib/binutils/binutils/
H A Dprdbg.c1419 char *method_type;
1445 method_type = pop_type (info);
1446 if (method_type == NULL)
1464 if (! append_type (info, method_type)
1498 char *method_type;
1525 method_type = pop_type (info);
1526 if (method_type == NULL)
1534 return (append_type (info, method_type)
2263 char *method_type;
2290 method_type
1414 char *method_type; local
1493 char *method_type; local
2257 char *method_type; local
2320 char *method_type; local
[all...]
H A Ddebug.h261 bfd_boolean (*method_type) (void *, bfd_boolean, int, bfd_boolean); member in struct:debug_write_fns
H A Ddebug.c2634 return (*fns->method_type) (fhandle,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp454 ObjCRuntimeMethodType method_type(types);
456 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod(
472 ObjCRuntimeMethodType method_type(types);
474 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod(
/freebsd-12-stable/contrib/gcc/cp/
H A Ddecl2.c2344 start_objects (int method_type, int initp)
2362 sprintf (type, "%c%c%.5u", method_type, joiner, initp);
2365 sprintf (type, "%c", method_type);
2385 if (method_type == 'I')
2407 finish_objects (int method_type, int initp, tree body)
2426 if (method_type == 'I')
2339 start_objects(int method_type, int initp) argument
2402 finish_objects(int method_type, int initp, tree body) argument
H A Dclass.c1004 tree method_type;
1022 method_type = TREE_TYPE (method);
1024 parms2 = TYPE_ARG_TYPES (method_type);
1039 TREE_TYPE (method_type))
1052 TREE_TYPE (method_type))))
1002 tree method_type; local
H A Dpt.c7628 tree method_type;
7632 method_type = build_method_type_directly (this_type,
7635 memptr = build_ptrmemfunc_type (build_pointer_type (method_type));
10930 tree method_type;
10943 method_type = TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (arg));
10945 build_function_type (TREE_TYPE (method_type),
10946 TREE_CHAIN (TYPE_ARG_TYPES (method_type)));
10952 cp_type_quals(TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (method_type))));
7627 tree method_type; local
10929 tree method_type; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1338 Type *method_type = symbol_file.ResolveTypeUID(method.getSymIndexId()); local
1340 if (!method_type)
1343 CompilerType method_comp_type = method_type->GetFullCompilerType();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1963 CompilerType method_type = m_clang_ast_context->CreateFunctionType( local
1975 method_type, lldb::eAccessPublic, is_virtual, is_static, is_inline,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h777 const char *mangled_name, const CompilerType &method_type,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7617 const clang::Type *method_type(method_qual_type.getTypePtr());
7619 if (method_type == nullptr)
7623 llvm::dyn_cast<clang::FunctionProtoType>(method_type));
/freebsd-12-stable/contrib/gcc/
H A Dc-decl.c9006 build_cdtor (int method_type, tree cdtors)
9017 cgraph_build_static_cdtor (method_type, body, DEFAULT_INIT_PRIORITY);
8976 build_cdtor(int method_type, tree cdtors) argument

Completed in 469 milliseconds