| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LLJIT.h | 284 !impl().ES && in setExecutorProcessControl() 287 impl().EPC = std::move(EPC); in setExecutorProcessControl() 288 return impl(); in setExecutorProcessControl() 293 impl().ES = std::move(ES); in setExecutionSession() 294 return impl(); in setExecutionSession() 302 impl().JTMB = std::move(JTMB); in setJITTargetMachineBuilder() 303 return impl(); in setJITTargetMachineBuilder() 309 return impl().JTMB; in getJITTargetMachineBuilder() 315 impl().DL = std::move(DL); in setDataLayout() 316 return impl(); in setDataLayout() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ui-out.c | 103 struct ui_out_impl *impl; member 744 return uiout->impl->is_mi_like_p; in ui_out_is_mi_like_p() 854 if (!uiout->impl->table_begin) in uo_table_begin() 856 uiout->impl->table_begin (uiout, nbrofcols, nr_rows, tblid); in uo_table_begin() 862 if (!uiout->impl->table_body) in uo_table_body() 864 uiout->impl->table_body (uiout); in uo_table_body() 870 if (!uiout->impl->table_end) in uo_table_end() 872 uiout->impl->table_end (uiout); in uo_table_end() 880 if (!uiout->impl->table_header) in uo_table_header() 882 uiout->impl->table_header (uiout, width, align, col_name, colhdr); in uo_table_header() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Digest/lib/ |
| H A D | Digest.pm | 29 my $impl = $MMAP{$algorithm} || do { 33 $impl = [$impl] unless ref($impl); 36 for (@$impl) {
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | PerGraphGOTAndPLTStubsBuilder.h | 47 if (impl().isGOTEdgeToFix(E)) { in run() 54 impl().fixGOTEdge(E, getGOTEntry(E.getTarget())); in run() 55 } else if (impl().isExternalBranchEdge(E)) { in run() 62 impl().fixPLTEdge(E, getPLTStub(E.getTarget())); in run() 77 auto &GOTEntry = impl().createGOTEntry(Target); in getGOTEntry() 98 auto &StubSymbol = impl().createPLTStub(Target); in getPLTStub() 115 BuilderImplT &impl() { return static_cast<BuilderImplT &>(*this); } in impl() function
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | sshkey.c | 188 const struct sshkey_impl *impl; in sshkey_type() 190 if ((impl = sshkey_impl_from_key(k)) == NULL) in sshkey_type() local 192 return impl->shortname; in sshkey_type() 198 const struct sshkey_impl *impl; in sshkey_ssh_name_from_type_nid() 200 if ((impl = sshkey_impl_from_type_nid(type, nid)) == NULL) in sshkey_ssh_name_from_type_nid() local 202 return impl->name; in sshkey_ssh_name_from_type_nid() 208 const struct sshkey_impl *impl; in sshkey_type_is_cert() 210 if ((impl = sshkey_impl_from_type(type)) == NULL) in sshkey_type_is_cert() local 212 return impl->cert; in sshkey_type_is_cert() 232 const struct sshkey_impl *impl; in sshkey_type_from_name() 234 const struct sshkey_impl *impl; sshkey_type_from_name() local 302 const struct sshkey_impl *impl; sshkey_alg_list() local 330 const struct sshkey_impl *impl; sshkey_names_valid2() local 372 const struct sshkey_impl *impl; sshkey_size() local 384 const struct sshkey_impl *impl; sshkey_type_is_valid_ca() local 583 const struct sshkey_impl *impl = NULL; sshkey_new() local 624 const struct sshkey_impl *impl; sshkey_free_contents() local 677 const struct sshkey_impl *impl; sshkey_equal_public() local 718 const struct sshkey_impl *impl; to_blob_buf() local 1127 const struct sshkey_impl *impl; peek_type_nid() local 1369 const struct sshkey_impl *impl; sshkey_generate() local 1474 const struct sshkey_impl *impl; sshkey_from_private() local 1871 const struct sshkey_impl *impl; sshkey_from_blob_internal() local 2014 const struct sshkey_impl *impl; sshkey_sigalg_by_name() local 2062 const struct sshkey_impl *impl; sshkey_sign() local 2100 const struct sshkey_impl *impl; sshkey_verify() local 2144 const struct sshkey_impl *impl; sshkey_certify_custom() local 2415 const struct sshkey_impl *impl; sshkey_private_serialize_opt() local 2480 const struct sshkey_impl *impl; sshkey_private_deserialize() local [all...] |
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | RWMutex.h | 96 std::shared_mutex impl; variable 98 RWMutexImpl impl; 106 impl.lock_shared(); in lock_shared() 118 impl.unlock_shared(); in unlock_shared() 131 impl.lock(); in lock() 144 impl.unlock(); in unlock()
|
| H A D | Mutex.h | 29 std::recursive_mutex impl; variable 35 impl.lock(); in lock() 47 impl.unlock(); in unlock() 60 return impl.try_lock(); in try_lock()
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | Logger.py | 85 self.impl = NopLogger() 94 self.impl = FileLogger(_lldb_formatters_debug_filename) 96 self.impl = StdoutLogger() 121 self.impl.write(data) 129 self.impl.flush() 132 self.impl.close()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 554 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() argument 555 LLDB_INSTRUMENT_VA(this, name, impl, help); in AddCommand() 557 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand() 563 lldb::SBCommandPluginInterface *impl, in AddCommand() argument 565 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand() 566 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand() 570 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand() argument 572 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand() 576 *m_opaque_ptr, name, impl, help, syntax, /*flags=*/0, in AddCommand() 651 lldb::SBCommandPluginInterface *impl, in AddCommand() argument [all …]
|
| H A D | SBStructuredData.cpp | 41 SBStructuredData::SBStructuredData(const lldb_private::StructuredDataImpl &impl) in SBStructuredData() argument 42 : m_impl_up(new StructuredDataImpl(impl)) { in SBStructuredData() 43 LLDB_INSTRUMENT_VA(this, impl); in SBStructuredData()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | ThreadLauncher.h | 32 std::function<lldb::thread_result_t()> impl; member 35 std::function<lldb::thread_result_t()> impl) in HostThreadCreateInfo() 36 : thread_name(std::move(thread_name)), impl(std::move(impl)) {} in HostThreadCreateInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | TableManager.h | 39 auto &Entry = impl().createEntry(G, Target); in getEntryForTarget() 41 dbgs() << " Created " << impl().getSectionName() << "entry for " in getEntryForTarget() 49 dbgs() << " Using " << impl().getSectionName() << " entry " in getEntryForTarget() 56 TableManagerImplT &impl() { return static_cast<TableManagerImplT &>(*this); } in impl() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 89 lldb::SBCommandPluginInterface *impl, 116 lldb::SBCommandPluginInterface *impl, 146 lldb::SBCommandPluginInterface *impl, 337 lldb::SBCommandPluginInterface *impl, 364 lldb::SBCommandPluginInterface *impl, 398 lldb::SBCommandPluginInterface *impl,
|
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | Makefile.am | 42 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
|
| H A D | ChangeLog | 111 * mf-impl.h (enum __mf_state_enum): Expand comment. Add in_malloc. 168 * mf-impl.h (dyn_pthread_join, dyn_pthread_exit): Remove. 207 * mf-impl.h (mudflap_mode, violation_mode): Make these ordinary 238 * mf-impl.h: Likewise. 266 * mf-impl.h (uintptr_t): Get typedef via stdint.h or define explicitly. 421 * mf-impl.h (__mf_options): Add ignore_reads and timestamps fields. 426 * mf-impl.h (MF_VALIDATE_EXTENT): Support ignore_reads option. 516 * mf-impl.h (BEGIN_PROTECT): Remove some trace text. 628 * mf-impl.h: Added libgcc license header. 768 * mf-impl.h (BEGIN_PROTECT): Handle starting_p case. [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/synthetic/ |
| H A D | gnu_libstdcpp.py | 276 self.impl = self.valobj.GetChildMemberWithName('_M_impl') 278 if (not self.data_type.IsValid()) or (not self.impl.IsValid()): 314 self.node = self.impl.GetChildMemberWithName('_M_head') 332 self.node = self.impl.GetChildMemberWithName('_M_node') 410 impl = self.valobj.GetChildMemberWithName('_M_impl') 411 self.start = impl.GetChildMemberWithName('_M_start') 412 self.finish = impl.GetChildMemberWithName('_M_finish') 413 self.end = impl.GetChildMemberWithName('_M_end_of_storage') 481 self.impl = self.StdVBoolImplementation( 484 self.impl = self.StdVectorImplementation(valobj) [all …]
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/support/ |
| H A D | encoded_file.py | 15 def impl(s): function 24 return impl
|
| /openbsd-src/lib/libcrypto/hmac/ |
| H A D | hmac.c | 71 ENGINE *impl) in HMAC_Init_ex() argument 96 if (!EVP_DigestInit_ex(&ctx->md_ctx, md, impl)) in HMAC_Init_ex() 119 if (!EVP_DigestInit_ex(&ctx->i_ctx, md, impl)) in HMAC_Init_ex() 126 if (!EVP_DigestInit_ex(&ctx->o_ctx, md, impl)) in HMAC_Init_ex()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | optimize2.C | 70 Impl *impl = new Impl(); in main() local 72 impl->test( Thing ()); // This will use a thunk in main()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 142 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive() 146 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive() 150 return getImpl(impl).stmtsToLiveness[Loc].isLive(Val); in isLive() 511 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks() 513 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks() 516 LiveVariables::LiveVariables(void *im) : impl(im) {} in LiveVariables() 519 delete (LiveVariablesImpl*) impl; in ~LiveVariables() 579 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness() 625 getImpl(impl).dumpExprLiveness(M); in dumpExprLiveness()
|
| /openbsd-src/lib/libcrypto/ |
| H A D | ex_data.c | |
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | ThreadLauncher.cpp | 26 std::function<thread_result_t()> impl, in LaunchThread() argument 30 auto info_up = std::make_unique<HostThreadCreateInfo>(name.str(), impl); in LaunchThread()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | LiveVariables.h | 108 LiveVariables(void *impl); 109 void *impl; variable
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | cpu.c | 239 int impl, vers; in cpu_attach() local 249 impl = IU_IMPL(ver); in cpu_attach() 360 if (impl == IMPL_HUMMINGBIRD) in cpu_attach() 371 int impl; in cpu_myid() local 386 impl = (getver() & VER_IMPL) >> VER_IMPL_SHIFT; in cpu_myid() 387 switch (impl) { in cpu_myid()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util_posix.cpp | 349 Impl *impl = (Impl*)arg; in ScopedThreadCallback() local 352 (Event *)atomic_load(&impl->event, __tsan::memory_order_acquire); in ScopedThreadCallback() 358 atomic_store(&impl->event, 0, __tsan::memory_order_release); in ScopedThreadCallback() 361 impl->HandleEvent(ev); in ScopedThreadCallback() 362 atomic_store(&impl->event, 0, __tsan::memory_order_release); in ScopedThreadCallback()
|