Searched refs:getComplexIntImag (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | APValue.cpp | 144 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()
|
D | ExprConstant.cpp | 1046 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function 1063 IntImag = v.getComplexIntImag(); in setFrom() 1618 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool() 2468 return handler.found(Index ? O->getComplexIntImag() in findSubobject() 7543 LHS.getComplexIntImag() == RHS.getComplexIntImag()), E); in VisitBinaryOperator() 7548 LHS.getComplexIntImag() != RHS.getComplexIntImag()), E); in VisitBinaryOperator() 8179 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag() 8687 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator() 8703 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator() 8781 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator() [all …]
|
/external/clang/include/clang/AST/ |
D | APValue.h | 224 APSInt &getComplexIntImag() { in getComplexIntImag() function 228 const APSInt &getComplexIntImag() const { in getComplexIntImag() function 229 return const_cast<APValue*>(this)->getComplexIntImag(); in getComplexIntImag()
|
/external/llvm-project/clang/include/clang/AST/ |
D | APValue.h | 442 APSInt &getComplexIntImag() { 446 const APSInt &getComplexIntImag() const { 447 return const_cast<APValue*>(this)->getComplexIntImag();
|
/external/llvm-project/clang/lib/AST/ |
D | APValue.cpp | 329 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue() 445 assert(getComplexIntImag().needsCleanup() == in needsCleanup() 582 profileIntValue(ID, getComplexIntImag()); in Profile() 665 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
|
D | ExprConstant.cpp | 1521 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function 1538 IntImag = v.getComplexIntImag(); in setFrom() 2477 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool() 3732 return handler.found(Index ? O->getComplexIntImag() in findSubobject() 12568 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator() 13327 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag() 14061 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator() 14077 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator() 14155 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator() 14156 Result.getComplexIntImag() = in VisitBinaryOperator() [all …]
|
D | ItaniumMangle.cpp | 5019 return !V.getComplexIntReal() && !V.getComplexIntImag(); in isZeroInitialized() 5176 V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg() 5178 if (V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg() 5179 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntImag()); in mangleValueInTemplateArg()
|
D | TextNodeDumper.cpp | 482 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
|
D | MicrosoftMangle.cpp | 1701 mangleNumber(V.getComplexIntImag()); in mangleTemplateArgValue()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1347 Value.getComplexIntImag()); in EmitConstantValue()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 2053 Value.getComplexIntImag()); in tryEmitPrivate()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5154 AddAPSInt(Value.getComplexIntImag()); in AddAPValue()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7089 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 10586 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()
|