Home
last modified time | relevance | path

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

123456

/openbsd/src/gnu/gcc/gcc/cp/
Dname-lookup.c300 new_class_binding (tree name, tree value, tree type, cxx_scope *scope) in new_class_binding()
1187 cxx_scope_descriptor (cxx_scope *scope) in cxx_scope_descriptor()
1212 cxx_scope_debug (cxx_scope *scope, int line, const char *action) in cxx_scope_debug()
1244 push_binding_level (struct cp_binding_level *scope) in push_binding_level()
1268 cxx_scope *scope; in begin_scope() local
1330 cxx_scope *scope = current_binding_level; in leave_scope() local
1763 find_binding (cxx_scope *scope, cxx_binding *binding) in find_binding()
1777 cxx_scope_find_binding_for_name (cxx_scope *scope, tree name) in cxx_scope_find_binding_for_name()
1794 binding_for_name (cxx_scope *scope, tree name) in binding_for_name()
1817 push_using_decl (tree scope, tree name) in push_using_decl()
[all …]
Dsemantics.c635 tree r, scope; in begin_if_stmt() local
686 tree scope = TREE_CHAIN (if_stmt); in finish_if_stmt() local
874 tree scope = TREE_CHAIN (for_stmt); in finish_for_stmt() local
904 tree r, scope; in begin_switch_stmt() local
967 tree scope; in finish_switch_stmt() local
1477 tree scope; in check_accessibility_of_qualified_id() local
1935 finish_pseudo_destructor_expr (tree object, tree scope, tree destructor) in finish_pseudo_destructor_expr()
2391 qualified_name_lookup_error (tree scope, tree name, tree decl) in qualified_name_lookup_error()
2479 tree scope, in finish_id_expression()
Dcxx-pretty-print.c219 pp_cxx_template_keyword_if_needed (cxx_pretty_printer *pp, tree scope, tree t) in pp_cxx_template_keyword_if_needed()
235 tree scope = TYPE_P (t) ? TYPE_CONTEXT (t) : DECL_CONTEXT (t); in pp_cxx_nested_name_specifier() local
283 tree scope = TYPE_P (t) ? TYPE_CONTEXT (t) : DECL_CONTEXT (t); in pp_cxx_qualified_id() local
/openbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_symbol.h171 typedef struct scope { struct
175 scope_type type; argument
176 int inner_scope_patches; argument
184 SLIST_HEAD(scope_list, scope); argument
Daicasm.c459 dump_scope(scope_t *scope) in dump_scope()
487 emit_patch(scope_t *scope, int patch) in emit_patch()
779 process_scope(scope_t *scope) in process_scope()
/openbsd/src/sys/dev/acpi/
Ddsdt.c768 aml_lockfield(struct aml_scope *scope, struct aml_value *field) in aml_lockfield()
777 aml_unlockfield(struct aml_scope *scope, struct aml_value *field) in aml_unlockfield()
1293 aml_parseopcode(struct aml_scope *scope) in aml_parseopcode()
1392 aml_parselength(struct aml_scope *scope) in aml_parselength()
1413 aml_parseend(struct aml_scope *scope) in aml_parseend()
1495 aml_callosi(struct aml_scope *scope, struct aml_value *val) in aml_callosi()
1811 aml_findscope(struct aml_scope *scope, int type, int endscope) in aml_findscope()
1837 aml_getstack(struct aml_scope *scope, int opcode) in aml_getstack()
1863 aml_showstack(struct aml_scope *scope) in aml_showstack()
1892 struct aml_scope *scope; in aml_pushscope() local
[all …]
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp97 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
121 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
152 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
207 PoolScope &scope = Scopes.back(); in VisitCompoundStmt() local
254 NameReferenceChecker(ASTContext &ctx, PoolScope &scope, in NameReferenceChecker()
296 void handlePoolScope(PoolScope &scope, CompoundStmt *compoundS) { in handlePoolScope()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DELFAttributeParser.cpp43 DictScope scope(*sw, "Attribute"); in integerAttribute() local
59 DictScope scope(*sw, "Attribute"); in stringAttribute() local
176 DictScope scope(*sw, scopeName); in parseSubsection() local
DARMAttributeParser.cpp78 DictScope scope(*sw, "Attribute"); in stringAttribute() local
290 DictScope scope(*sw, "Attribute"); in compatibility() local
448 DictScope scope(*sw, "Attribute"); in also_compatible_with() local
/openbsd/src/usr.bin/tmux/
Dcmd-parse.y85 struct cmd_parse_scope *scope; member
227 struct cmd_parse_scope *scope; variable
245 struct cmd_parse_scope *scope; variable
261 struct cmd_parse_scope *scope; variable
275 struct cmd_parse_scope *scope; variable
287 struct cmd_parse_scope *scope; variable
678 struct cmd_parse_scope *scope, *scope1; in cmd_parse_run_parser() local
Dcmd-show-options.c84 int window, idx, ambiguous, parent, scope; in cmd_show_options_exec() local
200 cmd_show_options_all(struct cmd *self, struct cmdq_item *item, int scope, in cmd_show_options_all()
Dwindow-customize.c86 enum window_customize_scope scope; member
126 window_customize_get_tree(enum window_customize_scope scope, in window_customize_get_tree()
187 window_customize_scope_text(enum window_customize_scope scope, in window_customize_scope_text()
232 struct mode_tree_item *top, enum window_customize_scope scope, in window_customize_build_array()
272 struct mode_tree_item *top, enum window_customize_scope scope, in window_customize_build_option()
383 enum window_customize_scope scope; in window_customize_build_options() local
1018 enum window_customize_scope scope = WINDOW_CUSTOMIZE_NONE; in window_customize_set_option() local
Dcmd-set-option.c96 int scope; in cmd_set_option_exec() local
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dblock.c35 const char *scope; member
184 block_set_scope (struct block *block, const char *scope, in block_set_scope()
Dcp-namespace.c366 const char *scope, in lookup_namespace_scope()
582 const char *scope; in cp_lookup_transparent_type() local
603 cp_lookup_transparent_type_loop (const char *name, const char *scope, in cp_lookup_transparent_type_loop()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl2.c1134 grokoptypename (declspecs, declarator, scope) in grokoptypename() argument
3373 tree fn, scope, args; local
3900 tree scope, int flags, tree *spacesp) in lookup_using_namespace()
3928 qualified_lookup_using_namespace (tree name, tree scope, cxx_binding *result, in qualified_lookup_using_namespace()
3974 set_decl_namespace (decl, scope, friendp) in set_decl_namespace() argument
4169 arg_assoc_namespace (k, scope) in arg_assoc_namespace() argument
4493 validate_nonmember_using_decl (decl, scope, name) in validate_nonmember_using_decl() argument
4550 do_nonmember_using_decl (scope, name, oldval, oldtype, newval, newtype) in do_nonmember_using_decl() argument
4662 tree scope, name; local
4693 tree scope, name; local
[all …]
/openbsd/src/usr.sbin/ldapd/
Dauth.c36 char *dn, int rights, char *attr, enum scope scope) in aci_matches()
115 char *attr, int scope) in authorized()
/openbsd/src/gnu/gcc/gcc/
Dmips-tdump.c201 typedef struct scope { struct
202 struct scope *prev; /* previous scope */ argument
203 ulong open_sym; /* symbol opening scope */ argument
206 } scope_t; argument
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dmips-tdump.c195 typedef struct scope { struct
196 struct scope *prev; /* previous scope */ argument
197 ulong open_sym; /* symbol opening scope */ argument
200 } scope_t; argument
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp248 clang::DeclContext *scope = GetParentDeclContext(id); in GetOrCreateSymbolForId() local
366 std::optional<PdbCompilandSymId> scope = in GetParentDeclContext() local
655 clang::DeclContext *scope = GetParentDeclContext(block_id); in GetOrCreateBlockDecl() local
670 clang::DeclContext &scope) { in CreateVariableDecl()
693 clang::DeclContext *scope = GetOrCreateDeclContextForUid(scope_id); in GetOrCreateVariableDecl() local
728 clang::DeclContext *scope = GetParentDeclContext(id); in GetOrCreateTypedefDecl() local
1073 CVSymbolArray scope = in CreateFunctionParameters() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGCleanup.h472 static bool classof(const EHScope *scope) { in classof()
485 static bool classof(const EHScope *scope) { in classof()
562 EHCatchScope &scope = cast<EHCatchScope>(*begin()); in popCatch() local
570 EHTerminateScope &scope = cast<EHTerminateScope>(*begin()); in popTerminate() local
/openbsd/src/usr.bin/dig/lib/dns/rdata/generic/
Dopt_41.c103 uint8_t scope; in fromwire_opt() local
/openbsd/src/usr.bin/sndiod/
Ddev.c2235 ctl_new(int scope, void *arg0, void *arg1, in ctl_new()
2331 ctl_match(struct ctl *c, int scope, void *arg0, void *arg1) in ctl_match()
2351 ctl_find(int scope, void *arg0, void *arg1) in ctl_find()
2363 ctl_onval(int scope, void *arg0, void *arg1, int val) in ctl_onval()
2376 ctl_del(int scope, void *arg0, void *arg1) in ctl_del()
/openbsd/src/usr.sbin/unbound/edns-subnet/
Daddrtree.c90 node_create(struct addrtree *tree, void *elem, addrlen_t scope, in node_create()
362 addrlen_t sourcemask, addrlen_t scope, void *elem, time_t ttl, in addrtree_insert()
/openbsd/src/libexec/login_ldap/
Dlogin_ldap.h54 int scope; member

123456