reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/TargetInfo.h
  586   const llvm::fltSemantics &getDoubleFormat() const { return *DoubleFormat; }
tools/clang/lib/Basic/TargetInfo.cpp
  106   DoubleFormat = &llvm::APFloat::IEEEdouble();
  363       DoubleFormat = &llvm::APFloat::IEEEdouble();
  386       LongDoubleFormat = DoubleFormat;
tools/clang/lib/Basic/Targets/AMDGPU.cpp
  340   assert(DoubleFormat == Aux->DoubleFormat);
  340   assert(DoubleFormat == Aux->DoubleFormat);
tools/clang/lib/Basic/Targets/AVR.h
   46     DoubleFormat = &llvm::APFloat::IEEEsingle();
tools/clang/lib/Basic/Targets/TCE.h
   68     DoubleFormat = &llvm::APFloat::IEEEsingle();