Searched refs:list_type (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h26 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>;
27 using instr_iterator = typename list_type::iterator;
28 using nonconst_instr_iterator = typename list_type::iterator;
29 using const_instr_iterator = typename list_type::const_iterator;
32 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>;
33 using instr_iterator = typename list_type::reverse_iterator;
34 using nonconst_instr_iterator = typename list_type::reverse_iterator;
35 using const_instr_iterator = typename list_type::const_reverse_iterator;
38 using list_type = simple_ilist<T, ilist_sentinel_tracking<true>>;
39 using instr_iterator = typename list_type
[all...]
/openbsd-current/usr.bin/openssl/
H A Dopenssl.c527 int list_type; local
531 list_type = FUNC_TYPE_GENERAL;
533 list_type = FUNC_TYPE_MD;
535 list_type = FUNC_TYPE_MD_ALG;
537 list_type = FUNC_TYPE_PKEY;
539 list_type = FUNC_TYPE_CIPHER_ALG;
541 list_type = FUNC_TYPE_CIPHER;
544 if (list_type == FUNC_TYPE_PKEY)
546 if (list_type == FUNC_TYPE_MD_ALG)
548 if (list_type
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DAllocatorList.h46 using list_type = simple_ilist<Node>;
48 list_type List;
82 using size_type = typename list_type::size_type;
83 using difference_type = typename list_type::difference_type;
123 using iterator = IteratorImpl<T, typename list_type::iterator>;
125 IteratorImpl<T, typename list_type::reverse_iterator>;
127 IteratorImpl<const T, typename list_type::const_iterator>;
129 IteratorImpl<const T, typename list_type::const_reverse_iterator>;
/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DJob.h276 using list_type = SmallVector<std::unique_ptr<Command>, 4>;
277 using size_type = list_type::size_type;
278 using iterator = llvm::pointee_iterator<list_type::iterator>;
279 using const_iterator = llvm::pointee_iterator<list_type::const_iterator>;
282 list_type Jobs;
294 const list_type &getJobs() const { return Jobs; }
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp182 CompilerType list_type = m_backend.GetCompilerType(); local
183 if (list_type.IsReferenceType())
184 list_type = list_type.GetNonReferenceType();
186 if (list_type.GetNumTemplateArguments() == 0)
188 m_element_type = list_type.GetTypeTemplateArgument(0);
/openbsd-current/usr.bin/mandoc/
H A Dman_html.c451 char list_type; local
454 list_type = list_continues(roff_node_prev(nn), nn);
455 if (list_type == '\0') {
457 list_type = list_continues(nn, roff_node_next(nn));
458 if (list_type == '\0')
459 list_type = ' ';
460 switch (list_type) {
481 body_elem = list_type == ' ' ? TAG_DD : TAG_LI;
/openbsd-current/usr.bin/dig/
H A Dhost.c46 static dns_rdatatype_t list_type = dns_rdatatype_a; variable
245 (list_type == dns_rdatatype_any ||
246 rdataset->type == list_type)) ||
664 list_type = dns_rdatatype_any;
670 list_type = rdtype;
672 list_type = rdtype;
695 list_type = dns_rdatatype_any;
/openbsd-current/gnu/llvm/lldb/examples/synthetic/
H A Dlibcxx.py329 list_type = self.valobj.GetType().GetUnqualifiedType()
330 if list_type.IsReferenceType():
331 list_type = list_type.GetDereferencedType()
332 if list_type.GetNumberOfTemplateArguments() > 0:
333 data_type = list_type.GetTemplateArgumentType(0)
H A Dgnu_libstdcpp.py263 list_type = self.valobj.GetType().GetUnqualifiedType()
264 if list_type.IsReferenceType():
265 list_type = list_type.GetDereferencedType()
266 if list_type.GetNumberOfTemplateArguments() > 0:
267 return list_type.GetTemplateArgumentType(0)
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DBlackBox.pm1488 my $list_type;
1491 $list_type = $self->_get_initial_item_type($paras->[0]);
1496 $list_type = 'empty';
1508 $list_type = 'block';
1510 $para->[1]{'~type'} = $list_type;
1536 DEBUG > 1 and print STDERR "=over found of type $list_type\n";
1539 $self->_handle_element_start((my $scratch = 'over-' . $list_type), $para->[1]);
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c2659 build_method_prototype_list_template (list_type, size)
2660 tree list_type;
2681 decl_specs = build_tree_list (NULL_TREE, list_type);
3704 build_ivar_list_template (list_type, size)
3705 tree list_type;
3724 decl_specs = build_tree_list (NULL_TREE, list_type);
3744 build_method_list_template (list_type, size)
3745 tree list_type;
3777 decl_specs = build_tree_list (NULL_TREE, list_type);
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c4213 build_method_prototype_list_template (tree list_type, int size)
4228 (list_type,
5075 build_ivar_list_template (tree list_type, int size)
5088 (list_type,
5106 build_method_list_template (tree list_type, int size)
5124 (list_type,
4205 build_method_prototype_list_template(tree list_type, int size) argument
5066 build_ivar_list_template(tree list_type, int size) argument
5097 build_method_list_template(tree list_type, int size) argument

Completed in 281 milliseconds