MCPcopy Create free account
hub / github.com/SVF-tools/SVF / CxtThread

Method CxtThread

svf/include/Util/CxtStmt.h:193–195  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

191public:
192 /// Constructor
193 CxtThread(const CallStrCxt& c, const ICFGNode* fork) : cxt(c), forksite(fork), inloop(false), incycle(false)
194 {
195 }
196 /// Copy constructor
197 CxtThread(const CxtThread& ct) :
198 cxt(ct.getContext()), forksite(ct.getThread()), inloop(ct.isInloop()), incycle(ct.isIncycle())

Callers

nothing calls this directly

Calls 3

getThreadMethod · 0.80
isInloopMethod · 0.45
isIncycleMethod · 0.45

Tested by

no test coverage detected