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

/freebsd-10-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-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTType.h479 const ClangASTType &method_type,
/freebsd-10-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-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1997 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context, local
2012 method_type,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp5121 const clang::Type *method_type(method_qual_type.getTypePtr());
5123 if (method_type == NULL)
5126 const FunctionProtoType *method_function_prototype (dyn_cast<FunctionProtoType>(method_type));
/freebsd-10-stable/contrib/gcc/
H A Dc-decl.c9012 build_cdtor (int method_type, tree cdtors)
9023 cgraph_build_static_cdtor (method_type, body, DEFAULT_INIT_PRIORITY);
8982 build_cdtor(int method_type, tree cdtors) argument

Completed in 221 milliseconds