Home
last modified time | relevance | path

Searched refs:allowListFunctions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dafl-gcc-common.h91 std::list<std::string> allowListFunctions; member
221 allowListFunctions.push_back(line); in initInstrumentList()
231 allowListFiles.size(), allowListFunctions.size()); in initInstrumentList()
407 if (!allowListFiles.empty() || !allowListFunctions.empty()) { in isInInstrumentList()
411 if (!allowListFunctions.empty()) { in isInInstrumentList()
415 for (std::list<std::string>::iterator it = allowListFunctions.begin(); in isInInstrumentList()
416 it != allowListFunctions.end(); ++it) { in isInInstrumentList()
H A Dafl-llvm-common.cc25 static std::list<std::string> allowListFunctions; variable
194 allowListFunctions.push_back(line); in initInstrumentList()
204 allowListFiles.size() / 4, allowListFunctions.size() / 4); in initInstrumentList()
499 if (!allowListFiles.empty() || !allowListFunctions.empty()) { in isInInstrumentList()
503 if (!allowListFunctions.empty()) { in isInInstrumentList()
507 for (std::list<std::string>::iterator it = allowListFunctions.begin(); in isInInstrumentList()
508 it != allowListFunctions.end(); ++it) { in isInInstrumentList()