Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h336 CheckSequence(Deserialize<unsigned>());
346 CheckSequence(Deserialize<unsigned>());
356 CheckSequence(Deserialize<unsigned>());
366 CheckSequence(Deserialize<unsigned>());
422 void CheckSequence(unsigned sequence);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp88 void Deserializer::CheckSequence(unsigned sequence) { in CheckSequence() function in Deserializer