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

References

include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
   95   bool hasStrings() const { return Strings != nullptr; }
   96   bool hasChecksums() const { return Checksums != nullptr; }
include/llvm/Support/Automaton.h
  194     Transcribe = Transcriber != nullptr;
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  757     assert(CVS != nullptr);
tools/clang/include/clang/Frontend/CompilerInstance.h
  234   bool hasInvocation() const { return Invocation != nullptr; }
  445   bool hasPreprocessor() const { return PP != nullptr; }
tools/clang/lib/Index/IndexingAction.cpp
   71     assert(this->DataConsumer != nullptr);
   72     assert(this->PP != nullptr);
  112     assert(this->DataConsumer != nullptr);
  137   assert(DataConsumer != nullptr);
tools/clang/utils/TableGen/MveEmitter.cpp
  764   bool hasCode() const { return Code != nullptr; }
tools/lldb/include/lldb/Target/QueueItem.h
   78   bool IsValid() { return m_queue_wp.lock() != nullptr; }
tools/lldb/source/API/SBListener.cpp
   60   return m_opaque_sp != nullptr;
tools/lldb/source/API/SBQueue.cpp
   52   bool IsValid() { return m_queue_wp.lock() != nullptr; }
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 3689     assert(breakpoint_sp != nullptr &&
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1866   if (m_gnu_debug_data_object_file != nullptr)
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  314   if (module_sp->GetSectionList()->FindSectionByName(ConstString(".symtab")) !=
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  484   if (m_objfile_sp != nullptr) {
tools/lldb/source/Symbol/ClangASTContext.cpp
  822     if (m_target_options_rp != nullptr)
tools/lldb/source/Symbol/SymbolFile.cpp
   40   if (objfile_sp != nullptr) {
tools/lldb/source/Target/Target.cpp
 3030   if (state != eStateConnected && platform_sp != nullptr &&
tools/llvm-pdbutil/InputFile.h
  112   bool hasDebugStream() const { return DebugStream != nullptr; }
utils/unittest/googletest/include/gtest/gtest.h
 1522 GTEST_IMPL_CMP_HELPER_(NE, !=);