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 234 APFloat &getComplexFloatImag() {
238 const APFloat &getComplexFloatImag() const {
239 return const_cast<APValue*>(this)->getComplexFloatImag();
  /external/clang/lib/AST/
APValue.cpp 148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag());
260 << ", " << GetApproxValue(getComplexFloatImag());
339 << GetApproxValue(getComplexFloatImag()) << "i";
ExprConstant.cpp 667 APFloat &getComplexFloatImag() { return FloatImag; }
685 FloatImag = v.getComplexFloatImag();
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 899 milliseconds