HomeSort by relevance Sort by last modified time
    Searched refs:getDoubleFormat (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 222 const llvm::fltSemantics &getDoubleFormat() const { return *DoubleFormat; }
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 544 DefineFloatMacros(Builder, "DBL", &TI.getDoubleFormat());
  /external/clang/lib/AST/
ASTContext.cpp 636 case BuiltinType::Double: return Target.getDoubleFormat();
    [all...]

Completed in 21 milliseconds