Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp349 bool VariantValue::isDouble() const { in isDouble() function in clang::ast_matchers::dynamic::VariantValue
354 assert(isDouble()); in getDouble()
431 if (!isDouble()) in isConvertibleTo()
DMarshallers.h125 return Value.isDouble();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h283 bool isDouble() const;
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DNeonEmitter.cpp197 bool isDouble() const { return isFloating() && ElementBitwidth == 64; } in isDouble() function in __anonb0e659a70111::Type
2213 if (T.isDouble()) in emitNeonTypeDefs()
2246 if (T.isDouble()) in emitNeonTypeDefs()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAsmWriter.cpp1356 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); in WriteConstantInternal() local
1385 if (!isDouble) { in WriteConstantInternal()