MCPcopy Create free account
hub / github.com/HexHive/NASS / BlockIsEntry

Function BlockIsEntry

fuzz/libfuzzer/dataflow/DataFlow.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77static dfsan_label **FuncLabelsPerIter; // NumIterations x NumFuncs;
78
79static inline bool BlockIsEntry(size_t BlockIdx) {
80 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY;
81}
82
83const int kNumLabels = 8;
84

Callers 2

PrintFunctionsFunction · 0.70
PrintCoverageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected