Searched defs:scope (Results 1 - 25 of 81) sorted by path

1234

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c103 dt_dis_varname(const dtrace_difo_t *dp, uint_t id, uint_t scope) argument
463 char kind[4], scope[4], flags[16] = { 0 }; local
H A Ddt_parser.c2640 const char *scope, *mark; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c191 int scope = 0; local
[all...]
/freebsd-10-stable/contrib/binutils/binutils/
H A Dcoffgrok.h80 struct coff_scope *scope; member in struct:coff_sfile
H A Dsrconv.c1169 walk_tree_scope (struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, int nest, int type) argument
581 wr_dps_start(struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct coff_scope *scope, int type, int nest) argument
[all...]
/freebsd-10-stable/contrib/binutils/gas/
H A Decoff.c830 typedef struct scope { struct
1037 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ]; member in union:page
[all...]
/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c140 Scope *scope; member in struct:Decl
156 Scope *scope; member in union:__anon736
[all...]
H A Dbtyacc_demo.tab.h24 Scope *scope; member in union:__anon738
/freebsd-10-stable/contrib/gcc/
H A Dc-decl.c492 bind(tree name, tree decl, struct c_scope *scope, bool invisible, bool nested) argument
601 struct c_scope *scope; local
665 struct c_scope *scope; local
709 struct c_scope *scope = current_scope; local
2111 struct c_scope *scope = current_scope; local
2516 struct c_scope *scope; local
2771 lookup_name_in_scope(tree name, struct c_scope *scope) argument
7767 struct c_scope *scope = current_scope; local
7858 struct c_scope *scope = current_scope; local
[all...]
H A Dc-tree.h429 unsigned scope; member in struct:c_label_context_vm
H A Dc-typeck.c8118 /* Begin the scope of an identifier of variably modified type, scope argument
8087 c_begin_vm_scope(unsigned int scope) argument
[all...]
H A Ddwarf2out.c7333 dwarf2_name(tree decl, int scope) argument
11073 push_decl_scope(tree scope) argument
[all...]
H A Dgimplify.c654 declare_vars (tree vars, tree scope, bool debug_info) argument
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Dcxx-pretty-print.c223 pp_cxx_template_keyword_if_needed(cxx_pretty_printer *pp, tree scope, tree t) argument
239 tree scope = TYPE_P (t) ? TYPE_CONTEXT (t) : DECL_CONTEXT (t); local
287 tree scope = TYPE_P (t) ? TYPE_CONTEXT (t) : DECL_CONTEXT (t); local
[all...]
H A Ddecl.c450 struct cp_binding_level *scope; local
2718 tree scope; member in struct:typename_info
6827 grokvardecl(tree type, tree name, const cp_decl_specifier_seq *declspecs, int initialized, int constp, tree scope) argument
10195 lookup_and_check_tag(enum tag_types tag_code, tree name, tag_scope scope, bool template_header_p) argument
10282 xref_tag(enum tag_types tag_code, tree name, tag_scope scope, bool template_header_p) argument
10417 xref_tag_from_type(tree old, tree id, tag_scope scope) argument
[all...]
H A Derror.c107 dump_scope (tree scope, int flags) argument
[all...]
H A Dmangle.c2093 tree scope = TREE_OPERAND (expr, 0); local
[all...]
H A Dname-lookup.c317 new_class_binding(tree name, tree value, tree type, cxx_scope *scope) argument
1182 cxx_scope_descriptor(cxx_scope *scope) argument
1207 cxx_scope_debug(cxx_scope *scope, int line, const char *action) argument
1239 push_binding_level(struct cp_binding_level *scope) argument
1263 cxx_scope *scope; local
1325 cxx_scope *scope = current_binding_level; local
1758 find_binding(cxx_scope *scope, cxx_binding *binding) argument
1772 cxx_scope_find_binding_for_name(cxx_scope *scope, tree name) argument
1789 binding_for_name(cxx_scope *scope, tree name) argument
1814 push_using_decl(tree scope, tree name) argument
2018 validate_nonmember_using_decl(tree decl, tree scope, tree name) argument
2066 do_nonmember_using_decl(tree scope, tree name, tree oldval, tree oldtype, tree *newval, tree *newtype) argument
2218 do_local_using_decl(tree decl, tree scope, tree name) argument
2576 get_class_binding(tree name, cxx_scope *scope) argument
2688 tree scope = context_for_name_lookup (x); local
2787 do_class_using_decl(tree scope, tree name) argument
2899 namespace_binding(tree name, tree scope) argument
2917 set_namespace_binding(tree name, tree scope, tree val) argument
2936 set_decl_namespace(tree decl, tree scope, bool friendp) argument
3329 do_toplevel_using_decl(tree decl, tree scope, tree name) argument
3685 tree scope = initial; local
3742 lookup_qualified_name(tree scope, tree name, bool is_type_p, bool complain) argument
3773 lookup_using_namespace(tree name, struct scope_binding *val, tree usings, tree scope, int flags) argument
3800 qualified_lookup_using_namespace(tree name, tree scope, struct scope_binding *result, int flags) argument
3874 cxx_scope *scope; local
4116 lookup_type_scope(tree name, tag_scope scope) argument
4325 is_associated_namespace(tree current, tree scope) argument
4399 arg_assoc_namespace(struct arg_lookup *k, tree scope) argument
4857 pushtag(tree name, tree type, tag_scope scope) argument
[all...]
H A Dname-lookup.h76 /* The scope at which this binding was made. */ local
[all...]
H A Dparser.c1330 tree scope; local
2221 cp_parser_diagnose_invalid_type_name(cp_parser *parser, tree scope, tree id) argument
2757 cp_parser_make_typename_type(cp_parser *parser, tree scope, tree id) argument
3671 tree scope; local
4151 tree scope; local
4197 tree scope; local
4802 tree scope = NULL_TREE; local
5080 cp_parser_pseudo_destructor_name(cp_parser* parser, tree* scope, tree* type) argument
9579 tree scope = CP_DECL_CONTEXT (get_first_fn (decl)); local
11515 tree scope; local
12022 tree scope = NULL_TREE; local
13451 tree scope; local
13604 tree scope = NULL_TREE; local
13894 tree scope; local
13962 tree scope; local
15780 tree scope; local
18719 tree scope = TREE_CHAIN (for_stmt); local
[all...]
H A Dpt.c544 tree scope = current_scope (); local
7926 tree scope; local
8546 tree scope = USING_DECL_SCOPE (decl); local
12708 tree scope; local
12844 tree scope; local
13248 tree scope; local
[all...]
H A Dsearch.c775 friend_accessible_p(tree scope, tree decl, tree binfo) argument
834 tree scope = current_scope (); local
855 tree scope; local
1740 tree scope; local
[all...]
H A Dsemantics.c645 tree r, scope; local
696 tree scope = TREE_CHAIN (if_stmt); local
898 tree scope = TREE_CHAIN (for_stmt); local
928 tree r, scope; local
991 tree scope; local
1506 tree scope; local
1976 finish_pseudo_destructor_expr(tree object, tree scope, tree destructor) argument
2434 qualified_name_lookup_error(tree scope, tree name, tree decl) argument
2596 finish_id_expression(tree id_expression, tree decl, tree scope, cp_id_kind *idk, bool integral_constant_expression_p, bool allow_non_integral_constant_expression_p, bool *non_integral_constant_expression_p, bool template_p, bool done, bool address_p, bool template_arg_p, const char **error_msg) argument
[all...]
H A Dtree.c834 build_qualified_name(tree type, tree scope, tree name, bool template_p) argument
H A Dtypeck.c2033 lookup_destructor(tree object, tree scope, tree dtor_name) argument
2181 tree scope; local
[all...]

Completed in 349 milliseconds

1234