HomeSort by relevance Sort by last modified time
    Searched refs:getComplexIntReal (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
APValue.h 210 APSInt &getComplexIntReal() {
214 const APSInt &getComplexIntReal() const {
215 return const_cast<APValue*>(this)->getComplexIntReal();
  /external/clang/lib/AST/
APValue.cpp 144 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag());
256 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag();
335 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i";
ExprConstant.cpp 671 APSInt &getComplexIntReal() { return IntReal; }
688 IntReal = v.getComplexIntReal();
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 129 milliseconds