Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h379 const llvm::fltSemantics &getDoubleFormat() const { return *DoubleFormat; } in getDoubleFormat() function
/external/clang/lib/Frontend/
DInitPreprocessor.cpp748 DefineFloatMacros(Builder, "DBL", &TI.getDoubleFormat(), ""); in InitializePredefinedMacros()
/external/clang/lib/AST/
DASTContext.cpp1347 case BuiltinType::Double: return Target->getDoubleFormat(); in getFloatTypeSemantics()