Searched defs:isDouble (Results 1 – 3 of 3) sorted by relevance
349 bool VariantValue::isDouble() const { in isDouble() function in clang::ast_matchers::dynamic::VariantValue
197 bool isDouble() const { return isFloating() && ElementBitwidth == 64; } in isDouble() function in __anon9e9e0a7a0111::Type
1367 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); in WriteConstantInternal() local