Searched defs:getComplexIntReal (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h210 APSInt &getComplexIntReal() { function in class:clang::APValue
214 const APSInt &getComplexIntReal() const { function in class:clang::APValue
215 return const_cast<APValue*>(this)->getComplexIntReal();
/external/clang/lib/AST/
H A DExprConstant.cpp662 APSInt &getComplexIntReal() { return IntReal; } function in struct:__anon3490::ComplexValue
679 IntReal = v.getComplexIntReal();
1129 Result = Val.getComplexIntReal().getBoolValue() ||
1581 : O->getComplexIntReal());
4849 return Success((LHS.getComplexIntReal() == RHS.getComplexIntReal() &&
4854 return Success((LHS.getComplexIntReal() != RHS.getComplexIntReal() ||
5441 return Success(C.getComplexIntReal(), E);
5466 return Success(LV.getComplexIntReal(),
[all...]

Completed in 464 milliseconds