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

1234

/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp58 namespace impl = atf::fs;
65 static bool safe_access(const impl::path&, int, int);
76 safe_access(const impl::path& p, int mode, int experr)
108 impl::path::path(const std::string& s)
115 impl::path::path(const path& p)
122 impl::path::path(const atf_fs_path_t *p)
129 impl::path::~path(void)
135 impl::path::c_str(void)
142 impl::path::c_path(void)
149 impl
[all...]
H A Dprocess.cpp41 namespace impl = atf::process;
82 impl::argv_array::argv_array(void) :
87 impl::argv_array::argv_array(const char* arg1, ...)
104 impl::argv_array::argv_array(const char* const* ca) :
110 impl::argv_array::argv_array(const argv_array& a) :
117 impl::argv_array::ctor_init_exec_argv(void)
123 impl::argv_array::exec_argv(void)
129 impl::argv_array::size_type
130 impl::argv_array::size(void)
137 impl
[all...]
H A Denv.cpp36 namespace impl = atf::env;
44 impl::get(const std::string& name)
50 impl::get(const std::string& name, const std::string& default_value)
56 impl::has(const std::string& name)
62 impl::set(const std::string& name, const std::string& val)
70 impl::unset(const std::string& name)
H A Dapplication.cpp54 namespace impl = atf::application;
61 impl::usage_error::usage_error(const char *fmt, ...)
72 impl::usage_error::~usage_error(void)
78 impl::usage_error::what(void)
88 impl::option::option(char ch,
98 impl::option::operator<(const impl::option& o)
104 impl::app::app(const std::string& description,
114 impl::app::~app(void)
119 impl
[all...]
H A Dtext.cpp42 namespace impl = atf::text;
46 impl::duplicate(const char* str)
54 impl::match(const std::string& str, const std::string& regex)
80 impl::to_lower(const std::string& str)
90 impl::split(const std::string& str, const std::string& delim)
106 impl::trim(const std::string& str)
122 impl::to_bool(const std::string& str)
134 impl::to_bytes(std::string str)
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dcheck.cpp39 namespace impl = atf::check;
46 impl::check_result::check_result(const atf_check_result_t* result)
51 impl::check_result::~check_result(void)
57 impl::check_result::exited(void)
64 impl::check_result::exitcode(void)
72 impl::check_result::signaled(void)
79 impl::check_result::termsig(void)
87 impl::check_result::stdout_path(void) const
93 impl::check_result::stderr_path(void) const
103 impl
[all...]
H A Dtests.cpp74 namespace impl = atf::tests;
145 static std::map< atf_tc_t*, impl::tc* > wraps;
146 static std::map< const atf_tc_t*, const impl::tc* > cwraps;
148 struct impl::tc_impl {
168 std::map< atf_tc_t*, impl::tc* >::iterator iter = wraps.find(tc);
176 std::map< const atf_tc_t*, const impl::tc* >::const_iterator iter =
185 std::map< const atf_tc_t*, const impl::tc* >::const_iterator iter =
192 impl::tc::tc(const std::string& ident, const bool has_cleanup) :
197 impl::tc::~tc(void)
206 impl
[all...]
H A Dbuild.cpp37 namespace impl = atf::build;
76 impl::c_o(const std::string& sfile, const std::string& ofile,
90 impl::cpp(const std::string& sfile, const std::string& ofile,
104 impl::cxx_o(const std::string& sfile, const std::string& ofile,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMutex.h29 std::recursive_mutex impl; member in class:llvm::sys::SmartMutex
35 impl.lock();
48 impl.unlock();
62 return impl.try_lock();
H A DRWMutex.h98 std::shared_mutex impl; member in class:llvm::sys::SmartRWMutex
101 std::shared_timed_mutex impl;
103 RWMutexImpl impl;
112 impl.lock_shared();
124 impl.unlock_shared();
137 impl.lock();
150 impl.unlock();
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c92 rc->impl =
95 if (!rc->impl) {
103 old_impl = (struct old_if *) rc->impl;
113 if (strcmp(rc->impl->osm_version, osm->osm_version)) {
117 plugin_name, rc->impl->osm_version);
121 if (!rc->impl->create) {
128 rc->plugin_data = rc->impl->create(osm);
146 if (plugin->impl->delete)
147 plugin->impl->delete(plugin->plugin_data);
/freebsd-11-stable/lib/libc/include/
H A Dcompat.h38 #define __sym_compat(sym,impl,verid) \
39 .symver impl, sym@verid
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h32 if (impl().isGOTEdge(E))
33 impl().fixGOTEdge(E, getGOTEntrySymbol(E.getTarget()));
34 else if (impl().isExternalBranchEdge(E))
35 impl().fixExternalBranchEdge(E, getStubSymbol(E.getTarget()));
46 auto &GOTEntry = impl().createGOTEntry(Target);
61 auto &StubSymbol = impl().createStub(Target);
72 BuilderImpl &impl() { return static_cast<BuilderImpl &>(*this); } function in class:llvm::jitlink::BasicGOTAndStubsBuilder
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h216 impl().JTMB = std::move(JTMB);
217 return impl();
223 return impl().JTMB;
232 impl().CreateObjectLinkingLayer = std::move(CreateObjectLinkingLayer);
233 return impl();
244 impl().CreateCompileFunction = std::move(CreateCompileFunction);
245 return impl();
257 impl().NumCompileThreads = NumCompileThreads;
258 return impl();
263 if (auto Err = impl()
274 SetterImpl &impl() { return static_cast<SetterImpl &>(*this); } function in class:llvm::orc::LLJITBuilderSetters
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dbusdma_machdep.c144 common->impl = &bus_dma_bounce_impl;
167 common->impl = parent->impl;
210 error = tc->impl->tag_create(parent, alignment,
223 return (tc->impl->tag_destroy(dmat));
236 return (tc->impl->map_create(dmat, flags, mapp));
249 return (tc->impl->map_destroy(dmat, map));
265 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp));
278 tc->impl->mem_free(dmat, vaddr, map);
288 return (tc->impl
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dbusdma_machdep.c140 common->impl = &bus_dma_bounce_impl;
163 common->impl = parent->impl;
206 error = tc->impl->tag_create(parent, alignment,
219 return (tc->impl->tag_destroy(dmat));
232 return (tc->impl->map_create(dmat, flags, mapp));
245 return (tc->impl->map_destroy(dmat, map));
261 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp));
274 tc->impl->mem_free(dmat, vaddr, map);
288 return (tc->impl
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A DMakefile.am42 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
44 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
46 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
48 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
50 pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Ddigest.c146 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) argument
180 if (impl) {
181 if (!ENGINE_init(impl)) {
187 impl = ENGINE_get_digest_engine(type->type);
188 if (impl) {
190 const EVP_MD *d = ENGINE_get_digest(impl, type->type);
194 ENGINE_finish(impl);
203 ctx->engine = impl;
352 ENGINE *impl)
359 ret = EVP_DigestInit_ex(&ctx, type, impl)
350 EVP_Digest(const void *data, size_t count, unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dui-out.c103 struct ui_out_impl *impl; member in struct:ui_out
218 &default_ui_out_impl, /* impl */
744 return uiout->impl->is_mi_like_p;
854 if (!uiout->impl->table_begin)
856 uiout->impl->table_begin (uiout, nbrofcols, nr_rows, tblid);
862 if (!uiout->impl->table_body)
864 uiout->impl->table_body (uiout);
870 if (!uiout->impl->table_end)
872 uiout->impl->table_end (uiout);
880 if (!uiout->impl
1139 ui_out_new(struct ui_out_impl *impl, struct ui_out_data *data, int flags) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cmac/
H A Dcmac.h74 const EVP_CIPHER *cipher, ENGINE *impl);
/freebsd-11-stable/sys/arm64/include/
H A Dcpu.h105 #define CPU_ID_RAW(impl, part, var, rev) \
106 (CPU_IMPL_TO_MIDR((impl)) | \
110 #define CPU_MATCH(mask, impl, part, var, rev) \
112 ((mask) & CPU_ID_RAW((impl), (part), (var), (rev))))
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h115 lldb::SBCommandPluginInterface *impl,
119 lldb::SBCommandPluginInterface *impl,
287 lldb::SBCommandPluginInterface *impl,
291 lldb::SBCommandPluginInterface *impl,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h107 LiveVariables(void *impl);
108 void *impl; member in class:clang::LiveVariables
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhmac.c69 const EVP_MD *md, ENGINE *impl)
87 if ((impl || ctx->i_ctx.engine)
96 if (!impl && !ctx->i_ctx.engine)
118 if (!EVP_DigestInit_ex(&ctx->md_ctx, md, impl))
139 if (!EVP_DigestInit_ex(&ctx->i_ctx, md, impl))
146 if (!EVP_DigestInit_ex(&ctx->o_ctx, md, impl))
68 HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md, ENGINE *impl) argument
/freebsd-11-stable/crypto/openssl/crypto/
H A Dex_data.c168 static const CRYPTO_EX_DATA_IMPL *impl = NULL; variable
171 * To call "impl" functions, use this macro rather than referring to 'impl'
174 #define EX_IMPL(a) impl->cb_##a
196 * Internal function that checks whether "impl" is set and if not, sets it to
202 if (!impl)
203 impl = &impl_default;
211 #define IMPL_CHECK if(!impl) impl_check();
216 IMPL_CHECK return impl;
223 if (!impl) {
[all...]

Completed in 151 milliseconds

1234