Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/test/
DSimpleCmpTest.cpp12 bool PrintOnce(int Line) { in PrintOnce() function
30 if (x > 1234567890 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
31 x < 1234567895 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
32 a == 0x4242 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
33 y >= 987654321 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
34 y <= 987654325 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
35 z < -10000 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
36 z >= -10005 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
37 z != -10003 && PrintOnce(__LINE__) && in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
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()