Lines Matching refs:FunctionCallTrie
92 class FunctionCallTrie {
325 explicit FunctionCallTrie(const Allocators &A) XRAY_NEVER_INSTRUMENT in FunctionCallTrie() function
332 FunctionCallTrie() = delete;
333 FunctionCallTrie(const FunctionCallTrie &) = delete;
334 FunctionCallTrie &operator=(const FunctionCallTrie &) = delete;
336 FunctionCallTrie(FunctionCallTrie &&O) XRAY_NEVER_INSTRUMENT in FunctionCallTrie() function
343 FunctionCallTrie &operator=(FunctionCallTrie &&O) XRAY_NEVER_INSTRUMENT {
352 ~FunctionCallTrie() XRAY_NEVER_INSTRUMENT {} in ~FunctionCallTrie()
476 void deepCopyInto(FunctionCallTrie &O) const XRAY_NEVER_INSTRUMENT { in deepCopyInto()
482 FunctionCallTrie::Node *Node; in deepCopyInto()
483 FunctionCallTrie::Node *NewNode; in deepCopyInto()
539 void mergeInto(FunctionCallTrie &O) const XRAY_NEVER_INSTRUMENT { in mergeInto()
541 FunctionCallTrie::Node *OrigNode; in mergeInto()
542 FunctionCallTrie::Node *TargetNode; in mergeInto()
576 [&](const FunctionCallTrie::NodeIdPair &C) { in mergeInto()