| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| DebugInfo.h | 145 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder 146 return make_range(Scopes.begin(), Scopes.end()); 153 unsigned scope_count() const { return Scopes.size(); } 160 SmallVector<DIScope *, 8> Scopes;
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| __init__.py | 37 from . import scopes # noqa: F401 namespace
|
| scopes.py | 25 # Map DAP frame IDs to scopes. This ensures that scopes are re-used. 146 @request("scopes") 147 def scopes(*, frameId: int, **extra): function 151 scopes = frame_to_scope[frameId] 154 scopes = [] 159 scopes.append(_ScopeReference("Arguments", "arguments", frameId, args)) 165 scopes.append(_ScopeReference("Locals", "locals", frameId, locs)) 166 scopes.append(_RegisterReference("Registers", frameId)) 168 scopes.append(_FinishScopeReference(frameId) [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| __init__.py | 38 from . import scopes # noqa: F401 namespace
|
| scopes.py | 25 # Map DAP frame IDs to scopes. This ensures that scopes are reused. 145 @request("scopes") 146 def scopes(*, frameId: int, **extra): function 148 scopes = frame_to_scope[frameId] 151 scopes = [] 156 scopes.append(_ScopeReference("Arguments", "arguments", frameId, args)) 162 scopes.append(_ScopeReference("Locals", "locals", frameId, locs)) 163 scopes.append(_RegisterReference("Registers", frameId)) 165 scopes.append(_FinishScopeReference(frameId) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| Function.h | 86 llvm::iterator_range<llvm::SmallVector<Scope, 2>::iterator> scopes() { function in class:clang::interp::Function 87 return llvm::make_range(Scopes.begin(), Scopes.end()); 97 Scope &getScope(unsigned Idx) { return Scopes[Idx]; } 123 Scopes = std::move(NewScopes); 146 llvm::SmallVector<Scope, 2> Scopes;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| idl.h | 90 ID2L scopes; member in struct:IdScopes
|
| search.c | 213 /* If the target was not already in our current scopes, 221 /* if ID is a child of any of our current scopes, 227 if (mdb_id2l_insert(isc->scopes, &mid) == 0) { 248 /* If we're done processing the old scopes, did we add any new 249 * scopes in this iteration? If so, go back and do those now. 320 static void scope_chunk_ret( Operation *op, ID2 *scopes ) 326 scopes[0].mval.mv_data = ret; 328 (void *)scopes, scope_chunk_free, NULL, NULL ); 412 } else if ( isc->scopes[0].mid > 1 ) { /* candidate-based search */ 414 for ( i=1; i<=isc->scopes[0].mid; i++ ) 431 ID2 *scopes; local [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| search.c | 41 ID *scopes, 134 ID *scopes ) 199 rc = search_aliases( op, rs, e, wc->session, ids, scopes, stack ); 345 ID scopes[WT_IDL_DB_SIZE]; local 474 WT_IDL_ZERO( scopes ); 476 wc, candidates, scopes );
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| accesslog.c | 1490 static struct berval scopes[] = { variable in typeref:struct:berval 1866 attr_merge_one( e, ad_reqScope, &scopes[op->ors_scope], NULL );
|
| pcache.c | 73 TAvlnode *scopes[4]; /* threaded AVL trees of cached queries */ member in struct:Qbase_s 1513 if ( !qbptr->scopes[tscope] ) continue; 1516 qc = find_filter( op, qbptr->scopes[tscope], 1645 rc = ldap_tavl_insert( &qbase->scopes[query->scope], new_cached_query, 1661 new_cached_query = find_filter( op, qbase->scopes[query->scope], 1697 ldap_tavl_delete( &qc->qbase->scopes[qc->scope], qc, pcache_query_cmp ); 4823 ldap_tavl_free( qb->scopes[i], NULL );
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| cp-demangle.c | 360 /* Array of saved scopes for evaluating substitutions. */ 364 /* Number of saved scopes in the above array. */ 366 /* Array of templates for saving into scopes. */ 1376 we would not correctly demangle names in local scopes. */ 4654 __extension__ struct d_saved_scope scopes[(dpi.num_saved_scopes > 0) local 4659 dpi.saved_scopes = scopes;
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| cp-demangle.c | 360 /* Array of saved scopes for evaluating substitutions. */ 364 /* Number of saved scopes in the above array. */ 366 /* Array of templates for saving into scopes. */ 1376 we would not correctly demangle names in local scopes. */ 4654 __extension__ struct d_saved_scope scopes[(dpi.num_saved_scopes > 0) local 4659 dpi.saved_scopes = scopes;
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| cp-demangle.c | 360 /* Array of saved scopes for evaluating substitutions. */ 364 /* Number of saved scopes in the above array. */ 366 /* Array of templates for saving into scopes. */ 1313 we would not correctly demangle names in local scopes. */ 4427 __extension__ struct d_saved_scope scopes[(dpi.num_saved_scopes > 0) local 4432 dpi.saved_scopes = scopes;
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| cp-demangle.c | 360 /* Array of saved scopes for evaluating substitutions. */ 364 /* Number of saved scopes in the above array. */ 366 /* Array of templates for saving into scopes. */ 1376 we would not correctly demangle names in local scopes. */ 4654 __extension__ struct d_saved_scope scopes[(dpi.num_saved_scopes > 0) local 4659 dpi.saved_scopes = scopes;
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| cp-demangle.c | 360 /* Array of saved scopes for evaluating substitutions. */ 364 /* Number of saved scopes in the above array. */ 366 /* Array of templates for saving into scopes. */ 1376 we would not correctly demangle names in local scopes. */ 4654 __extension__ struct d_saved_scope scopes[(dpi.num_saved_scopes > 0) local 4659 dpi.saved_scopes = scopes;
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| cp-demangle.c | 360 /* Array of saved scopes for evaluating substitutions. */ 364 /* Number of saved scopes in the above array. */ 366 /* Array of templates for saving into scopes. */ 1378 we would not correctly demangle names in local scopes. */ 4694 __extension__ struct d_saved_scope scopes[(dpi.num_saved_scopes > 0) local 4699 dpi.saved_scopes = scopes;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.cc | 451 vec<tree, va_heap, vl_embed> *scopes; member in class:name_lookup 464 deduping (false), scopes (NULL), previous (NULL) 575 must be an ADL lookup, we need to unmark the marked scopes and also 584 unsigned length = vec_safe_length (previous->scopes); 585 vec_safe_reserve (previous->scopes, length * 2); 588 tree decl = (*previous->scopes)[ix]; 598 previous->scopes->quick_push (decl); 607 scopes = shared_scopes; 619 for (unsigned ix = vec_safe_length (scopes); ix--;) 621 tree decl = scopes->pop () [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.cc | 447 vec<tree, va_heap, vl_embed> *scopes; member in class:name_lookup 460 deduping (false), scopes (NULL), previous (NULL) 570 must be an ADL lookup, we need to unmark the marked scopes and also 579 unsigned length = vec_safe_length (previous->scopes); 580 vec_safe_reserve (previous->scopes, length * 2); 583 tree decl = (*previous->scopes)[ix]; 593 previous->scopes->quick_push (decl); 602 scopes = shared_scopes; 614 for (unsigned ix = vec_safe_length (scopes); ix--;) 616 tree decl = scopes->pop () [all...] |