Lines Matching refs:no
30 - Missing arguments to functions (e.g., `open()` with `O_CREAT`, but no mode
199 no other surrounding checks at runtime. However, the additional complexity may
250 mempcpy(buf, input_buf, 4); // Valid, no diagnostic issued.
274 no optimizations are required to detect a broken code pattern. To be specific,
285 mempcpy(buf, input_buf, 4); // Valid, no diagnostic issued.
295 in instances where there is no chance of catching a bug at run-time. Otherwise,
359 optimizations, so no condition is ever emitted to machine code in practice.
452 assume that the programmer didn't make any egregious typos. Moreover, there's no
458 More directly, no effort is made below to recognize calls that, due to
523 if (needs_mode(flags)) __fortify_fatal("open: called with O_CREAT/O_TMPFILE but no mode");
561 (Preemptively: at the time of writing, Clang has no literal `__builtin_poll`
732 optimizations are only performed by LLVM. LLVM has no reliable source for C or