Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_decode_base.h89 const bool checkInit();
140 inline const bool TrcPktDecodeI::checkInit() in checkInit() function
243 if(!checkInit()) in PacketDataIn()
H A Dtrc_pkt_proc_base.h191 …const bool checkInit(); // return true if init (configured and at least one output sink attached),…
420 template<class P,class Pt, class Pc> const bool TrcPktProcBase<P, Pt, Pc>::checkInit() in checkInit() function
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp87 if(!checkInit()) in processData()
174 if(checkInit()) in onEOT()
189 if(checkInit()) in onReset()
200 if(checkInit()) in onFlush()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.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()