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

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

Completed in 890 milliseconds