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

  /external/clang/test/CodeGen/
parameter-passing.c 15 typedef _Complex int ComplexTy;
25 static ComplexTy complex_id(ComplexTy a) { return a; }
35 static void complex_mul(ComplexTy a) { result *= __real a * __imag a; }
  /external/clang/lib/CodeGen/
CGCleanup.cpp 51 llvm::Type *ComplexTy =
54 llvm::Value *addr = CGF.CreateTempAlloca(ComplexTy, "saved-complex");
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 761 QualType ComplexTy,
766 QualType fpTy = cast<ComplexType>(ComplexTy)->getElementType();
768 IntExpr = S.ImpCastExprToType(IntExpr.take(), ComplexTy,
772 IntExpr = S.ImpCastExprToType(IntExpr.take(), ComplexTy,
804 QualType ComplexTy,
808 int order = S.Context.getFloatingTypeOrder(ComplexTy, OtherTy);
815 QualType fp = cast<ComplexType>(ComplexTy)->getElementType();
817 OtherExpr = S.ImpCastExprToType(OtherExpr.take(), ComplexTy,
820 return ComplexTy;
824 QualType result = (order == 0 ? ComplexTy
    [all...]

Completed in 40 milliseconds