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

References

projects/compiler-rt/lib/asan/asan_activation.cpp
   89         allocator_options.may_return_null, coverage, coverage_dir,
  118   disabled.may_return_null = true;
projects/compiler-rt/lib/asan/asan_allocator.cpp
  224   may_return_null = cf->allocator_may_return_null;
  234   cf->allocator_may_return_null = may_return_null;
  280     SetAllocatorMayReturnNull(options.may_return_null);
  317     SetAllocatorMayReturnNull(options.may_return_null);
  338     options->may_return_null = AllocatorMayReturnNull();