/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | name-lookup.c | 300 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 …]
|
H A D | semantics.c | 635 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()
|
/openbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | aicasm_symbol.h | 171 typedef struct scope { struct 175 scope_type type; argument 176 int inner_scope_patches; argument 184 SLIST_HEAD(scope_list, scope); argument
|
H A D | aicasm.c | 459 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/ |
H A D | dsdt.c | 760 aml_lockfield(struct aml_scope * scope,struct aml_value * field) aml_lockfield() argument 769 aml_unlockfield(struct aml_scope * scope,struct aml_value * field) aml_unlockfield() argument 1285 aml_parseopcode(struct aml_scope * scope) aml_parseopcode() argument 1384 aml_parselength(struct aml_scope * scope) aml_parselength() argument 1405 aml_parseend(struct aml_scope * scope) aml_parseend() argument 1487 aml_callosi(struct aml_scope * scope,struct aml_value * val) aml_callosi() argument 1803 aml_findscope(struct aml_scope * scope,int type,int endscope) aml_findscope() argument 1829 aml_getstack(struct aml_scope * scope,int opcode) aml_getstack() argument 1855 aml_showstack(struct aml_scope * scope) aml_showstack() argument 1884 struct aml_scope *scope; aml_pushscope() local 1918 aml_popscope(struct aml_scope * scope) aml_popscope() argument 2922 acpi_mutex_acquire(struct aml_scope * scope,struct aml_value * mtx,int timeout) acpi_mutex_acquire() argument 2943 acpi_mutex_release(struct aml_scope * scope,struct aml_value * mtx) acpi_mutex_release() argument 2956 acpi_event_wait(struct aml_scope * scope,struct aml_value * evt,int timeout) acpi_event_wait() argument 2981 acpi_event_signal(struct aml_scope * scope,struct aml_value * evt) acpi_event_signal() argument 2989 acpi_event_reset(struct aml_scope * scope,struct aml_value * evt) acpi_event_reset() argument 2996 aml_store(struct aml_scope * scope,struct aml_value * lhs,int64_t ival,struct aml_value * rhs) aml_store() argument 3102 aml_disasm(struct aml_scope * scope,int lvl,void (* dbprintf)(void *,const char *,...),void * arg) aml_disasm() argument 3467 aml_eval(struct aml_scope * scope,struct aml_value * my_ret,int ret_type,int argc,struct aml_value * argv) aml_eval() argument 3645 aml_parsesimple(struct aml_scope * scope,char ch,struct aml_value * rv) aml_parsesimple() argument 3709 aml_seterror(struct aml_scope * scope,const char * fmt,...) aml_seterror() argument 3758 aml_load(struct acpi_softc * sc,struct aml_scope * scope,struct aml_value * rgn,struct aml_value * ddb) aml_load() argument 3795 aml_parse(struct aml_scope * scope,int ret_type,const char * stype) aml_parse() argument 4516 struct aml_scope *scope; acpi_parse_aml() local [all...] |
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransAutoreleasePool.cpp | 97 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/ |
H A D | ELFAttributeParser.cpp | 43 DictScope scope(*sw, "Attribute"); in integerAttribute() local 59 DictScope scope(*sw, "Attribute"); in stringAttribute() local 176 DictScope scope(*sw, scopeName); in parseSubsection() local
|
H A D | ARMAttributeParser.cpp | 78 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/ |
H A D | cmd-show-options.c | 84 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()
|
H A D | window-customize.c | 86 enum window_customize_scope scope; member 125 window_customize_get_tree(enum window_customize_scope scope,struct cmd_find_state * fs) window_customize_get_tree() argument 186 window_customize_scope_text(enum window_customize_scope scope,struct cmd_find_state * fs) window_customize_scope_text() argument 231 window_customize_build_array(struct window_customize_modedata * data,struct mode_tree_item * top,enum window_customize_scope scope,struct options_entry * o,struct format_tree * ft) window_customize_build_array() argument 271 window_customize_build_option(struct window_customize_modedata * data,struct mode_tree_item * top,enum window_customize_scope scope,struct options_entry * o,struct format_tree * ft,const char * filter,struct cmd_find_state * fs) window_customize_build_option() argument 382 enum window_customize_scope scope; window_customize_build_options() local 1015 enum window_customize_scope scope = WINDOW_CUSTOMIZE_NONE; window_customize_set_option() local [all...] |
H A D | cmd-parse.y | 85 struct cmd_parse_scope *scope; member 247 struct cmd_parse_scope *scope; global() variable 261 struct cmd_parse_scope *scope; global() variable 273 struct cmd_parse_scope *scope; global() variable 664 struct cmd_parse_scope *scope, *scope1; cmd_parse_run_parser() local [all...] |
H A D | cmd-set-option.c | 96 int scope; in cmd_set_option_exec() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | block.c | 35 const char *scope; member 184 block_set_scope (struct block *block, const char *scope, in block_set_scope()
|
H A D | cp-namespace.c | 366 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/ |
H A D | decl2.c | 1134 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/ |
H A D | auth.c | 36 char *dn, int rights, char *attr, enum scope scope) in aci_matches() 115 char *attr, int scope) in authorized()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | mips-tdump.c | 201 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/ |
H A D | mips-tdump.c | 195 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/ |
H A D | PdbAstBuilder.cpp | 248 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/usr.bin/dig/lib/dns/rdata/generic/ |
H A D | opt_41.c | 103 uint8_t scope; in fromwire_opt() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCleanup.h | 472 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/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVRange.h | 42 LVScope *scope() const { return Scope; } in scope() function
|
/openbsd-src/usr.bin/sndiod/ |
H A D | dev.c | 2482 ctl_new(int scope,void * arg0,void * arg1,int type,char * display,char * gstr,char * str0,int unit0,char * func,char * str1,int unit1,int maxval,int val) ctl_new() argument 2576 ctl_match(struct ctl * c,int scope,void * arg0,void * arg1) ctl_match() argument 2596 ctl_find(int scope,void * arg0,void * arg1) ctl_find() argument 2608 ctl_onval(int scope,void * arg0,void * arg1,int val) ctl_onval() argument 2621 ctl_del(int scope,void * arg0,void * arg1) ctl_del() argument [all...] |
/openbsd-src/libexec/login_ldap/ |
H A D | login_ldap.h | 54 int scope; member
|
/openbsd-src/lib/libc/asr/ |
H A D | getnameinfo_async.c | 254 char scope[IF_NAMESIZE + 1], *ifname; in _numerichost() local
|