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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h106 void *impl; member in class:clang::LiveVariables
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp107 CXXFunctionSummaryFormat(const TypeSummaryImpl::Flags& flags, Callback impl, const char* description) argument
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Ddigest.c145 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) argument
338 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.c102 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) argument
285 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
298 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
[all...]
/freebsd-10-stable/contrib/apr/poll/unix/
H A Dselect.c440 static apr_pollset_provider_t impl = { variable
H A Dpoll.c301 static apr_pollset_provider_t impl = { variable
H A Dport.c458 static apr_pollset_provider_t impl = { variable
H A Dkqueue.c317 static apr_pollset_provider_t impl = { variable
H A Depoll.c321 static apr_pollset_provider_t impl = { variable
H A Dz_asio.c768 static apr_pollset_provider_t impl = { variable
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h62 HImpl& impl() { return static_cast<HImpl&>(*this); } function in class:PBQP::HeuristicBase
/freebsd-10-stable/sys/x86/include/
H A Dbusdma_impl.h36 struct bus_dma_impl *impl; member in struct:bus_dma_tag_common
/freebsd-10-stable/crypto/openssl/crypto/cmac/
H A Dcmac.c151 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) argument
/freebsd-10-stable/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-stable/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp547 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help) argument
601 SBCommand::AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help) argument
/freebsd-10-stable/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-stable/crypto/openssl/crypto/
H A Dex_data.c168 static const CRYPTO_EX_DATA_IMPL *impl = NULL; variable
[all...]
/freebsd-10-stable/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-stable/usr.bin/xlint/lint1/
H A Ddecl.c1696 ename(sym_t *sym, int val, int impl) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp3819 ScriptedSyntheticChildren* impl = new ScriptedSyntheticChildren(SyntheticChildren::Flags(). local
4197 TypeFilterImpl* impl = new TypeFilterImpl(SyntheticChildren::Flags().SetCascades(m_options.m_cascade). local
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_buffer.c685 const char *impl = testdata->setup_data; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2820 static bool needsDestructMethod(ObjCImplementationDecl *impl) { argument
H A DCGObjC.cpp441 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext()); local
1312 emitCXXDestructMethod(CodeGenFunction &CGF, ObjCImplementationDecl *impl) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1451 static bool checkMethodFamilyMismatch(Sema &S, ObjCMethodDecl *impl, argument
2200 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, argument
2910 void searchFrom(ObjCCategoryImplDecl *impl) { argument
2946 searchFrom(ObjCImplementationDecl *impl) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2755 void AddInstanceMethodToGlobalPool(ObjCMethodDecl *Method, bool impl=false) { argument
2760 void AddFactoryMethodToGlobalPool(ObjCMethodDecl *Method, bool impl=false) { argument

Completed in 233 milliseconds