Home | History | Annotate | Download | only in fuzzer

Lines Matching defs:IF

24   if (DirPath.empty()) return;
32 std::ifstream IF(DirPlusFile(DirPath, kFunctionsTxt));
35 while (std::getline(IF, L, '\n')) {
37 if (FocusFunction == L)
40 if (!NumFunctions || FocusFuncIdx == SIZE_MAX || Files.size() <= 1)
47 if (Name == kFunctionsTxt) continue;
54 std::ifstream IF(SF.File);
55 while (std::getline(IF, L, '\n')) {
57 if (SpacePos == std::string::npos)
59 if (L.empty() || L[0] != 'F')
62 if (N >= NumFunctions)
64 if (N == FocusFuncIdx) {
72 if (Beg[I] != '0' && Beg[I] != '1')
78 if (NumTracesWithFocusFunction <= 3 && Len <= 16)