Searched defs:ComplexPairTy (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp29 typedef CodeGenFunction::ComplexPairTy ComplexPairTy; typedef
43 : public StmtVisitor<ComplexExprEmitter, ComplexPairTy> {
72 ComplexPairTy EmitLoadOfLValue(const Expr *E) {
76 ComplexPairTy EmitLoadOfLValue(LValue LV, SourceLocation Loc);
80 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
83 ComplexPairTy EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType,
86 ComplexPairTy EmitScalarToComplexCast(llvm::Value *Val, QualType SrcType,
93 ComplexPairTy Visi
[all...]
H A DCodeGenFunction.h132 typedef std::pair<llvm::Value *, llvm::Value *> ComplexPairTy; typedef in class:clang::CodeGen::CodeGenFunction
1709 ComplexPairTy EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,
2347 llvm::Value *EmitComplexToScalarConversion(ComplexPairTy Src, QualType SrcTy,
2371 ComplexPairTy EmitComplexExpr(const Expr *E,
2380 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
2383 ComplexPairTy EmitLoadOfComplex(LValue src, SourceLocation loc);

Completed in 35 milliseconds