reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCall.cpp
 1733     if (CodeGenOpts.NullPointerIsValid)
 1877         !CodeGenOpts.NullPointerIsValid)
 1995              !CodeGenOpts.NullPointerIsValid)
 2105                !CodeGenOpts.NullPointerIsValid)
 2362               !CGM.getCodeGenOpts().NullPointerIsValid)
 2382                          !CGM.getCodeGenOpts().NullPointerIsValid) {
 2393                 !CGM.getCodeGenOpts().NullPointerIsValid)
tools/clang/lib/Frontend/CompilerInvocation.cpp
  967   Opts.NullPointerIsValid = Args.hasArg(OPT_fno_delete_null_pointer_checks);