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

  /external/clang/test/CodeGen/
parameter-passing.c 19 typedef _Complex int ComplexTy;
29 static ComplexTy complex_id(ComplexTy a) { return a; }
39 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...]

Completed in 26 milliseconds