Home
last modified time | relevance | path

Searched refs:StopAtZero (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp349 size_t n, bool StopAtZero) { in AddValueForMemcmp() argument
368 if (B1[I] != B2[I] || (StopAtZero && B1[I] == 0)) { in AddValueForMemcmp()
H A DFuzzerTracePC.h103 size_t n, bool StopAtZero);
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp2071 bool StopAtZero = in interp__builtin_memchr() local
2096 if (StopAtZero && V == 0) in interp__builtin_memchr()