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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp63 bool IgnoreResultAssign; member in class:__anon17838::ScalarExprEmitter
68 : CGF(cgf), Builder(CGF.Builder), IgnoreResultAssign(ira),
77 bool I = IgnoreResultAssign;
78 IgnoreResultAssign = false;
3281 Value *CodeGenFunction::EmitScalarExpr(const Expr *E, bool IgnoreResultAssign) { argument
3287 Value *V = ScalarExprEmitter(*this, IgnoreResultAssign)

Completed in 82 milliseconds