Searched defs:IsFloatingPointType (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Symbol/
H A DClangASTType.cpp591 ClangASTType::IsFloatingPointType (uint32_t &count, bool &is_complex) const function in class:ClangASTType
609 if (ClangASTType (m_ast, CT->getElementType()).IsFloatingPointType (count, is_complex))
618 if (ClangASTType (m_ast, VT->getElementType()).IsFloatingPointType (count, is_complex))
5469 if (IsFloatingPointType (count, is_complex))

Completed in 153 milliseconds