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

  /external/clang/include/clang/Basic/
TargetInfo.h 324 /// getDoubleWidth/Align/Format - Return the size/align/format of 'double'.
325 unsigned getDoubleWidth() const { return DoubleWidth; }
  /external/clang/lib/Basic/
TargetInfo.cpp 189 if (getDoubleWidth() == BitWidth)
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 618 DefineTypeSizeof("__SIZEOF_DOUBLE__", TI.getDoubleWidth(), TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 209 milliseconds