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

  /external/clang/include/clang/AST/
APValue.h 225 APSInt &getComplexIntImag() {
229 const APSInt &getComplexIntImag() const {
230 return const_cast<APValue*>(this)->getComplexIntImag();
  /external/clang/lib/AST/
APValue.cpp 144 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag());
236 assert(getComplexIntImag().needsCleanup() ==
290 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag();
369 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i";
ExprConstant.cpp 765 APSInt &getComplexIntImag() { return IntImag; }
782 IntImag = v.getComplexIntImag();
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 2297 milliseconds