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

  /external/clang/test/CodeGen/
conditional-gnu-ext.c 24 _Complex int getComplex(_Complex int val) {
35 return getComplex(1+2i) ? : rhs;
  /external/clang/test/CodeGenCXX/
conditional-gnu-ext.cpp 27 _Complex int getComplex(_Complex int val) {
38 return getComplex(1+2i) ? : rhs;
  /external/clang/lib/CodeGen/
CGValue.h 77 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) {
85 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) {
86 return getComplex(C.first, C.second);

Completed in 137 milliseconds