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

  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 326 APFixedPoint FXCopy = RHS.getFixedPoint();
445 return getFixedPoint().getValue().needsCleanup();
580 profileIntValue(ID, getFixedPoint().getValue());
659 Out << getFixedPoint();
TextNodeDumper.cpp 463 OS << Value.getFixedPoint();
ExprConstant.cpp 2476 Result = Val.getFixedPoint().getBoolValue();
10761 return Success(V.getFixedPoint(), E);
10832 Result = Val.getFixedPoint();
13240 return Success(Val.getFixedPoint().getBoolValue(), E);
13371 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed);
ItaniumMangle.cpp 5442 return !V.getFixedPoint().getValue();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 437 APFixedPoint &getFixedPoint() {
441 const APFixedPoint &getFixedPoint() const {
442 return const_cast<APValue *>(this)->getFixedPoint();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 2047 Value.getFixedPoint().getValue());

Completed in 73 milliseconds