Lines Matching refs:run
11 The intent of this document is to run through the minutiae of how Clang FORTIFY
48 to provide useful run-time checks. For the purpose of this document, all
140 available at the destination, a run-time check is inserted to crash the
292 ### How does Clang insert run-time checks?
295 in instances where there is no chance of catching a bug at run-time. Otherwise,
296 it introduces a tiny additional run-time cost to ensure that functions aren't
312 diagnose_if and assuming run-time checks are enabled):
398 - insert run-time checks for uses of functions that might be incorrect, but only
466 - Diagnoses calls to `open` with missing modes at compile-time and run-time
493 #### Compile-time or run-time error on missing arguments
520 performs a run-time check:
601 - If this can't be observed until run-time, `__poll_chk` verifies this.