Searched defs:impl (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/contrib/atf/atf-run/
H A Dtimer.cpp89 struct impl::timer::impl { struct in class:impl::timer
100 impl(void) : m_fired(false) function in struct:impl::timer::impl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h106 void *impl; member in class:clang::LiveVariables
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp145 CXXFunctionSummaryFormat(const TypeSummaryImpl::Flags& flags, Callback impl, const char* description) argument
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Ddigest.c145 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) argument
351 EVP_Digest(const void *data, size_t count, unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) argument
[all...]
H A Devp_enc.c103 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, argument
289 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, argument
301 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, argument
[all...]
/freebsd-10.0-release/contrib/apr/poll/unix/
H A Dpoll.c302 static apr_pollset_provider_t impl = { variable
H A Dselect.c440 static apr_pollset_provider_t impl = { variable
H A Depoll.c311 static apr_pollset_provider_t impl = { variable
H A Dkqueue.c309 static apr_pollset_provider_t impl = { variable
H A Dport.c450 static apr_pollset_provider_t impl = { variable
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h62 HImpl& impl() { return static_cast<HImpl&>(*this); } function in class:PBQP::HeuristicBase
/freebsd-10.0-release/crypto/openssl/crypto/cmac/
H A Dcmac.c152 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) argument
/freebsd-10.0-release/crypto/openssl/crypto/hmac/
H A Dhmac.c68 HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md, ENGINE *impl) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp424 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help) argument
478 SBCommand::AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help) argument
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_event_plugin.h167 osm_event_plugin_t *impl; member in struct:osm_epi_plugin
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dex_data.c171 static const CRYPTO_EX_DATA_IMPL *impl = NULL; variable
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dui-out.c103 struct ui_out_impl *impl; member in struct:ui_out
1139 ui_out_new(struct ui_out_impl *impl, struct ui_out_data *data, int flags) argument
[all...]
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Ddecl.c1694 ename(sym_t *sym, int val, int impl) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp3524 ScriptedSyntheticChildren* impl = new ScriptedSyntheticChildren(SyntheticChildren::Flags(). local
3916 TypeFilterImpl* impl = new TypeFilterImpl(SyntheticChildren::Flags().SetCascades(m_options.m_cascade). local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2715 static bool needsDestructMethod(ObjCImplementationDecl *impl) { argument
H A DCGObjC.cpp440 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext()); local
1313 emitCXXDestructMethod(CodeGenFunction &CGF, ObjCImplementationDecl *impl) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1409 static bool checkMethodFamilyMismatch(Sema &S, ObjCMethodDecl *impl, argument
2134 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, argument
2715 void searchFrom(ObjCCategoryImplDecl *impl) { argument
2751 searchFrom(ObjCImplementationDecl *impl) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2600 void AddInstanceMethodToGlobalPool(ObjCMethodDecl *Method, bool impl=false) { argument
2605 void AddFactoryMethodToGlobalPool(ObjCMethodDecl *Method, bool impl=false) { argument

Completed in 325 milliseconds