HomeSort by relevance Sort by last modified time
    Searched refs:EmitComplexExpr (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGExprComplex.cpp 783 /// EmitComplexExpr - Emit the computation of the specified expression of
785 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal,
CGBuiltin.cpp 236 ComplexPairTy ComplexVal = EmitComplexExpr(E->getArg(0));
250 ComplexPairTy ComplexVal = EmitComplexExpr(E->getArg(0));
257 ComplexPairTy ComplexVal = EmitComplexExpr(E->getArg(0));
    [all...]
CGDecl.cpp     [all...]
CGExpr.cpp 95 return EmitComplexToScalarConversion(EmitComplexExpr(E), E->getType(),BoolTy);
118 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult));
    [all...]
CodeGenFunction.h     [all...]

Completed in 116 milliseconds