Searched refs:lookups (Results 1 - 22 of 22) sorted by path

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dhash.c62 unsigned long lookups; member in struct:hash_control
124 ret->lookups = 0;
166 ++table->lookups;
405 fprintf (f, "\t%lu lookups\n", table->lookups);
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dhash.c66 unsigned long lookups; member in struct:hash_control
94 ret->lookups = 0;
142 ++table->lookups;
368 fprintf (f, "\t%lu lookups\n", table->lookups);
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h309 tree lookups;
803 tree lookups;
869 #define type_lookups scope_chain->lookups
307 tree lookups; local
800 tree lookups; local
H A Dparse.y151 /* Record the decl-specifiers, attributes and type lookups from the
155 frob_specs (specs_attrs, lookups)
156 tree specs_attrs, lookups;
158 save_type_access_control (lookups);
188 parse_decl0 (declarator, specs_attrs, lookups, attributes, initialized)
189 tree declarator, specs_attrs, lookups, attributes;
192 frob_specs (specs_attrs, lookups);
218 parse_field0 (declarator, specs_attrs, lookups, attributes, asmspec, init)
219 tree declarator, specs_attrs, lookups, attributes, asmspec, init;
221 frob_specs (specs_attrs, lookups);
[all...]
H A Dsemantics.c1520 save_type_access_control (lookups)
1521 tree lookups;
1523 current_type_lookups = lookups;
/openbsd-current/lib/libc/asr/
H A Dres_init.c59 if (_res.lookups[0] == '\0')
60 strlcpy(_res.lookups, ac->ac_db, sizeof(_res.lookups));
95 strlcpy(ac->ac_db, _res.lookups, sizeof(ac->ac_db));
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h105 /// certain lookups merely "ignore" certain kinds of declarations,
228 /// This declaration has an owning module, and is visible to lookups
234 /// lookups that occur within that module.
1436 /// If \c true, lookups should only return identifier from
2435 lookups_range lookups() const;
2436 // Like lookups(), but avoids loading external declarations.
2440 /// Iterators over all possible lookups within this context.
2444 /// Iterators over all possible lookups within this context that are
2478 /// visible lookups). These extra lookup results will be found by walking
H A DDeclLookups.h75 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTDumper.cpp67 ? Primary->lookups()
106 OS << "<undeserialized lookups>";
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp2473 // We're done for lookups that can never succeed for C++ classes.
4157 Load ? Ctx->lookups()
/openbsd-current/gnu/llvm/lld/COFF/
H A DDLL.cpp668 size_t base = lookups.size();
672 lookups.push_back(make<OrdinalOnlyChunk>(ctx, ord));
677 lookups.push_back(make<LookupChunk>(ctx, c));
682 lookups.push_back(make<NullChunk>(ctx.config.wordsize));
691 dir->lookupTab = lookups[base];
H A DDLL.h30 std::vector<Chunk *> lookups; member in class:lld::coff::IdataContents
H A DWriter.cpp816 add(".idata$4", idata.lookups);
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/
H A DLangTags.pm489 You could instead do lookups on $wanted with:
/openbsd-current/gnu/usr.bin/perl/dist/Safe/
H A DSafe.pm498 glob lookups and other tricks.
721 A similar effect applies to I<all> runtime symbol lookups in code
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl141 creates a subroutine call, and array and hash lookups are much slower. Is
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dregcharclass.pl80 matching lookups slower, but non-matching faster.
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dlibnetcfg.PL437 a dialup line then you may not want me to perform these lookups, as
440 Do you want me to perform hostname lookups (y|n) ?
/openbsd-current/include/
H A Dresolv.h150 char lookups[MAXDNSLUS]; member in struct:__res_state
/openbsd-current/usr.sbin/nsd/
H A Dconfigure1468 tree for the main lookups, the red-black tree uses
/openbsd-current/usr.sbin/unbound/testcode/
H A Dasynclook.c39 * This program shows the results from several background lookups,
80 * result list for the lookups
406 struct lookinfo* lookups; local
504 lookups = (struct lookinfo*)calloc((size_t)argc,
506 if(!lookups) {
514 lookups[i].name = argv[i];
518 LDNS_RR_CLASS_IN, &lookups[i].result);
523 LDNS_RR_CLASS_IN, &lookups[i], &lookup_is_done,
524 &lookups[i].async_id);
533 r = ub_cancel(ctx, lookups[
[all...]
/openbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c378 bcopy("b", _res.lookups, sizeof("b"));

Completed in 388 milliseconds