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

  /external/clang/lib/AST/
APValue.cpp 148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag());
231 getComplexFloatReal().needsCleanup() &&
234 return getComplexFloatReal().needsCleanup();
294 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal())
373 Out << GetApproxValue(getComplexFloatReal()) << "+"
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
APValue.h 232 APFloat &getComplexFloatReal() {
236 const APFloat &getComplexFloatReal() const {
237 return const_cast<APValue*>(this)->getComplexFloatReal();
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 2533 milliseconds