Searched refs:checkInit (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | trc_pkt_decode_base.h | 89 const bool checkInit(); 140 inline const bool TrcPktDecodeI::checkInit() in checkInit() function 243 if(!checkInit()) in PacketDataIn()
|
H A D | trc_pkt_proc_base.h | 191 …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 D | trc_pkt_proc_ptm.cpp | 87 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 D | CStringChecker.cpp | 313 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()
|