Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 81) sorted by relevance

1234

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c323 new_class_binding (tree name, tree value, tree type, cp_binding_level *scope) in new_class_binding()
1131 cp_binding_level *scope = current_binding_level; in pushdecl_maybe_friend_1() local
1415 cp_binding_level_descriptor (cp_binding_level *scope) in cp_binding_level_descriptor()
1440 cp_binding_level_debug (cp_binding_level *scope, int line, const char *action) in cp_binding_level_debug()
1472 push_binding_level (cp_binding_level *scope) in push_binding_level()
1495 cp_binding_level *scope; in begin_scope() local
1559 cp_binding_level *scope = current_binding_level; in leave_scope() local
2041 find_binding (cp_binding_level *scope, cxx_binding *binding) in find_binding()
2053 cp_binding_level_find_binding_for_name (cp_binding_level *scope, tree name) in cp_binding_level_find_binding_for_name()
2070 binding_for_name (cp_binding_level *scope, tree name) in binding_for_name()
[all …]
H A Dsemantics.c658 tree r, scope; in begin_if_stmt() local
709 tree scope = IF_SCOPE (if_stmt); in finish_if_stmt() local
832 tree scope = NULL_TREE; in begin_for_scope() local
849 begin_for_stmt (tree scope, tree init) in begin_for_stmt()
938 tree scope; in finish_for_stmt() local
956 begin_range_for_stmt (tree scope, tree init) in begin_range_for_stmt()
1023 tree r, scope; in begin_switch_stmt() local
1076 tree scope; in finish_switch_stmt() local
1538 tree scope = qualifying_scope; in finish_non_static_data_member() local
1658 tree scope; in check_accessibility_of_qualified_id() local
[all …]
H A Dcxx-pretty-print.c248 pp_cxx_template_keyword_if_needed (cxx_pretty_printer *pp, tree scope, tree t) in pp_cxx_template_keyword_if_needed()
264 tree scope = TYPE_P (t) ? TYPE_CONTEXT (t) : DECL_CONTEXT (t); in pp_cxx_nested_name_specifier() local
312 tree scope = TYPE_P (t) ? TYPE_CONTEXT (t) : DECL_CONTEXT (t); in pp_cxx_qualified_id() local
H A Dsearch.c775 friend_accessible_p (tree scope, tree decl, tree binfo) in friend_accessible_p()
834 tree scope = current_scope (); in dfs_accessible_post() local
855 tree scope; in accessible_p() local
1770 tree scope; in dfs_walk_once_accessible_r() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Dcp-namespace.c232 const char *scope = block_scope (block); in cp_lookup_symbol_nonlocal() local
306 cp_lookup_symbol_imports (const char *scope, in cp_lookup_symbol_imports()
445 cp_lookup_symbol_imports_or_template (const char *scope, in cp_lookup_symbol_imports_or_template()
518 cp_lookup_symbol_namespace (const char *scope, in cp_lookup_symbol_namespace()
566 const char *scope, in lookup_namespace_scope()
854 const char *scope; in cp_lookup_transparent_type() local
875 const char *scope, in cp_lookup_transparent_type_loop()
H A Dxml-support.c89 struct scope_level *scope = VEC_last (scope_level_s, parser->scopes); in gdb_xml_body_text() local
179 struct scope_level *scope; in gdb_xml_start_element() local
343 struct scope_level *scope = VEC_last (scope_level_s, parser->scopes); in gdb_xml_end_element() local
425 struct scope_level *scope; in gdb_xml_cleanup() local
H A Dax-gdb.c2426 gen_trace_for_var (CORE_ADDR scope, struct gdbarch *gdbarch, in gen_trace_for_var()
2467 gen_trace_for_expr (CORE_ADDR scope, struct expression *expr) in gen_trace_for_expr()
2502 gen_eval_for_expr (CORE_ADDR scope, struct expression *expr) in gen_eval_for_expr()
2529 gen_trace_for_return_address (CORE_ADDR scope, struct gdbarch *gdbarch) in gen_trace_for_return_address()
2559 gen_printf (CORE_ADDR scope, struct gdbarch *gdbarch, in gen_printf()
H A Dblock.c36 const char *scope; member
285 block_set_scope (struct block *block, const char *scope, in block_set_scope()
H A Dax.h110 CORE_ADDR scope; member
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c377 name_lookup::mark_seen (tree scope) in mark_seen()
385 name_lookup::find_and_mark (tree scope) in find_and_mark()
541 name_lookup::search_namespace_only (tree scope) in search_namespace_only()
555 name_lookup::search_namespace (tree scope) in search_namespace()
582 name_lookup::search_usings (tree scope) in search_usings()
615 name_lookup::search_qualified (tree scope, bool usings) in search_qualified()
635 name_lookup::queue_namespace (using_queue *queue, int depth, tree scope) in queue_namespace()
676 name_lookup::search_unqualified (tree scope, cp_binding_level *level) in search_unqualified()
756 name_lookup::adl_namespace_only (tree scope) in adl_namespace_only()
773 name_lookup::adl_namespace (tree scope) in adl_namespace()
[all …]
H A Dfriend.c41 set_global_friend (tree scope) in set_global_friend()
51 is_global_friend (tree scope) in is_global_friend()
H A Dsemantics.c720 tree r, scope; in begin_if_stmt() local
785 tree scope = IF_SCOPE (if_stmt); in finish_if_stmt() local
940 tree scope = NULL_TREE; in begin_for_scope() local
957 begin_for_stmt (tree scope, tree init) in begin_for_stmt()
1065 tree scope; in finish_for_stmt() local
1081 begin_range_for_stmt (tree scope, tree init) in begin_range_for_stmt()
1151 tree r, scope; in begin_switch_stmt() local
1208 tree scope; in finish_switch_stmt() local
1820 tree scope = qualifying_scope; in finish_non_static_data_member() local
1951 tree scope; in check_accessibility_of_qualified_id() local
[all …]
H A Dcxx-pretty-print.c220 pp_cxx_template_keyword_if_needed (cxx_pretty_printer *pp, tree scope, tree t) in pp_cxx_template_keyword_if_needed()
236 tree scope = get_containing_scope (t); in pp_cxx_nested_name_specifier() local
285 tree scope = get_containing_scope (t); in pp_cxx_qualified_id() local
/dflybsd-src/sys/netinet6/
H A Dscope6.c182 int scope; in in6_addrscope() local
248 int scope; in in6_addr2zoneid() local
352 int scope; in in6_setscope() local
/dflybsd-src/contrib/bmake/
H A Dvar.c396 GNode_FindVar(GNode *scope, Substring varname, unsigned int hash) in GNode_FindVar()
415 VarFindSubstring(Substring name, GNode *scope, bool elsewhere) in VarFindSubstring()
464 VarFind(const char *name, GNode *scope, bool elsewhere) in VarFind()
493 VarAdd(const char *name, const char *value, GNode *scope, VarSetFlags flags) in VarAdd()
509 Var_Delete(GNode *scope, const char *varname) in Var_Delete()
953 Var_SetWithFlags(GNode *scope, const char *name, const char *val, in Var_SetWithFlags()
1039 Var_Set(GNode *scope, const char *name, const char *val) in Var_Set()
1056 Var_SetExpand(GNode *scope, const char *name, const char *val) in Var_SetExpand()
1095 Var_Append(GNode *scope, const char *name, const char *val) in Var_Append()
1146 Var_AppendExpand(GNode *scope, const char *name, const char *val) in Var_AppendExpand()
[all …]
H A Dparse.c1753 VarCheckSyntax(VarAssignOp type, const char *uvalue, GNode *scope) in VarCheckSyntax()
1769 VarAssign_EvalSubst(GNode *scope, const char *name, const char *uvalue, in VarAssign_EvalSubst()
1796 VarAssign_EvalShell(const char *name, const char *uvalue, GNode *scope, in VarAssign_EvalShell()
1829 GNode *scope, FStr *out_true_avalue) in VarAssign_Eval()
1873 Parse_Var(VarAssign *var, GNode *scope) in Parse_Var()
2752 Parse_VarAssign(const char *line, bool finishDependencyGroup, GNode *scope) in Parse_VarAssign()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-decl.c257 struct c_scope *scope; member
439 #define SCOPE_LIST_APPEND(scope, list, decl) do { \ argument
606 bind (tree name, tree decl, struct c_scope *scope, bool invisible, in bind()
686 bind_label (tree name, tree label, struct c_scope *scope, in bind_label()
797 update_spot_bindings (struct c_scope *scope, struct c_spot_bindings *p) in update_spot_bindings()
829 struct c_scope *scope; in objc_mark_locals_volatile() local
924 struct c_scope *scope; in push_scope() local
962 update_label_decls (struct c_scope *scope) in update_label_decls()
1042 struct c_scope *scope = current_scope; in pop_scope() local
1339 struct c_scope *scope; in c_bindings_start_stmt_expr() local
[all …]
H A Dmips-tdump.c191 typedef struct scope { struct
192 struct scope *prev; /* previous scope */ argument
193 ulong open_sym; /* symbol opening scope */ argument
196 } scope_t; argument
H A Dtree-ssa-live.c401 mark_scope_block_unused (tree scope) in mark_scope_block_unused()
425 remove_unused_scope_block_p (tree scope) in remove_unused_scope_block_p()
601 dump_scope_block (FILE *file, int indent, tree scope, int flags) in dump_scope_block()
654 debug_scope_block (tree scope, int flags) in debug_scope_block()
H A Dmips-tfile.c916 typedef struct scope { struct
917 struct scope *prev; /* previous scope level */ argument
918 struct scope *free; /* free list pointer */ argument
940 struct tag *same_name; /* tag with same name in outer scope */ argument
1041 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ]; member
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c333 struct c_scope *scope; member
513 #define SCOPE_LIST_APPEND(scope, list, decl) do { \ argument
708 bind (tree name, tree decl, struct c_scope *scope, bool invisible, in bind()
788 bind_label (tree name, tree label, struct c_scope *scope, in bind_label()
899 update_spot_bindings (struct c_scope *scope, struct c_spot_bindings *p) in update_spot_bindings()
931 struct c_scope *scope; in objc_mark_locals_volatile() local
1026 struct c_scope *scope; in push_scope() local
1064 update_label_decls (struct c_scope *scope) in update_label_decls()
1142 struct c_scope *scope = current_scope; in pop_scope() local
1446 struct c_scope *scope; in c_bindings_start_stmt_expr() local
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-live.c361 mark_scope_block_unused (tree scope) in mark_scope_block_unused()
385 remove_unused_scope_block_p (tree scope, bool in_ctor_dtor_block) in remove_unused_scope_block_p()
618 dump_scope_block (FILE *file, int indent, tree scope, dump_flags_t flags) in dump_scope_block()
676 debug_scope_block (tree scope, dump_flags_t flags) in debug_scope_block()
/dflybsd-src/contrib/openpam/include/security/
H A Dpam_types.h80 void *scope; member
/dflybsd-src/contrib/smbfs/lib/smb/
H A Dnb.c86 nb_ctx_setscope(struct nb_ctx *ctx, const char *scope) in nb_ctx_setscope()
/dflybsd-src/sys/dev/acpica/
H A Dacpi_package.c132 acpi_GetReference(ACPI_HANDLE scope, ACPI_OBJECT *obj) in acpi_GetReference()

1234