Searched refs:getFixedPoint (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp326 APFixedPoint FXCopy = RHS.getFixedPoint();
445 return getFixedPoint().getValue().needsCleanup();
580 profileIntValue(ID, getFixedPoint().getValue());
659 Out << getFixedPoint();
H A DTextNodeDumper.cpp463 OS << Value.getFixedPoint();
H A DExprConstant.cpp2476 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);
H A DItaniumMangle.cpp5442 return !V.getFixedPoint().getValue();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h437 APFixedPoint &getFixedPoint() { function in class:clang::APValue
441 const APFixedPoint &getFixedPoint() const { function in class:clang::APValue
442 return const_cast<APValue *>(this)->getFixedPoint();
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp2047 Value.getFixedPoint().getValue());

Completed in 316 milliseconds