Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h724 const llvm::fltSemantics &getDoubleFormat() const { return *DoubleFormat; } in getDoubleFormat() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp1052 DefineFloatMacros(Builder, "DBL", &TI.getDoubleFormat(), ""); in InitializePredefinedMacros()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1695 case BuiltinType::Double: return Target->getDoubleFormat(); in getFloatTypeSemantics()