Searched refs:scope (Results 26 - 50 of 169) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c80 static void dump_scope(scope_t *scope);
81 static void emit_patch(scope_t *scope, int patch);
130 /* Set Sentinal scope node */
282 /* Process outmost scope */
287 * tranversal, recursively handling each scope.
289 /* start at the root scope */
462 dump_scope(scope_t *scope) argument
467 * Emit the first patch for this scope
469 emit_patch(scope, 0);
472 * Dump each scope withi
490 emit_patch(scope_t *scope, int patch) argument
784 process_scope(scope_t *scope) argument
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c263 is the BINFO indicating the qualifying scope used to access the
445 /* Finish a scope. */
466 /* Begin a new scope. */
478 when the current scope is exited. EH_ONLY is true when this is not
645 tree r, scope; local
646 scope = do_pushlevel (sk_block);
648 TREE_CHAIN (r) = scope;
696 tree scope = TREE_CHAIN (if_stmt); local
698 add_stmt (do_poplevel (scope));
895 /* Pop the scope fo
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 Dsearch.c155 true, consider any special access of the current scope, or access
173 public typedef created in the scope of every class. */
468 /* We generally treat class-scope using-declarations as
498 NAMESPACE_DECL corresponding to the innermost non-block scope. */
517 function. If so, we know to put the decls into the class's scope. */
533 /* Returns nonzero if we are currently in a function scope. Note
544 /* Returns true if the innermost active scope is a class scope. */
553 /* Returns true if the innermost active scope is a namespace scope
775 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 Dparser.c52 qualifying scope. */
60 /* The token's qualifying scope (used when it is a
1075 keeps track of what scope is presently active; everything else
1077 initializers may also need to set the scope, in order to check
1214 scope given by OBJECT_TYPE (the type of `x' or `*x') and also in
1319 /* The scope in which names should be looked up. If NULL_TREE, then
1320 we look up names in the scope that is currently open in the
1322 NAMESPACE_DECL for the scope in which we should look. It can
1323 also be ERROR_MARK, when we've parsed a bogus scope.
1328 will look up `Z' in the scope o
1330 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...]
/freebsd-11-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
109 if (dvp->dtdv_id == id && dvp->dtdv_scope == scope) {
463 char kind[4], scope[4], flags[16] = { 0 }; local
479 (void) strcpy(scope, "glb");
482 (void) strcpy(scope, "tls");
485 (void) strcpy(scope, "loc");
488 (void) snprintf(scope, sizeof (scope),
504 v->dtdv_id, kind, scope, flags + 1,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-lang.c375 we evaluate ADDRESS in the scope of the current frame, but we
376 evaluate CONDITION in the scope of the breakpoint's location. So
449 struct macro_scope *scope = 0;
450 struct cleanup *back_to = make_cleanup (free_current_contents, &scope);
453 scope = sal_macro_scope (find_pc_line (expression_context_pc, 0));
455 scope = default_macro_scope ();
457 if (scope)
460 expression_macro_lookup_baton = (void *) scope;
448 struct macro_scope *scope = 0; local
H A Dblock.h34 /* All of the name-scope contours of the program
38 Each block represents one name scope.
43 whose scope is the entire program linked together.
44 The STATIC_BLOCK contains all the symbols whose scope is the
49 is in the scope of the block. The STATIC_BLOCK and GLOBAL_BLOCK
93 scope. */
159 extern void block_set_scope (struct block *block, const char *scope,
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_l.l148 VLARB_SCOPE_START vlarb\-scope
149 VLARB_SCOPE_END end\-vlarb\-scope
157 SL2VL_SCOPE_START sl2vl\-scope
158 SL2VL_SCOPE_END end\-sl2vl\-scope
H A Dosm_prtn.c246 uint8_t sl, uint8_t scope, uint32_t Q_Key,
259 if (!scope)
260 scope = OSM_DEFAULT_MGRP_SCOPE;
261 hop_limit = (scope == IB_MC_SCOPE_LINK_LOCAL) ? 0 : IB_HOPLIMIT_MAX;
276 ib_member_set_scope_state(scope, IB_MC_REC_STATE_FULL_MEMBER);
277 ib_mgid_set_scope(&mc_rec.mgid, scope);
244 osm_prtn_add_mcgroup(osm_log_t * p_log, osm_subn_t * p_subn, osm_prtn_t * p, uint8_t rate, uint8_t mtu, uint8_t sl, uint8_t scope, uint32_t Q_Key, uint8_t tclass, uint32_t FlowLabel, const ib_gid_t *mgid) argument
H A Dosm_prtn_config.c69 0x12, /* non-permanent bit, link local scope */
111 uint8_t sl, uint8_t scope, uint32_t Q_Key,
187 unsigned int scope; local
200 for (scope = 0; scope < 16; scope++) {
201 if (((1<<scope) & group->flags.scope_mask) == 0)
208 (uint8_t)scope,
291 } else if (!strncmp(flag, "scope", len)) {
292 unsigned int scope; local
[all...]
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_stat.c65 if (vst->scope == VMM_STAT_SCOPE_INTEL && !vmm_is_intel())
68 if (vst->scope == VMM_STAT_SCOPE_AMD && !vmm_is_amd())
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h33 const lldb::SymbolFileTypeSP &symfile_type_sp, lldb::ValueType scope,
97 llvm::StringRef variable_expr_path, ExecutionContextScope *scope,
117 /// The symbol file scope that this variable was defined in
119 /// The list of ranges inside the owner's scope where this variable
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DFile.h39 void addDefinedAtom(StringRef name, Atom::Scope scope, argument
56 new (allocator()) MachODefinedAtom(*this, name, scope, type, merge,
61 void addDefinedAtomInCustomSection(StringRef name, Atom::Scope scope, argument
79 new (allocator()) MachODefinedCustomSectionAtom(*this, name, scope, type,
86 void addZeroFillDefinedAtom(StringRef name, Atom::Scope scope, argument
111 new (allocator()) MachODefinedAtom(*this, name, scope, type, size,
126 void addTentativeDefAtom(StringRef name, Atom::Scope scope, uint64_t size, argument
133 new (allocator()) MachOTentativeDefAtom(*this, name, scope, size, align);
H A DSectCreateFile.h37 Scope scope() const override { return scopeGlobal; }
H A DMachONormalizedFileToAtoms.cpp141 DefinedAtom::Scope &scope,
147 DefinedAtom::Scope scope; member in struct:lld::mach_o::__anon1150::ParseInfo
152 #define ENTRY(type, size, scope, merge, model) \
153 {DefinedAtom::type, size, DefinedAtom::scope, DefinedAtom::merge, model }
198 scope = parseInfo[i].scope;
207 scope = DefinedAtom::scopeGlobal;
213 Atom::Scope atomScope(uint8_t scope) { argument
214 switch (scope) {
223 llvm_unreachable("unknown scope valu
139 sectionParseInfo(DefinedAtom::ContentType atomType, unsigned int &sizeMultiple, DefinedAtom::Scope &scope, DefinedAtom::Merge &merge, AtomizeModel &atomizeModel) argument
391 DefinedAtom::Scope scope; local
479 file.addDefinedAtomInCustomSection(StringRef(), scope, atomType, local
483 file.addDefinedAtom(StringRef(), scope, atomType, merge, offset, size, local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h42 /// A protected scope for zero-cost EH handling.
86 /// Always a multiple of the scope-stack alignment.
142 /// A scope which attempts to handle some, possibly all, types of
145 /// Objective C \@finally blocks are represented using a cleanup scope
146 /// after the catch scope.
231 /// A cleanup scope which generates the cleanup blocks lazily.
233 /// The nearest normal cleanup scope enclosing this one.
236 /// The nearest EH scope enclosing this one.
262 /// this one). If this is the top cleanup scope, all the fixups
263 /// from this index onwards belong to this scope
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_package.c158 acpi_GetReference(ACPI_HANDLE scope, ACPI_OBJECT *obj) argument
173 * scope can be NULL.
177 if (ACPI_FAILURE(AcpiGetHandle(scope, obj->String.Pointer, &h)))
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.h47 struct sctp_scoping *scope,
58 struct sctp_scoping *scope,
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dsa.h82 uint8_t scope; member in struct:ibv_sa_mcmember_rec
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c215 const void *object, cloudabi_scope_t scope)
220 switch (scope) {
262 cloudabi_scope_t scope, struct futex_condvar **fcret)
268 error = futex_address_create(&fa_condvar, td, address, scope);
388 cloudabi_scope_t scope, struct futex_lock **flret)
393 error = futex_address_create(&fa, td, address, scope);
1053 cloudabi_scope_t scope, cloudabi_clockid_t clock_id,
1060 error = futex_lock_lookup(td, lock, scope, &fl);
1072 cloudabi_scope_t scope, cloudabi_clockid_t clock_id,
1080 error = futex_lock_lookup(td, lock, scope,
214 futex_address_create(struct futex_address *fa, struct thread *td, const void *object, cloudabi_scope_t scope) argument
261 futex_condvar_lookup(struct thread *td, const cloudabi_condvar_t *address, cloudabi_scope_t scope, struct futex_condvar **fcret) argument
387 futex_lock_lookup(struct thread *td, const cloudabi_lock_t *address, cloudabi_scope_t scope, struct futex_lock **flret) argument
1052 cloudabi_futex_lock_rdlock(struct thread *td, cloudabi_lock_t *lock, cloudabi_scope_t scope, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, bool abstime) argument
1071 cloudabi_futex_lock_wrlock(struct thread *td, cloudabi_lock_t *lock, cloudabi_scope_t scope, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, bool abstime) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCxxModuleHandler.cpp44 /// \param ctxt The context that the scope should look into.
55 Scope *scope = local
57 scope->setEntity(ctxt);
58 result.push_back(scope);
82 // Delete all the allocated scopes beside the translation unit scope (which
/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c142 /* A list of decls to be made automatically visible in each file scope. */
170 /* True means global_bindings_p should return false even if the scope stack
171 says we are in file scope. */
177 a decl. All the decls in a scope - irrespective of namespace - are
190 The ->type field stores the type of the declaration in this scope;
194 persist for the duration of those scopes. In the external scope,
197 scope) stores whether an incomplete array type at file scope was
198 completed at an inner scope to an array size other than 1.
200 The depth field is copied from the scope structur
492 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
7761 struct c_scope *scope = current_scope; local
7852 struct c_scope *scope = current_scope; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_macro.c629 * the scope - of the current block ends.
750 int la, scope, cnt, firstarg, mayopen, nc, nl; local
783 for (cnt = scope = 0;; ) {
817 * execute it. Close out scope, if open. If no
823 if (scope)
841 * Handle punctuation. Set up our scope, if a word;
842 * rewind the scope, if a delimiter; then append the word.
848 * has been emitted, no scope is open, and we're
850 * a new scope.
854 !cnt && !scope
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c326 /* Count all the undefined and defined variables with global scope. */
583 struct coff_scope *scope, int type, int nest)
591 if (scope->sec)
593 dps.san = scope->sec->number;
594 dps.address = scope->offset - find_base (sfile, scope->sec);
595 dps.block_size = scope->size;
619 struct coff_scope *scope ATTRIBUTE_UNUSED, int type)
1169 walk_tree_scope (struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, int nest, int type) argument
1174 if (scope
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-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp37 // If this exact symbol opens a scope, we can just directly access its
70 // scope stack.
72 // We can use the end offset of the scope to determine whether or not
73 // we can just outright skip this entire scope.
78 // The symbol we're looking for is somewhere in this scope.
238 // can do is to say that it's either a series of namespaces (if the scope is
239 // non-empty), or the translation unit (if the scope is empty).
249 // global scope with the fully qualified name.
253 for (llvm::ms_demangle::Node *scope : scopes) {
254 auto *nii = static_cast<llvm::ms_demangle::NamedIdentifierNode *>(scope);
438 clang::DeclContext *scope = GetParentDeclContext(id); local
581 llvm::Optional<PdbCompilandSymId> scope = local
828 CreateVariableDecl(PdbSymUid uid, CVSymbol sym, clang::DeclContext &scope) argument
874 clang::DeclContext *scope = GetParentDeclContext(id); local
1033 CVSymbolArray scope = local
[all...]

Completed in 370 milliseconds

1234567