Home
last modified time | relevance | path

Searched refs:getComplexIntImag (Results 1 – 5 of 5) 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.cpp970 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function
987 IntImag = v.getComplexIntImag(); in setFrom()
1542 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
2372 return handler.found(Index ? O->getComplexIntImag() in findSubobject()
7247 LHS.getComplexIntImag() == RHS.getComplexIntImag()), E); in VisitBinaryOperator()
7252 LHS.getComplexIntImag() != RHS.getComplexIntImag()), E); in VisitBinaryOperator()
7879 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()
8386 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()
8402 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()
8480 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/clang/lib/CodeGen/
DCGExprConstant.cpp1321 Value.getComplexIntImag()); in EmitConstantValue()
/external/clang/lib/Sema/
DSemaChecking.cpp6196 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()