Searched refs:lookups (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDLL.h31 std::vector<Chunk *> lookups; member in class:lld::coff::IdataContents
H A DDLL.cpp581 size_t base = lookups.size();
585 lookups.push_back(make<OrdinalOnlyChunk>(ord));
590 lookups.push_back(make<LookupChunk>(c));
595 lookups.push_back(make<NullChunk>(config->wordsize));
604 dir->lookupTab = lookups[base];
H A DWriter.cpp740 add(".idata$4", idata.lookups);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h75 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
H A DDeclBase.h110 /// certain lookups merely "ignore" certain kinds of declarations,
234 /// lookups that occur within that module.
1319 /// If \c true, lookups should only return identifier from
2287 lookups_range lookups() const;
2288 // Like lookups(), but avoids loading external declarations.
2292 /// Iterators over all possible lookups within this context.
2296 /// Iterators over all possible lookups within this context that are
2330 /// visible lookups). These extra lookup results will be found by walking
/freebsd-11-stable/contrib/binutils/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);
/freebsd-11-stable/sys/xen/interface/xsm/
H A Dflask_op.h125 uint32_t lookups; member in struct:xen_flask_cache_stats
/freebsd-11-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c286 static char* lookups = NULL; local
299 nconf_udp.nc_lookups = &lookups;
309 nconf_udp6.nc_lookups = &lookups;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c67 * a simple cache to accelerate such lookups---into the archive_write_disk
161 #error No way to perform gid lookups on this platform
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp39 ? Primary->lookups()
78 OS << "<undeserialized lookups>";
/freebsd-11-stable/share/mk/
H A Dbsd.dep.mk87 # lookups. See _SKIP_BUILD logic in bsd.init.mk for more details.
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk208 # lookups. For install, only do this if no other targets are specified.
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c932 lk = lkp_default.lookups;
934 lk = nsw_conf->lookups;
3854 ** indicate YP lookups, you could enable that here.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2326 // These lookups will never find a member in a C++ class (or base class).
3835 Load ? Ctx->lookups()

Completed in 441 milliseconds