Home
last modified time | relevance | path

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

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