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

  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGAtomic.cpp     [all...]
CGExprComplex.cpp 835 /// EmitComplexExpr - Emit the computation of the specified expression of
837 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal,
    [all...]
CGDecl.cpp     [all...]
CGExpr.cpp 99 return EmitComplexToScalarConversion(EmitComplexExpr(E), E->getType(),BoolTy);
123 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult));
    [all...]
CodeGenFunction.h     [all...]
CGBuiltin.cpp 262 ComplexPairTy ComplexVal = EmitComplexExpr(E->getArg(0));
279 ComplexPairTy ComplexVal = EmitComplexExpr(E->getArg(0));
289 ComplexPairTy ComplexVal = EmitComplexExpr(E->getArg(0));
    [all...]

Completed in 79 milliseconds