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

  /external/clang/include/clang/Basic/
TargetInfo.h 357 /// getFloatWidth/Align/Format - Return the size/align/format of 'float'.
358 unsigned getFloatWidth() const { return FloatWidth; }
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 213 if (getFloatWidth() == BitWidth)
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 664 DefineTypeSizeof("__SIZEOF_FLOAT__", TI.getFloatWidth(), TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 489 milliseconds