Home
last modified time | relevance | path

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

/external/rust/crates/libfuzzer-sys/libfuzzer/dataflow/
DDataFlow.h29 PCFLAG_FUNC_ENTRY = 1, enumerator
DDataFlowCallbacks.cpp21 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; in BlockIsEntry()
DDataFlow.cpp82 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; in BlockIsEntry()
/external/llvm-project/compiler-rt/lib/fuzzer/dataflow/
DDataFlow.h29 PCFLAG_FUNC_ENTRY = 1, enumerator
DDataFlowCallbacks.cpp21 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; in BlockIsEntry()
DDataFlow.cpp82 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; in BlockIsEntry()