Home
last modified time | relevance | path

Searched refs:getComplexIntImag (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DAPValue.cpp144 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()
236 assert(getComplexIntImag().needsCleanup() == in needsCleanup()
291 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag(); in dump()
370 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
H A DExprConstant.cpp895 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function
912 IntImag = v.getComplexIntImag(); in setFrom()
1463 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
2286 return handler.found(Index ? O->getComplexIntImag() in findSubobject()
6891 LHS.getComplexIntImag() == RHS.getComplexIntImag()), E); in VisitBinaryOperator()
6896 LHS.getComplexIntImag() != RHS.getComplexIntImag()), E); in VisitBinaryOperator()
7515 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()
8009 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()
8025 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()
8103 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAPValue.h224 APSInt &getComplexIntImag() { in getComplexIntImag() function
228 const APSInt &getComplexIntImag() const { in getComplexIntImag() function
229 return const_cast<APValue*>(this)->getComplexIntImag(); in getComplexIntImag()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1146 Value.getComplexIntImag()); in EmitConstantValue()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp5473 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()