HomeSort by: relevance | last modified time | path
    Searched defs:lookups (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclLookups.h 75 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
  /src/regress/sys/kern/nameibench/
nameibench.c 104 lookups(int idx) function
149 lookups((int)(uintptr_t)cookie);
  /src/crypto/external/apache2/openssl/dist/fuzz/
hashtable.c 22 * Make the key space very small here to make lookups
44 static size_t lookups = 0; variable
320 lookups++;
  /src/external/bsd/unbound/dist/testcode/
asynclook.c 39 * This program shows the results from several background lookups,
80 * result list for the lookups
406 struct lookinfo* lookups; local
512 lookups = (struct lookinfo*)calloc((size_t)argc,
514 if(!lookups) {
522 lookups[i].name = argv[i];
526 LDNS_RR_CLASS_IN, &lookups[i].result);
531 LDNS_RR_CLASS_IN, &lookups[i], &lookup_is_done,
532 &lookups[i].async_id);
541 r = ub_cancel(ctx, lookups[i].async_id)
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/
flask_op.h 127 uint32_t lookups; member in struct:xen_flask_cache_stats
  /src/include/
resolv.h 176 char lookups[4]; member in struct:__res_state
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 3663 tree lookups = NULL_TREE;
3672 lookups = tree_cons (fnname, fns, lookups);
3680 lookups = tree_cons (fnname, fns, lookups);
3686 lookups = tree_cons (fnname, fns, lookups);
3688 if (lookups)
3689 return lookups;
3695 the given operator. LOOKUPS, if non-NULL, is the result of phase
3658 tree lookups = NULL_TREE; local
    [all...]
pt.cc 5024 /* Update the declared TYPE by doing any lookups which were thought to be
12478 class, so that name lookups into base classes, etc. will work
13145 tree lookups = templated_operator_saved_lookups (t);
13150 lookups, complain);
13157 lookups, complain);
13162 lookups, /*overload=*/NULL,
13144 tree lookups = templated_operator_saved_lookups (t); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 3508 tree lookups = NULL_TREE;
3517 lookups = tree_cons (fnname, fns, lookups);
3525 lookups = tree_cons (fnname, fns, lookups);
3531 lookups = tree_cons (fnname, fns, lookups);
3533 if (lookups)
3534 return lookups;
3540 the given operator. LOOKUPS, if non-NULL, is the result of phase
3503 tree lookups = NULL_TREE; local
    [all...]

Completed in 102 milliseconds