Searched defs:getComplex (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dconditional-gnu-ext.c24 _Complex int getComplex(_Complex int val) { function
35 return getComplex(1+2i) ? : rhs;
/external/clang/test/CodeGenCXX/
H A Dconditional-gnu-ext.cpp27 _Complex int getComplex(_Complex int val) { function in namespace:radar8453812
38 return getComplex(1+2i) ? : rhs;
/external/clang/lib/CodeGen/
H A DCGValue.h77 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { function in class:clang::CodeGen::RValue
85 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { function in class:clang::CodeGen::RValue
86 return getComplex(C.first, C.second);

Completed in 423 milliseconds