Searched refs:OverflowedFunctions (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h327 uint32_t OverflowedFunctions; member in class:__xray::FunctionCallTrie
335 OverflowedFunctions(0) {}
346 OverflowedFunctions(O.OverflowedFunctions) {} function in class:__xray::FunctionCallTrie
353 OverflowedFunctions = O.OverflowedFunctions;
365 if (UNLIKELY(OverflowedFunctions)) {
366 ++OverflowedFunctions;
384 ++OverflowedFunctions;
402 ++OverflowedFunctions;
[all...]

Completed in 186 milliseconds