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

  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 337 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag());
453 assert(getComplexIntImag().needsCleanup() ==
590 profileIntValue(ID, getComplexIntImag());
673 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i";
ExprConstant.cpp 1527 APSInt &getComplexIntImag() { return IntImag; }
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() -= RHS.getComplexIntImag()
    [all...]
ItaniumMangle.cpp 5449 return !V.getComplexIntReal() && !V.getComplexIntImag();
5638 V.getComplexIntImag().getBoolValue())
5640 if (V.getComplexIntImag().getBoolValue())
5641 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntImag());
TextNodeDumper.cpp 482 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag()
MicrosoftMangle.cpp 1809 mangleNumber(V.getComplexIntImag());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 453 APSInt &getComplexIntImag() {
457 const APSInt &getComplexIntImag() const {
458 return const_cast<APValue*>(this)->getComplexIntImag();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 2054 Value.getComplexIntImag());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 10843 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth);

Completed in 46 milliseconds