Home
last modified time | relevance | path

Searched refs:BBExecuted (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/libfuzzer-sys/libfuzzer/dataflow/
DDataFlowCallbacks.cpp48 __dft.BBExecuted = (bool*)calloc(__dft.NumGuards, sizeof(bool)); in __sanitizer_cov_pcs_init()
58 __dft.BBExecuted[GuardIdx] = true; in __sanitizer_cov_trace_pc_guard()
DDataFlow.h23 bool *BBExecuted; // Array of NumGuards elements. member
DDataFlow.cpp147 if (__dft.BBExecuted[FuncBeg]) { in PrintCoverage()
150 if (__dft.BBExecuted[I]) in PrintCoverage()
/external/llvm-project/compiler-rt/lib/fuzzer/dataflow/
DDataFlowCallbacks.cpp48 __dft.BBExecuted = (bool*)calloc(__dft.NumGuards, sizeof(bool)); in __sanitizer_cov_pcs_init()
58 __dft.BBExecuted[GuardIdx] = true; in __sanitizer_cov_trace_pc_guard()
DDataFlow.h23 bool *BBExecuted; // Array of NumGuards elements. member
DDataFlow.cpp147 if (__dft.BBExecuted[FuncBeg]) { in PrintCoverage()
150 if (__dft.BBExecuted[I]) in PrintCoverage()