Searched refs:getComplexIntReal (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/AST/
H A DAPValue.cpp144 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag());
237 getComplexIntReal().needsCleanup() &&
240 return getComplexIntReal().needsCleanup();
290 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag();
369 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i";
H A DExprConstant.cpp764 APSInt &getComplexIntReal() { return IntReal; } function in struct:__anon15118::ComplexValue
781 IntReal = v.getComplexIntReal();
1300 Result = Val.getComplexIntReal().getBoolValue() ||
2058 : O->getComplexIntReal(), ObjType);
2684 return found(Subobj.getComplexIntReal(),
6435 return Success((LHS.getComplexIntReal() == RHS.getComplexIntReal() &&
6440 return Success((LHS.getComplexIntReal() != RHS.getComplexIntReal() ||
7032 return Success(C.getComplexIntReal(),
[all...]
/external/clang/include/clang/AST/
H A DAPValue.h217 APSInt &getComplexIntReal() { function in class:clang::APValue
221 const APSInt &getComplexIntReal() const { function in class:clang::APValue
222 return const_cast<APValue*>(this)->getComplexIntReal();
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1116 Value.getComplexIntReal());
/external/clang/lib/Sema/
H A DSemaChecking.cpp4403 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth);

Completed in 130 milliseconds