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

/external/clang/include/clang/AST/
H A DAPValue.h216 APSInt &getComplexIntReal() { function in class:clang::APValue
220 const APSInt &getComplexIntReal() const { function in class:clang::APValue
221 return const_cast<APValue*>(this)->getComplexIntReal();
/external/clang/lib/AST/
H A DExprConstant.cpp893 APSInt &getComplexIntReal() { return IntReal; } function in struct:__anon17735::ComplexValue
910 IntReal = v.getComplexIntReal();
1445 Result = Val.getComplexIntReal().getBoolValue() ||
2202 : O->getComplexIntReal(), ObjType);
2831 return found(Subobj.getComplexIntReal(),
6635 return Success((LHS.getComplexIntReal() == RHS.getComplexIntReal() &&
6640 return Success((LHS.getComplexIntReal() != RHS.getComplexIntReal() ||
7243 return Success(C.getComplexIntReal(),
[all...]

Completed in 141 milliseconds