Home
last modified time | relevance | path

Searched refs:isDouble (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp350 bool VariantValue::isDouble() const { in isDouble() function in clang::ast_matchers::dynamic::VariantValue
355 assert(isDouble()); in getDouble()
432 if (!isDouble()) in isConvertibleTo()
DMarshallers.h124 return Value.isDouble();
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h283 bool isDouble() const;
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DNeonEmitter.cpp196 bool isDouble() const { return isFloating() && ElementBitwidth == 64; } in isDouble() function in __anon29ea3c8b0111::Type
2237 if (T.isDouble()) in emitNeonTypeDefs()
2270 if (T.isDouble()) in emitNeonTypeDefs()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DAsmWriter.cpp1370 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); in WriteConstantInternal() local
1399 if (!isDouble) { in WriteConstantInternal()