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

References

include/llvm/ADT/STLExtras.h
  108   Ret (*callback)(intptr_t callable, Params ...params) = nullptr;
  112   static Ret callback_fn(intptr_t callable, Params ...params) {
  129   Ret operator()(Params ...params) const {
tools/llvm-xray/trie-node.h
   35   TrieNode<AssociatedData> *Parent;
   38   llvm::SmallVector<TrieNode<AssociatedData> *, 4> Callees;
   41   AssociatedData ExtraData;
   48 TrieNode<T> *
   49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right,
   49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right,
   51                typename std::remove_reference<TrieNode<T> *>::type NewParent,
   52                std::forward_list<TrieNode<T>> &NodeStore,
   54   llvm::function_ref<T(const T &, const T &)> MergeFn(
   54   llvm::function_ref<T(const T &, const T &)> MergeFn(
   54   llvm::function_ref<T(const T &, const T &)> MergeFn(
   63   llvm::DenseMap<int32_t, TrieNode<T> *> LeftCalleesByFuncId;
tools/llvm-xray/xray-stacks.cpp
  263 StackDuration mergeStackDuration(const StackDuration &Left,
  263 StackDuration mergeStackDuration(const StackDuration &Left,
  264                                  const StackDuration &Right) {
  265   StackDuration Data{};
  283 using StackTrieNode = TrieNode<StackDuration>;
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&