HomeSort by relevance Sort by last modified time
    Searched refs:ComplexTy (Results 1 - 4 of 4) 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/
CGExprComplex.cpp 303 QualType ComplexTy = lvalue.getType();
304 unsigned ComplexAlign = C.getTypeAlignInChars(ComplexTy).getQuantity();
338 QualType ComplexTy = lvalue.getType();
339 unsigned ComplexAlign = C.getTypeAlignInChars(ComplexTy).getQuantity();
    [all...]
CGCleanup.cpp 51 llvm::Type *ComplexTy =
54 llvm::Value *addr = CGF.CreateTempAlloca(ComplexTy, "saved-complex");
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 74 milliseconds