Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/contrib/binutils/binutils/
H A Dprdbg.c1414 char *method_type; in pr_class_method_variant() local
1440 method_type = pop_type (info); in pr_class_method_variant()
1441 if (method_type == NULL) in pr_class_method_variant()
1493 char *method_type; in pr_class_static_method_variant() local
1521 if (method_type == NULL) in pr_class_static_method_variant()
2257 char *method_type; in tg_class_method_variant() local
2285 if (method_type == NULL) in tg_class_method_variant()
2304 free (method_type); in tg_class_method_variant()
2320 char *method_type; in tg_class_static_method_variant() local
2350 if (method_type == NULL) in tg_class_static_method_variant()
[all …]
H A Ddebug.h261 bfd_boolean (*method_type) (void *, bfd_boolean, int, bfd_boolean); member
H A Ddebug.c2631 return (*fns->method_type) (fhandle, in debug_write_type()
H A DChangeLog-91971520 method_type.
1541 varargs to method_type.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp459 ObjCRuntimeMethodType method_type(types); in FinishDecl() local
462 method_type.BuildMethod(interface_decl, name, true, m_type_realizer_sp); in FinishDecl()
478 ObjCRuntimeMethodType method_type(types); in FinishDecl() local
480 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl()
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl2.c2339 start_objects (int method_type, int initp) in start_objects() argument
2357 sprintf (type, "%c%c%.5u", method_type, joiner, initp); in start_objects()
2360 sprintf (type, "%c", method_type); in start_objects()
2380 if (method_type == 'I') in start_objects()
2402 finish_objects (int method_type, int initp, tree body) in finish_objects() argument
2421 if (method_type == 'I') in finish_objects()
H A Dclass.c1002 tree method_type; in add_method() local
1020 method_type = TREE_TYPE (method); in add_method()
1022 parms2 = TYPE_ARG_TYPES (method_type); in add_method()
1037 TREE_TYPE (method_type)) in add_method()
1050 TREE_TYPE (method_type)))) in add_method()
H A Dpt.c7627 tree method_type; in tsubst() local
7631 method_type = build_method_type_directly (this_type, in tsubst()
7634 memptr = build_ptrmemfunc_type (build_pointer_type (method_type)); in tsubst()
10929 tree method_type; in unify() local
10942 method_type = TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (arg)); in unify()
10944 build_function_type (TREE_TYPE (method_type), in unify()
10945 TREE_CHAIN (TYPE_ARG_TYPES (method_type))); in unify()
10951 cp_type_quals(TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (method_type)))); in unify()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1333 Type *method_type = symbol_file.ResolveTypeUID(method.getSymIndexId()); in AddRecordMethod() local
1335 if (!method_type) in AddRecordMethod()
1338 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2148 CompilerType method_type = ClangASTContext::CreateFunctionType( in AddThisType() local
2162 method_type, lldb::eAccessPublic, is_virtual, is_static, in AddThisType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h856 const CompilerType &method_type,
/freebsd-12.1/contrib/gcc/
H A Dc-decl.c8976 build_cdtor (int method_type, tree cdtors) in build_cdtor() argument
8987 cgraph_build_static_cdtor (method_type, body, DEFAULT_INIT_PRIORITY); in build_cdtor()
H A Dtree.def256 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp8653 const clang::Type *method_type(method_qual_type.getTypePtr()); in AddMethodToObjCObjectType() local
8655 if (method_type == nullptr) in AddMethodToObjCObjectType()
8659 llvm::dyn_cast<clang::FunctionProtoType>(method_type)); in AddMethodToObjCObjectType()