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 254 const llvm::fltSemantics &getDoubleFormat() const { return *DoubleFormat; }
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 494 DefineFloatMacros(Builder, "DBL", &TI.getDoubleFormat());
  /external/clang/lib/AST/
ASTContext.cpp 712 case BuiltinType::Double: return Target->getDoubleFormat();
    [all...]

Completed in 1008 milliseconds