@@ -119,6 +119,30 @@ signatureMatches
119
119
| stl.h:306:8:306:13 | assign | (const_iterator,const T &) | vector<T> | insert | 1 |
120
120
| stl.h:306:8:306:13 | assign | (const_iterator,const T &) | vector<T> | insert | 1 |
121
121
| stl.h:306:8:306:13 | assign | (const_iterator,const T &) | vector<T> | insert | 1 |
122
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | deque<T,Allocator> | assign | 0 |
123
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | deque<T,Allocator> | assign | 0 |
124
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | deque<T,Allocator> | assign | 0 |
125
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | deque<T,Allocator> | assign | 1 |
126
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | deque<T,Allocator> | assign | 1 |
127
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | deque<T,Allocator> | assign | 1 |
128
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | forward_list<T,Allocator> | assign | 0 |
129
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | forward_list<T,Allocator> | assign | 0 |
130
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | forward_list<T,Allocator> | assign | 0 |
131
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | forward_list<T,Allocator> | assign | 1 |
132
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | forward_list<T,Allocator> | assign | 1 |
133
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | forward_list<T,Allocator> | assign | 1 |
134
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | list<T,Allocator> | assign | 0 |
135
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | list<T,Allocator> | assign | 0 |
136
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | list<T,Allocator> | assign | 0 |
137
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | list<T,Allocator> | assign | 1 |
138
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | list<T,Allocator> | assign | 1 |
139
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | list<T,Allocator> | assign | 1 |
140
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | vector<T,Allocator> | assign | 0 |
141
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | vector<T,Allocator> | assign | 0 |
142
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | vector<T,Allocator> | assign | 0 |
143
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | vector<T,Allocator> | assign | 1 |
144
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | vector<T,Allocator> | assign | 1 |
145
+ | stl.h:306:8:306:13 | assign | (size_type,const T &) | vector<T,Allocator> | assign | 1 |
122
146
| stl.h:331:12:331:17 | insert | (const_iterator,T &&) | deque<T> | insert | 0 |
123
147
| stl.h:331:12:331:17 | insert | (const_iterator,T &&) | deque<T> | insert | 1 |
124
148
| stl.h:331:12:331:17 | insert | (const_iterator,T &&) | forward_list<T> | insert_after | 0 |
@@ -297,6 +321,14 @@ getSignatureParameterName
297
321
| (list &&) | list | list | 0 | list && |
298
322
| (list &&,const Allocator &) | list<T,Allocator> | list | 0 | list && |
299
323
| (list &&,const Allocator &) | list<T,Allocator> | list | 1 | const class:1 & |
324
+ | (size_type,const T &) | deque<T,Allocator> | assign | 0 | size_type |
325
+ | (size_type,const T &) | deque<T,Allocator> | assign | 1 | const class:0 & |
326
+ | (size_type,const T &) | forward_list<T,Allocator> | assign | 0 | size_type |
327
+ | (size_type,const T &) | forward_list<T,Allocator> | assign | 1 | const class:0 & |
328
+ | (size_type,const T &) | list<T,Allocator> | assign | 0 | size_type |
329
+ | (size_type,const T &) | list<T,Allocator> | assign | 1 | const class:0 & |
330
+ | (size_type,const T &) | vector<T,Allocator> | assign | 0 | size_type |
331
+ | (size_type,const T &) | vector<T,Allocator> | assign | 1 | const class:0 & |
300
332
| (size_type,const T &,const Allocator &) | deque<T,Allocator> | deque | 0 | size_type |
301
333
| (size_type,const T &,const Allocator &) | deque<T,Allocator> | deque | 1 | const class:0 & |
302
334
| (size_type,const T &,const Allocator &) | deque<T,Allocator> | deque | 2 | const class:1 & |
0 commit comments