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

/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/AST/
H A DExprConstant.cpp764 APSInt &getComplexIntReal() { return IntReal; } function in struct:__anon16031::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...]

Completed in 102 milliseconds