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 33 typedef CodeGenFunction::ComplexPairTy ComplexPairTy;
47 : public StmtVisitor<ComplexExprEmitter, ComplexPairTy> {
76 ComplexPairTy EmitLoadOfLValue(const Expr *E) {
80 ComplexPairTy EmitLoadOfLValue(LValue LV, SourceLocation Loc);
84 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
87 ComplexPairTy EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType,
90 ComplexPairTy EmitScalarToComplexCast(llvm::Value *Val, QualType SrcType,
97 ComplexPairTy Visit(Expr *E)
    [all...]
CodeGenFunction.h 139 typedef std::pair<llvm::Value *, llvm::Value *> ComplexPairTy;
    [all...]

Completed in 140 milliseconds