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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFixedPoint.h 120 FixedPointSemantics getSemantics() const { return Sema; }
APFloat.h 27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
376 const fltSemantics &getSemantics() const { return *semantics; }
853 assert(&getSemantics() == &RHS.getSemantics() &&
855 if (usesLayout<IEEEFloat>(getSemantics()))
857 if (usesLayout<DoubleAPFloat>(getSemantics()))
973 assert(&getSemantics() == &RHS.getSemantics() &&
975 if (usesLayout<IEEEFloat>(getSemantics()))
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 1644 return APFloatStorage::getValue(getSemantics());
1647 assert(&getSemantics() == &Val.getSemantics() && "Inconsistent semantics");
1665 const llvm::fltSemantics &getSemantics() const {

Completed in 85 milliseconds