Home
last modified time | relevance | path

Searched refs:scopes (Results 1 – 25 of 150) sorted by relevance

123456

/netbsd-src/tests/bin/sh/dotcmd/
H A Dt_dotcmd.sh41 scopes='case compound file for func subshell until while'
45 for dot_scope in ${scopes}
49 for cmd_scope in ${scopes}
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dsearch.c227 if (mdb_id2l_insert(isc->scopes, &mid) == 0) { in search_aliases()
320 static void scope_chunk_ret( Operation *op, ID2 *scopes ) in scope_chunk_ret() argument
326 scopes[0].mval.mv_data = ret; in scope_chunk_ret()
328 (void *)scopes, scope_chunk_free, NULL, NULL ); in scope_chunk_ret()
412 } else if ( isc->scopes[0].mid > 1 ) { /* candidate-based search */ in mdb_waitfixup()
414 for ( i=1; i<=isc->scopes[0].mid; i++ ) { in mdb_waitfixup()
415 if ( !isc->scopes[i].mval.mv_data ) in mdb_waitfixup()
417 key.mv_data = &isc->scopes[i].mid; in mdb_waitfixup()
418 mdb_cursor_get( mcd, &key, &isc->scopes[i].mval, MDB_SET ); in mdb_waitfixup()
431 ID2 *scopes; in mdb_search() local
[all …]
H A Ddn2id.c745 x = mdb_id2l_search( isc->scopes, id ); in mdb_idscopes()
746 if ( x <= isc->scopes[0].mid && isc->scopes[x].mid == id ) { in mdb_idscopes()
784 x = mdb_id2l_search( isc->scopes, id ); in mdb_idscopes()
785 if ( x <= isc->scopes[0].mid && isc->scopes[x].mid == id ) { in mdb_idscopes()
786 if ( !isc->scopes[x].mval.mv_data ) { in mdb_idscopes()
790 rc = mdb_id2l_insert( isc->scopes, &isc->sctmp[i] ); in mdb_idscopes()
795 if ( isc->scopes[x].mid != id ) in mdb_idscopes()
796 x = mdb_id2l_search( isc->scopes, id ); in mdb_idscopes()
800 data = isc->scopes[x].mval; in mdb_idscopes()
849 x = mdb_id2l_search( isc->scopes, id ); in mdb_idscopechk()
[all …]
H A Didl.h90 ID2L scopes; member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dsearch.c41 ID *scopes, in search_aliases() argument
135 ID *scopes ) in search_candidates() argument
201 rc = search_aliases( op, rs, e, wc->session, ids, scopes, stack ); in search_candidates()
353 ID scopes[WT_IDL_DB_SIZE]; in wt_search() local
445 WT_IDL_ZERO( scopes ); in wt_search()
447 wc, candidates, scopes ); in wt_search()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DVPIntrinsics.def21 // All VP intrinsic scopes are top level, ie it is illegal to place a
39 // scopes for both the VPIntrinsic and the SDNode at once.
60 // scopes for both the VPIntrinsic and the SDNode at once.
H A DDebugInfo.h145 iterator_range<scope_iterator> scopes() const { in scopes() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.h86 llvm::iterator_range<llvm::SmallVector<Scope, 2>::iterator> scopes() { in scopes() function
H A DInterpFrame.cpp28 for (auto &Scope : Func->scopes()) { in InterpFrame()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc447 vec<tree, va_heap, vl_embed> *scopes; member in name_lookup
460 deduping (false), scopes (NULL), previous (NULL) in name_lookup()
579 unsigned length = vec_safe_length (previous->scopes); in preserve_state()
580 vec_safe_reserve (previous->scopes, length * 2); in preserve_state()
583 tree decl = (*previous->scopes)[ix]; in preserve_state()
593 previous->scopes->quick_push (decl); in preserve_state()
602 scopes = shared_scopes; in preserve_state()
614 for (unsigned ix = vec_safe_length (scopes); ix--;) in restore_state()
616 tree decl = scopes->pop (); in restore_state()
625 free (scopes); in restore_state()
[all …]
H A DChangeLog-2006986 names in local scopes.
1186 * parser.c (cp_parser_unqualified_id): Check for invalid scopes
1281 have a hidden name in non-namespace scopes.
1820 "friend" specifiers that do not appear in class scopes.
2612 Handle omp scopes.
2615 (check_goto): ... here. Handle omp scopes.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c172 vec<tree, va_heap, vl_embed> *scopes; variable
184 deduping (false), scopes (NULL), previous (NULL) in name()
296 unsigned length = vec_safe_length (previous->scopes); in preserve_state()
297 vec_safe_reserve (previous->scopes, length * 2); in preserve_state()
300 tree decl = (*previous->scopes)[ix]; in preserve_state()
310 previous->scopes->quick_push (decl); in preserve_state()
319 scopes = shared_scopes; in preserve_state()
332 for (unsigned ix = vec_safe_length (scopes); ix--;) in restore_state()
334 tree decl = scopes->pop (); in restore_state()
343 free (scopes); in restore_state()
[all …]
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgcc-cp-fe.def66 G++ doesn't ever have to reenter function scopes, so its name
69 may contain multiple scopes (blocks), and the name may be bound to
70 different symbols in each of these scopes. With this interface, as
73 functions in local scopes, for unresolved names in nested template
83 same name in different scopes within a function: they have to be
1003 independently in other scopes. */
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dgcc-cp-fe.def66 G++ doesn't ever have to reenter function scopes, so its name
69 may contain multiple scopes (blocks), and the name may be bound to
70 different symbols in each of these scopes. With this interface, as
73 functions in local scopes, for unresolved names in nested template
83 same name in different scopes within a function: they have to be
1003 independently in other scopes. */
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgcc-cp-fe.def66 G++ doesn't ever have to reenter function scopes, so its name
69 may contain multiple scopes (blocks), and the name may be bound to
70 different symbols in each of these scopes. With this interface, as
73 functions in local scopes, for unresolved names in nested template
83 same name in different scopes within a function: they have to be
1003 independently in other scopes. */
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dgcc-cp-fe.def66 G++ doesn't ever have to reenter function scopes, so its name
69 may contain multiple scopes (blocks), and the name may be bound to
70 different symbols in each of these scopes. With this interface, as
73 functions in local scopes, for unresolved names in nested template
83 same name in different scopes within a function: they have to be
1003 independently in other scopes. */
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2926.txt185 service-advert-scopes )
355 NAME 'service-advert-scopes'
356 DESC 'A list of scopes for a service advertisement.'
361 Defines a multivalued attribute for the scopes.
1268 (service-advert-scopes=eng)
1269 (service-advert-scopes=corp)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCMakePrimer.rst188 the variable in the CMakeCache, which results in it being set in all scopes. The
199 their own scopes.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DOpenCLSupport.rst384 | Feature optionality | C11 atomics memory scopes, ordering and builtin function | :pa…
396 | New functionality | Atomic mem scopes: subgroup, all devices including functions | :pa…
H A DBlockLanguageSpec.rst180 also captured in the scopes of their enclosing Blocks.
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c73 TAvlnode *scopes[4]; /* threaded AVL trees of cached queries */ member
1509 if ( !qbptr->scopes[tscope] ) continue; in query_containment()
1512 qc = find_filter( op, qbptr->scopes[tscope], in query_containment()
1639 rc = ldap_tavl_insert( &qbase->scopes[query->scope], new_cached_query, in add_query()
1655 new_cached_query = find_filter( op, qbase->scopes[query->scope], in add_query()
1691 ldap_tavl_delete( &qc->qbase->scopes[qc->scope], qc, pcache_query_cmp ); in remove_from_template()
4817 ldap_tavl_free( qb->scopes[i], NULL ); in pcache_free_qbase()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dlang.opt369 When a symbol is resolved, check `alias this' scope before going to upper scopes.
/netbsd-src/usr.bin/xlint/lint1/
H A DREADME.md159 Symbols from inner scopes are added to the beginning of the table,
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-legg-ldap-admin-xx.txt230 used, the scopes of these areas may overlap. Therefore, for each
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def112 bool, ShouldIncludeScopesInCFG, "cfg-scopes",

123456