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

/external/clang/lib/AST/
H A DType.cpp400 return CT->getElementType()->isFloatingType();
793 bool Type::isFloatingType() const { function in class:Type
798 return CT->getElementType()->isFloatingType();
804 return VT->getElementType()->isFloatingType();
806 return isFloatingType();

Completed in 139 milliseconds