Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAllocatorList.h48 list_type List; variable
133 : AllocatorT(std::move(X.getAlloc())), List(std::move(X.List)) {} in AllocatorList()
136 List.cloneFrom(X.List, Cloner(*this), Disposer(*this)); in AllocatorList()
141 List = std::move(X.List);
147 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
154 List.swap(RHS.List); in swap()
158 bool empty() { return List.empty(); } in empty()
159 size_t size() { return List.size(); } in size()
161 iterator begin() { return iterator(List.begin()); } in begin()
162 iterator end() { return iterator(List.end()); } in end()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZProcessors.td23 def : ProcessorModel<"arch8", NoSchedModel, Arch8SupportedFeatures.List>;
24 def : ProcessorModel<"z10", NoSchedModel, Arch8SupportedFeatures.List>;
26 def : ProcessorModel<"arch9", Z196Model, Arch9SupportedFeatures.List>;
27 def : ProcessorModel<"z196", Z196Model, Arch9SupportedFeatures.List>;
29 def : ProcessorModel<"arch10", ZEC12Model, Arch10SupportedFeatures.List>;
30 def : ProcessorModel<"zEC12", ZEC12Model, Arch10SupportedFeatures.List>;
32 def : ProcessorModel<"arch11", Z13Model, Arch11SupportedFeatures.List>;
33 def : ProcessorModel<"z13", Z13Model, Arch11SupportedFeatures.List>;
35 def : ProcessorModel<"arch12", Z14Model, Arch12SupportedFeatures.List>;
36 def : ProcessorModel<"z14", Z14Model, Arch12SupportedFeatures.List>;
[all …]
H A DSystemZFeatures.td22 list<SystemZFeature> List = x;
342 : SystemZFeatureAdd<Arch8SupportedFeatures.List, Arch9NewFeatures.List>;
344 : SystemZFeatureAdd<Arch9SupportedFeatures.List, Arch10NewFeatures.List>;
346 : SystemZFeatureAdd<Arch10SupportedFeatures.List, Arch11NewFeatures.List>;
348 : SystemZFeatureAdd<Arch11SupportedFeatures.List, Arch12NewFeatures.List>;
350 : SystemZFeatureAdd<Arch12SupportedFeatures.List, Arch13NewFeatures.List>;
352 : SystemZFeatureAdd<Arch13SupportedFeatures.List, Arch14NewFeatures.List>;
357 : SystemZFeatureAdd<Arch14UnsupportedFeatures.List, Arch14NewFeatures.List>;
359 : SystemZFeatureAdd<Arch13UnsupportedFeatures.List, Arch13NewFeatures.List>;
361 : SystemZFeatureAdd<Arch12UnsupportedFeatures.List, Arch12NewFeatures.List>;
[all …]
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dhash.h44 typedef struct list List; typedef
46 List *getlist PROTO((void));
47 Node *findnode PROTO((List * list, const char *key));
48 Node *findnode_fn PROTO((List * list, const char *key));
50 int insert_before PROTO((List * list, Node * marker, Node * p));
51 int addnode PROTO((List * list, Node * p));
52 int addnode_at_front PROTO((List * list, Node * p));
53 int walklist PROTO((List * list, int (*)(Node *n, void *closure), void *closure));
54 int list_isempty PROTO ((List *list));
55 void dellist PROTO((List ** listp));
[all …]
H A Dfind_names.c21 static int find_dirs PROTO((char *dir, List * list, int checkadm,
22 List *entries));
23 static int find_rcs PROTO((char *dir, List * list));
27 static List *filelist;
58 List *
63 List **optentries;
65 List *entries;
66 List *files;
131 List *dirlist = (List *) closure;
157 List *entries = (List *) closure;
[all …]
H A Dhash.c17 static List *listcache = NULL;
47 List *
51 List *list; in getlist()
59 list->next = (List *) NULL; in getlist()
66 list = (List *) xmalloc (sizeof (List)); in getlist()
67 memset ((char *) list, 0, sizeof (List)); in getlist()
81 List **listp; in dellist()
86 if (*listp == (List *) NULL)
125 *listp = (List *) NULL;
231 List *list; in insert_before()
[all …]
H A Drcs.h78 List *symbols;
82 List *versions;
95 List *locks;
113 List *other;
135 List *other;
151 List *branches;
156 List *other;
158 List *other_delta;
161 List *hardlinks;
210 List *RCS_symbols PROTO((RCSNode *rcs));
[all …]
H A Dcvs.h403 extern List *root_directories;
417 extern List *dirs_sent_to_server; /* used to decide which "Argument
453 List *Find_Directories PROTO((char *repository, int which, List *entries));
454 void Entries_Close PROTO((List *entries));
455 List *Entries_Open PROTO ((int aflag, char *update_dir));
456 void Subdirs_Known PROTO((List *entries));
457 void Subdir_Register PROTO((List *, const char *, const char *));
458 void Subdir_Deregister PROTO((List *, const char *, const char *));
543 void Scratch_Entry PROTO((List * list, char *fname));
561 extern void ignore_files PROTO ((List *, List *, char *, Ignore_proc));
[all …]
H A Dhardlink.h26 extern List *hardlist;
31 List *list_linked_files_on_disk PROTO ((char *));
32 int compare_linkage_lists PROTO ((List *, List *));
H A Dhardlink.c40 List *hardlist; /* Record hardlink information for working files */
99 p = findnode ((List *) hp->data, filepath);
106 (void) addnode ((List *) hp->data, p);
159 List *
200 sortlist ((List *) n->data, fsortcmp);
203 return (List *) n->data;
219 List *links1; in compare_linkage_lists()
220 List *links2;
/openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/t/
H A D07_listy.t3 BEGIN {use_ok('I18N::LangTags::List');}
5 note("Perl v$], I18N::LangTags::List v$I18N::LangTags::List::VERSION");
7 is(I18N::LangTags::List::name('fr'), 'French');
8 isnt(I18N::LangTags::List::name('fr-fr'), undef);
9 is(I18N::LangTags::List::name('El Zorcho'), undef);
10 is(I18N::LangTags::List::name(), undef);
12 isnt(I18N::LangTags::List::is_decent(), undef);
25 is(I18N::LangTags::List::is_decent($tag), $expect,
26 "I18N::LangTags::List::is_decent('$tag')");
H A D05_main.t59 note("Now the ::List tests...");
60 note("# Perl v$], I18N::LangTags::List v$I18N::LangTags::List::VERSION");
62 use I18N::LangTags::List;
102 my $name = I18N::LangTags::List::name($lt);
103 isnt($name, undef, "I18N::LangTags::List::name('$lt')");
107 is(I18N::LangTags::List::name('az-Latn'), $correct,
109 is(I18N::LangTags::List::name('az-latn'), $correct,
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h253 void printList(StringRef Label, const ArrayRef<T> List) { in printList() argument
255 for (const auto &Item : List) in printList()
260 virtual void printList(StringRef Label, const ArrayRef<bool> List) { in printList() argument
261 printListImpl(Label, List); in printList()
264 virtual void printList(StringRef Label, const ArrayRef<std::string> List) { in printList() argument
265 printListImpl(Label, List); in printList()
268 virtual void printList(StringRef Label, const ArrayRef<uint64_t> List) { in printList() argument
269 printListImpl(Label, List); in printList()
272 virtual void printList(StringRef Label, const ArrayRef<uint32_t> List) { in printList() argument
273 printListImpl(Label, List); in printList()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate44.C5 class List {
12 List() : len( 0 ), array( 0 ) {} in List() function
29 void AlgoFixupSort(List< T >* , int, int ) { in AlgoFixupSort()
34 void (*fixup)( List<T> *, int first, int last), in AlgoSort()
35 List< T >* theList, int first, int last) { in AlgoSort()
46 void AlgoSort(List< T >* theList, int first = 0, int last = -1) {
48 void (*fixup)( List<T> *, int first, int last) = AlgoFixupSort;
56 List<const char *> slist; in main()
59 List<int> ilist; in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error3.C42 class List : public Chain {
48 virtual void copy(const List& other) = 0;
50 List() : item_count(0), cursor_position(0) { }; in List() function
68 friend const bool operator==(const List& left,
69 const List& right);
70 friend const bool operator!=(const List& left,
71 const List& right);
101 class Fixed_List: public List, private Array {
105 virtual void copy(const List& other);
107 Fixed_List(const List& other);
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A D00version.t7 use List::Util ();
8 use List::Util::XS ();
12 is( $Scalar::Util::VERSION, $List::Util::VERSION, "VERSION mismatch between Scalar/List");
14 my $xs_version = $has_xs ? $List::Util::VERSION : undef;
15 is( $List::Util::XS::VERSION, $xs_version, "VERSION mismatch between LU::XS and LU");
17 is( $Sub::Util::VERSION, $List::Util::VERSION, "VERSION mistmatch between Sub/List");
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h72 uptr getOverheadSize() const { return List.size() * sizeof(QuarantineBatch); } in getOverheadSize()
75 if (List.empty() || List.back()->Count == QuarantineBatch::MaxCount) { in enqueue()
82 List.back()->push_back(Ptr, Size); in enqueue()
88 List.append_back(&From->List); in transfer()
94 List.push_back(B); in enqueueBatch()
99 if (List.empty()) in dequeueBatch()
101 QuarantineBatch *B = List.front(); in dequeueBatch()
102 List.pop_front(); in dequeueBatch()
109 QuarantineBatch *Current = List.front(); in mergeBatches()
118 List.extract(Current, Extracted); in mergeBatches()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclContextInternals.h47 Decls List = Data.getPointer(); in erase_if() local
48 if (!List) in erase_if()
55 if (!ShouldErase(*DeclListNode::iterator(List))) { in erase_if()
57 *NewTail = List; in erase_if()
58 if (auto *Node = List.dyn_cast<DeclListNode*>()) { in erase_if()
60 List = Node->Rest; in erase_if()
64 } else if (DeclListNode *N = List.dyn_cast<DeclListNode*>()) { in erase_if()
65 List = N->Rest; in erase_if()
101 Decls List = Data.getPointer(); in MaybeDeallocList() local
102 while (DeclListNode *ToDealloc = List.dyn_cast<DeclListNode *>()) { in MaybeDeallocList()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPluginLoader.cpp25 std::vector<std::string> List; member
43 P.List.push_back(Filename); in operator =()
50 return P.List.size(); in getNumPlugins()
56 assert(num < P.List.size() && "Asking for an out of bounds plugin"); in getPlugin()
57 return P.List[num]; in getPlugin()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2806.C4 class List
7 List();
12 void List<T>::f() const in f()
18 List<int> list; in func()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h33 struct List { struct
37 List(DwarfCompileUnit *CU, size_t EntryOffset) in List() argument
48 SmallVector<List, 4> Lists;
61 const List &getList(size_t LI) const { return Lists[LI]; } in getList()
62 ArrayRef<List> getLists() const { return Lists; } in getLists()
110 ArrayRef<Entry> getEntries(const List &L) const { in getEntries()
127 size_t getIndex(const List &L) const { in getIndex()
187 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder() argument
188 : Locs(List.getLocs()) { in EntryBuilder()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dttp3.C15 class List { };
17 vector<class List> data; // { dg-error "argument is required|ISO C" "" }
21 class List { }; // { dg-bogus "previous declaration" "" { xfail *-*-* } }
26 vector<class List > data; // { dg-bogus "`struct List' redeclared|type/value mismatch" "" { xfail *…
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/
H A DUtil.pm7 package List::Util;
43 sub List::Util::_Pair::key { shift->[0] } subroutine
44 sub List::Util::_Pair::value { shift->[1] } subroutine
45 sub List::Util::_Pair::TO_JSON { [ @{+shift} ] } subroutine
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DTree.cpp261 const auto *L = dyn_cast<List>(T); in assertInvariants()
311 std::vector<syntax::List::ElementAndDelimiter<syntax::Node>>
312 syntax::List::getElementsAsNodesAndDelimiters() { in getElementsAsNodesAndDelimiters()
316 std::vector<syntax::List::ElementAndDelimiter<Node>> Children; in getElementsAsNodesAndDelimiters()
339 case syntax::List::TerminationKind::Separated: { in getElementsAsNodesAndDelimiters()
343 case syntax::List::TerminationKind::Terminated: in getElementsAsNodesAndDelimiters()
344 case syntax::List::TerminationKind::MaybeTerminated: { in getElementsAsNodesAndDelimiters()
357 std::vector<syntax::Node *> syntax::List::getElementsAsNodes() { in getElementsAsNodes()
383 case syntax::List::TerminationKind::Separated: { in getElementsAsNodes()
387 case syntax::List::TerminationKind::Terminated: in getElementsAsNodes()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp37 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs() local
39 array_pod_sort(List.begin(), List.end(), SortSymbolPair); in getSortedStubs()
42 return List; in getSortedStubs()

12345678910>>...23