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

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 29 typedef CodeGenFunction::ComplexPairTy ComplexPairTy;
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 Visit(Expr *E)
    [all...]
CodeGenFunction.h 132 typedef std::pair<llvm::Value *, llvm::Value *> ComplexPairTy;
    [all...]

Completed in 38 milliseconds