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

  /external/clang/include/clang/AST/
APValue.h 240 APFloat &getComplexFloatImag() {
244 const APFloat &getComplexFloatImag() const {
245 return const_cast<APValue*>(this)->getComplexFloatImag();
  /external/clang/lib/AST/
APValue.cpp 148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag());
230 assert(getComplexFloatImag().needsCleanup() ==
295 << ", " << GetApproxValue(getComplexFloatImag());
374 << GetApproxValue(getComplexFloatImag()) << "i";
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 748 milliseconds