Home
last modified time | relevance | path

Searched refs:checkInit (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/common/
HDtrc_pkt_decode_base.h89 const bool checkInit();
139 inline const bool TrcPktDecodeI::checkInit() in checkInit() function
234 if(!checkInit()) in PacketDataIn()
HDtrc_pkt_proc_base.h184 …const bool checkInit(); // return true if init (configured and at least one output sink attached),…
396 template<class P,class Pt, class Pc> const bool TrcPktProcBase<P, Pt, Pc>::checkInit() in checkInit() function
/freebsd-13-stable/contrib/opencsd/decoder/source/ptm/
HDtrc_pkt_proc_ptm.cpp87 if(!checkInit()) in processData()
174 if(checkInit()) in onEOT()
189 if(checkInit()) in onReset()
200 if(checkInit()) in onFlush()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCStringChecker.cpp313 ProgramStateRef checkInit(CheckerContext &C, ProgramStateRef state,
435 ProgramStateRef CStringChecker::checkInit(CheckerContext &C, in checkInit() function in CStringChecker
652 State = checkInit(C, State, Buffer, BufEnd, *Length); in CheckBufferAccess()