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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp64 bool IgnoreResultAssign; member in class:__anon1126::ScalarExprEmitter
69 : CGF(cgf), Builder(CGF.Builder), IgnoreResultAssign(ira),
78 bool I = IgnoreResultAssign;
79 IgnoreResultAssign = false;
3453 Value *CodeGenFunction::EmitScalarExpr(const Expr *E, bool IgnoreResultAssign) { argument
3457 return ScalarExprEmitter(*this, IgnoreResultAssign)

Completed in 67 milliseconds