| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-objc-common.c | 310 start_cdtor (method_type) in start_cdtor() argument 311 int method_type; in start_cdtor() 313 tree fnname = get_file_function_name (method_type);
|
| H A D | tree.def | 193 DEFTREECODE (METHOD_TYPE, "method_type", 't', 0)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | prdbg.c | 1416 char *method_type; in pr_class_method_variant() local 1442 method_type = pop_type (info); in pr_class_method_variant() 1443 if (method_type == NULL) in pr_class_method_variant() 1461 if (! append_type (info, method_type) in pr_class_method_variant() 1495 char *method_type; in pr_class_static_method_variant() local 1522 method_type = pop_type (info); in pr_class_static_method_variant() 1523 if (method_type == NULL) in pr_class_static_method_variant() 1531 return (append_type (info, method_type) in pr_class_static_method_variant() 2261 char *method_type; in tg_class_method_variant() local 2288 method_type = pop_type (info); in tg_class_method_variant() [all …]
|
| H A D | debug.h | 261 bfd_boolean (*method_type) (void *, bfd_boolean, int, bfd_boolean); member
|
| H A D | debug.c | 2633 return (*fns->method_type) (fhandle, in debug_write_type()
|
| H A D | ChangeLog-9197 | 1520 method_type. 1541 varargs to method_type.
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | prdbg.c | 1415 char *method_type; in pr_class_method_variant() local 1441 method_type = pop_type (info); in pr_class_method_variant() 1442 if (method_type == NULL) in pr_class_method_variant() 1460 if (! append_type (info, method_type) in pr_class_method_variant() 1494 char *method_type; in pr_class_static_method_variant() local 1521 method_type = pop_type (info); in pr_class_static_method_variant() 1522 if (method_type == NULL) in pr_class_static_method_variant() 1530 return (append_type (info, method_type) in pr_class_static_method_variant() 2260 char *method_type; in tg_class_method_variant() local 2287 method_type = pop_type (info); in tg_class_method_variant() [all …]
|
| H A D | debug.h | 261 bfd_boolean (*method_type) (void *, bfd_boolean, int, bfd_boolean); member
|
| H A D | debug.c | 2632 return (*fns->method_type) (fhandle, in debug_write_type()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | expr.c | 1819 build_known_method_ref (method, method_type, self_type, in build_known_method_ref() argument 1821 tree method, method_type ATTRIBUTE_UNUSED, self_type, in build_known_method_ref() 2052 tree call, func, method, arg_list, method_type; local 2100 method_type = get_type_from_signature (method_signature); 2101 pop_arguments (TYPE_ARG_TYPES (method_type)); 2104 method_type = promote_type (TREE_TYPE (method_type)); 2105 push_value (convert (method_type, integer_zero_node)); 2109 method_type = TREE_TYPE (method); 2110 arg_list = pop_arguments (TYPE_ARG_TYPES (method_type)); 2115 func = build_known_method_ref (method, method_type, self_type, [all …]
|
| H A D | verify.c | 1013 tree sig, method_name, method_type, self_type; local 1039 method_type = parse_signature_string (IDENTIFIER_POINTER (sig), 1041 if (TREE_CODE (method_type) != FUNCTION_TYPE) 1043 pmessage = pop_argument_types (TYPE_ARG_TYPES (method_type)); 1082 if (TREE_TYPE (method_type) != void_type_node) 1083 PUSH_TYPE (TREE_TYPE (method_type));
|
| H A D | class.c | 606 tree method_type, fndecl; local 608 method_type = build_java_method_type (function_type, 611 fndecl = build_decl (FUNCTION_DECL, name, method_type);
|
| H A D | parse.c | 10236 tree method, method_signature, method_name, method_type, name; local 10242 method_type = TREE_TYPE (TREE_TYPE (method_decl)); 10254 && TREE_TYPE (TREE_TYPE (method)) != method_type)
|
| H A D | parse.y | 6671 tree method, method_signature, method_name, method_type, name; local 6677 method_type = TREE_TYPE (TREE_TYPE (method_decl)); 6689 && TREE_TYPE (TREE_TYPE (method)) != method_type)
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl2.c | 2299 start_objects (int method_type, int initp) in start_objects() argument 2317 sprintf (type, "%c%c%.5u", method_type, joiner, initp); in start_objects() 2320 sprintf (type, "%c", method_type); in start_objects() 2336 if (method_type == 'I') in start_objects() 2358 finish_objects (int method_type, int initp, tree body) in finish_objects() argument 2377 if (method_type == 'I') in finish_objects()
|
| H A D | class.c | 1002 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 D | pt.c | 7618 tree method_type; in tsubst() local 7622 method_type = build_method_type_directly (this_type, in tsubst() 7625 memptr = build_ptrmemfunc_type (build_pointer_type (method_type)); in tsubst() 10891 tree method_type; in unify() local 10904 method_type = TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (arg)); in unify() 10906 build_function_type (TREE_TYPE (method_type), in unify() 10907 TREE_CHAIN (TYPE_ARG_TYPES (method_type))); in unify() 10913 cp_type_quals(TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (method_type)))); in unify()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl2.c | 2141 start_objects (method_type, initp) in start_objects() argument 2142 int method_type, initp; in start_objects() 2160 sprintf (type, "%c%c%.5u", method_type, joiner, initp); 2163 sprintf (type, "%c", method_type); 2180 if (method_type == 'I') 2202 finish_objects (method_type, initp, body) in finish_objects() argument 2203 int method_type, initp; in finish_objects() 2222 if (method_type == 'I')
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 1421 Type *method_type = symbol_file.ResolveTypeUID(method.getSymIndexId()); in AddRecordMethod() local 1423 if (!method_type) in AddRecordMethod() 1426 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 2001 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType() local 2013 method_type, lldb::eAccessPublic, is_virtual, is_static, is_inline, in AddContextClassType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 889 const char *mangled_name, const CompilerType &method_type,
|
| H A D | TypeSystemClang.cpp | 8205 const clang::Type *method_type(method_qual_type.getTypePtr()); in AddMethodToObjCObjectType() local 8207 if (method_type == nullptr) in AddMethodToObjCObjectType() 8211 llvm::dyn_cast<clang::FunctionProtoType>(method_type)); in AddMethodToObjCObjectType()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-decl.c | 7860 build_cdtor (int method_type, tree cdtors) in build_cdtor() argument 7871 cgraph_build_static_cdtor (method_type, body, DEFAULT_INIT_PRIORITY); in build_cdtor()
|
| H A D | tree.def | 251 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
|