reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/CFLAndersAliasAnalysis.h
   87   std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles;
include/llvm/Analysis/CFLSteensAliasAnalysis.h
  102   std::forward_list<cflaa::FunctionHandle<CFLSteensAAResult>> Handles;
lib/Transforms/Scalar/LoopLoadElimination.cpp
  175   std::forward_list<StoreToLoadForwardingCandidate>
  177     std::forward_list<StoreToLoadForwardingCandidate> Candidates;
  258       std::forward_list<StoreToLoadForwardingCandidate> &Candidates) {
tools/llvm-xray/trie-node.h
   52                std::forward_list<TrieNode<T>> &NodeStore,
tools/llvm-xray/xray-converter.cpp
  282   std::forward_list<StackTrieNode> NodeStore{};
tools/llvm-xray/xray-stacks.cpp
  327   std::forward_list<StackTrieNode> NodeStore;
  549     std::forward_list<StackTrieNode> AggregatedNodeStore;
  558     std::forward_list<StackTrieNode> AggregatedNodeStore;
tools/polly/include/polly/ScopInfo.h
 1104 using MemoryAccessList = std::forward_list<MemoryAccess *>;
usr/include/c++/7.4.0/bits/forward_list.h
  456       forward_list(const forward_list& __list, const _Alloc& __al)
  465       forward_list(forward_list&& __list, const _Alloc& __al)
  525       forward_list(const forward_list& __list)
  539       forward_list(forward_list&& __list) noexcept
  570       forward_list&
  571       operator=(const forward_list& __list);
  585       forward_list&
  586       operator=(forward_list&& __list)
  604       forward_list&
 1008       swap(forward_list& __list) noexcept
 1071       splice_after(const_iterator __pos, forward_list&& __list) noexcept
 1078       splice_after(const_iterator __pos, forward_list& __list) noexcept
 1092       splice_after(const_iterator __pos, forward_list&& __list,
 1096       splice_after(const_iterator __pos, forward_list& __list,
 1115       splice_after(const_iterator __pos, forward_list&&,
 1120       splice_after(const_iterator __pos, forward_list&,
 1194       merge(forward_list&& __list)
 1198       merge(forward_list& __list)
 1214         merge(forward_list&& __list, _Comp __comp);
 1218         merge(forward_list& __list, _Comp __comp)
 1276       _M_move_assign(forward_list&& __list, std::true_type) noexcept
 1287       _M_move_assign(forward_list&& __list, std::false_type)
 1371     operator==(const forward_list<_Tp, _Alloc>& __lx,
 1372                const forward_list<_Tp, _Alloc>& __ly);
 1388     operator<(const forward_list<_Tp, _Alloc>& __lx,
 1389               const forward_list<_Tp, _Alloc>& __ly)
 1396     operator!=(const forward_list<_Tp, _Alloc>& __lx,
 1397                const forward_list<_Tp, _Alloc>& __ly)
 1403     operator>(const forward_list<_Tp, _Alloc>& __lx,
 1404               const forward_list<_Tp, _Alloc>& __ly)
 1410     operator>=(const forward_list<_Tp, _Alloc>& __lx,
 1411                const forward_list<_Tp, _Alloc>& __ly)
 1417     operator<=(const forward_list<_Tp, _Alloc>& __lx,
 1418                const forward_list<_Tp, _Alloc>& __ly)
 1424     swap(forward_list<_Tp, _Alloc>& __lx,
 1425 	 forward_list<_Tp, _Alloc>& __ly)
usr/include/c++/7.4.0/bits/forward_list.tcc
  142     forward_list<_Tp, _Alloc>&
  144     operator=(const forward_list& __list)
  222     typename forward_list<_Tp, _Alloc>::iterator
  243     splice_after(const_iterator __pos, forward_list&&,
  258     typename forward_list<_Tp, _Alloc>::iterator
  264 	  forward_list __tmp(__n, __val, get_allocator());
  273       typename forward_list<_Tp, _Alloc>::iterator
  278 	forward_list __tmp(__first, __last, get_allocator());
  353       merge(forward_list&& __list, _Comp __comp)
  375     operator==(const forward_list<_Tp, _Alloc>& __lx,
  376                const forward_list<_Tp, _Alloc>& __ly)
utils/TableGen/AsmMatcherEmitter.cpp
  720   std::forward_list<ClassInfo> Classes;
 2349                                       std::forward_list<ClassInfo> &Infos,
 2516                            std::forward_list<ClassInfo> &Infos,
 2576                                  std::forward_list<ClassInfo> &Infos,
 3098 static void emitMatchClassKindNames(std::forward_list<ClassInfo> &Infos,