Searched refs:getDoubleFormat (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h587 const llvm::fltSemantics &getDoubleFormat() const { return *DoubleFormat; } function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp869 DefineFloatMacros(Builder, "DBL", &TI.getDoubleFormat(), "");
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1708 case BuiltinType::Double: return Target->getDoubleFormat();

Completed in 322 milliseconds