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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 645 case Type::STK_FixedPoint: return CK_FixedPointToBoolean;
SemaExpr.cpp 7141 case Type::STK_FixedPoint:
7146 case Type::STK_FixedPoint:
7148 case Type::STK_FixedPoint:
7198 case Type::STK_FixedPoint:
7227 case Type::STK_FixedPoint:
7258 case Type::STK_FixedPoint:
7292 case Type::STK_FixedPoint:
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 2150 if (BT->isFixedPointType()) return STK_FixedPoint;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2151 STK_FixedPoint

Completed in 64 milliseconds