Lines Matching refs:FunctionCallTrie
92 class FunctionCallTrie {
329 explicit FunctionCallTrie(const Allocators &A) XRAY_NEVER_INSTRUMENT in FunctionCallTrie() function
336 FunctionCallTrie() = delete;
337 FunctionCallTrie(const FunctionCallTrie &) = delete;
338 FunctionCallTrie &operator=(const FunctionCallTrie &) = delete;
340 FunctionCallTrie(FunctionCallTrie &&O) XRAY_NEVER_INSTRUMENT in FunctionCallTrie() function
347 FunctionCallTrie &operator=(FunctionCallTrie &&O) XRAY_NEVER_INSTRUMENT {
356 ~FunctionCallTrie() XRAY_NEVER_INSTRUMENT {} in ~FunctionCallTrie()
480 void deepCopyInto(FunctionCallTrie &O) const XRAY_NEVER_INSTRUMENT { in deepCopyInto()
486 FunctionCallTrie::Node *Node; in deepCopyInto()
487 FunctionCallTrie::Node *NewNode; in deepCopyInto()
543 void mergeInto(FunctionCallTrie &O) const XRAY_NEVER_INSTRUMENT { in mergeInto()
545 FunctionCallTrie::Node *OrigNode; in mergeInto()
546 FunctionCallTrie::Node *TargetNode; in mergeInto()
580 [&](const FunctionCallTrie::NodeIdPair &C) { in mergeInto()