Searched refs:to_add (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000211-1.c62 int to_add = minlen - cclen; local
63 while (to_add > 0)
66 to_add--;
74 int to_add = minlen - cclen; local
75 while (to_add > 0)
78 to_add--;
/openbsd-current/usr.sbin/nsd/
H A Dxfrd-catalog-zones.c585 struct catalog_member_zone* to_add; local
829 to_add= catalog_member_zone_create(xfrd->nsd->options->region);
830 to_add->options.name = region_strdup(
832 to_add->options.pattern = pattern;
834 &to_add->options)) {
839 &to_add->options);
842 to_add->member_id = dname_copy( xfrd->nsd->options->region
845 to_add->node.key = to_add;
846 if(!rbtree_insert( &consumer_zone->member_ids, &to_add
969 struct xfrd_producer_member* to_add; local
1236 struct xfrd_producer_member* to_add = producer_zone->to_add; local
[all...]
H A Dxfrd-catalog-zones.h54 struct xfrd_producer_member* to_add; member in struct:xfrd_catalog_producer_zone
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp415 MemoryRegionInfos to_add;
432 to_add.emplace_back();
433 to_add.back().GetRange() = section_range;
434 to_add.back().SetLLDBPermissions(section_sp->GetPermissions());
435 to_add.back().SetMapped(MemoryRegionInfo::eYes);
436 to_add.back().SetName(module_sp->GetFileSpec().GetPath().c_str());
441 m_memory_regions->insert(m_memory_regions->end(), to_add.begin(),
442 to_add.end());
/openbsd-current/gnu/gcc/gcc/
H A Dtree-scalar-evolution.c658 add_to_evolution_1 (unsigned loop_nb, tree chrec_before, tree to_add,
688 to_add = chrec_convert (type, to_add, at_stmt);
690 right = chrec_fold_plus (type, right, to_add);
697 to_add, at_stmt);
710 right = chrec_convert (chrec_type (left), to_add, at_stmt);
851 tree to_add, tree at_stmt)
853 tree type = chrec_type (to_add);
856 if (to_add == NULL_TREE)
861 if (TREE_CODE (to_add)
657 add_to_evolution_1(unsigned loop_nb, tree chrec_before, tree to_add, tree at_stmt) argument
849 add_to_evolution(unsigned loop_nb, tree chrec_before, enum tree_code code, tree to_add, tree at_stmt) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp1013 std::string to_add = completion.GetCompletion(); local
1016 to_add.push_back(request.GetParsedArg().GetQuoteChar());
1017 to_add.push_back(' ');
1019 el_insertstr(m_editline, to_add.c_str());
1021 if (to_add == " ")
1026 std::string to_add = completion.GetCompletion(); local
1027 to_add = to_add.substr(request.GetCursorArgumentPrefix().size());
1028 el_insertstr(m_editline, to_add.c_str());
1066 if (std::optional<std::string> to_add
[all...]
/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin-crt3.c332 const struct one_atexit_routine * to_add)
343 s->r = *to_add;
331 add_routine(struct keymgr_atexit_list * g, const struct one_atexit_routine * to_add) argument
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/
H A DRequirements.pm217 my $to_add = $type eq 'exact_version' ? $type : "add_$type";
230 *$to_add = $code;

Completed in 95 milliseconds