Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DSimpleCmpTest.cpp13 bool PrintOnce(int Line) { in PrintOnce() function
33 if ((k32bit || x > 1234567890) && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
34 (k32bit || x < 1234567895) && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
35 a == 0x42 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
36 (k32bit || y >= 987654321) && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
37 (k32bit || y <= 987654325) && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
38 z < -10000 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
39 z >= -10005 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
40 z != -10003 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSubtargetInfo.cpp100 static bool PrintOnce = false; in Help() local
101 if (PrintOnce) { in Help()
125 PrintOnce = true; in Help()
132 static bool PrintOnce = false; in cpuHelp() local
133 if (PrintOnce) { in cpuHelp()
147 PrintOnce = true; in cpuHelp()