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

Overrides

tools/lldb/include/lldb/Symbol/TypeSystem.h
  168   virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  537   bool IsFloatingPointType(lldb::opaque_compiler_type_t type, uint32_t &count,

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 3556       if (IsFloatingPointType(CT->getElementType().getAsOpaquePtr(), count,
 3564       if (IsFloatingPointType(VT->getElementType().getAsOpaquePtr(), count,