Searched defs:foreach (Results 1 - 4 of 4) sorted by path

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h181 void foreach(Callback& C) { function in class:llvm::ImmutableMap
189 void foreach() { function in class:llvm::ImmutableMap
H A DImmutableSet.h174 void foreach(Callback& C) { function in class:llvm::ImutAVLTree
1058 void foreach(Callback& C) { if (Root) Root->foreach(C); } function in class:llvm::ImmutableSet
1061 void foreach() { if (Root) { Callback C; Root->foreach(C); } } function in class:llvm::ImmutableSet
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dget_princs_s.c58 foreach(krb5_context context, HDB *db, hdb_entry_ex *ent, void *data) function
/freebsd-9.3-release/include/rpcsvc/
H A Dypclnt.h64 int (*foreach)(unsigned long, char *, int, char *, int, void *); member in struct:ypall_callback

Completed in 92 milliseconds