Home
last modified time | relevance | path

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

/external/clang/lib/AST/
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()
DExprConstant.cpp1046 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/
DAPValue.h224 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/
DAPValue.h442 APSInt &getComplexIntImag() {
446 const APSInt &getComplexIntImag() const {
447 return const_cast<APValue*>(this)->getComplexIntImag();
/external/llvm-project/clang/lib/AST/
DAPValue.cpp329 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()
DExprConstant.cpp1521 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 …]
DItaniumMangle.cpp5019 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()
DTextNodeDumper.cpp482 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
DMicrosoftMangle.cpp1701 mangleNumber(V.getComplexIntImag()); in mangleTemplateArgValue()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1347 Value.getComplexIntImag()); in EmitConstantValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp2053 Value.getComplexIntImag()); in tryEmitPrivate()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5154 AddAPSInt(Value.getComplexIntImag()); in AddAPValue()
/external/clang/lib/Sema/
DSemaChecking.cpp7089 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10586 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()