Home
last modified time | relevance | path

Searched refs:NodeIdPair (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h99 struct NodeIdPair { struct
104 using NodeIdPairArray = Array<NodeIdPair>; argument
398 [FId](const NodeIdPair &NR) { return NR.FId == FId; }); in enterFunction()
581 [&](const FunctionCallTrie::NodeIdPair &C) { in mergeInto()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cc249 [](const FunctionCallTrie::NodeIdPair &R) { return R.FId == 2; }) in TEST()
254 [](const FunctionCallTrie::NodeIdPair &R) { return R.FId == 2; }) in TEST()