HomeSort by: relevance | last modified time | path
    Searched refs:getUnsignedShortFractScale (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 805 assert(getUnsignedShortFractScale() <= ShortFractWidth);
811 assert(getShortFractScale() == getUnsignedShortFractScale() ||
812 getShortFractScale() == getUnsignedShortFractScale() - 1);
828 getUnsignedFractScale() >= getUnsignedShortFractScale());
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 557 /// getUnsignedShortFractScale - Return the number of fractional bits
559 unsigned getUnsignedShortFractScale() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 11438 return Target.getUnsignedShortFractScale();

Completed in 23 milliseconds