Searched defs:InitFunc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/child/webcrypto/openssl/
H A Drsa_oaep_openssl.cc24 typedef int (*InitFunc)(EVP_PKEY_CTX* ctx); typedef in namespace:content::webcrypto::__anon7541
38 Status CommonEncryptDecrypt(InitFunc init_func,
/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp315 llvm::Function *InitFunc) {
313 EmitThreadLocalInitFuncs( ArrayRef<std::pair<const VarDecl *, llvm::GlobalVariable *> > Decls, llvm::Function *InitFunc) argument
H A DItaniumCXXABI.cpp240 llvm::Function *InitFunc) override;
1872 llvm::Function *InitFunc) {
1892 if (InitFunc)
1894 InitFunc);
1870 EmitThreadLocalInitFuncs( ArrayRef<std::pair<const VarDecl *, llvm::GlobalVariable *> > Decls, llvm::Function *InitFunc) argument

Completed in 689 milliseconds