Searched refs:getComplexIntImag (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp337 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag());
453 assert(getComplexIntImag().needsCleanup() ==
590 profileIntValue(ID, getComplexIntImag());
673 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i";
H A DExprConstant.cpp1527 APSInt &getComplexIntImag() { return IntImag; } function in struct:__anon321::ComplexValue
1544 IntImag = v.getComplexIntImag();
2483 Val.getComplexIntImag().getBoolValue();
3737 return handler.found(Index ? O->getComplexIntImag()
12572 LHS.getComplexIntImag() == RHS.getComplexIntImag();
13334 return Success(LV.getComplexIntImag(), E);
14069 Result.getComplexIntImag() += RHS.getComplexIntImag();
14085 Result.getComplexIntImag()
[all...]
H A DItaniumMangle.cpp5449 return !V.getComplexIntReal() && !V.getComplexIntImag();
5638 V.getComplexIntImag().getBoolValue())
5640 if (V.getComplexIntImag().getBoolValue())
5641 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntImag());
H A DTextNodeDumper.cpp482 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag()
H A DMicrosoftMangle.cpp1809 mangleNumber(V.getComplexIntImag());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h453 APSInt &getComplexIntImag() { function in class:clang::APValue
457 const APSInt &getComplexIntImag() const { function in class:clang::APValue
458 return const_cast<APValue*>(this)->getComplexIntImag();
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp2054 Value.getComplexIntImag());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp10843 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth);

Completed in 445 milliseconds