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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp63 bool IgnoreResultAssign; member in class:__anon3094::ScalarExprEmitter
68 : CGF(cgf), Builder(CGF.Builder), IgnoreResultAssign(ira),
77 bool I = IgnoreResultAssign;
78 IgnoreResultAssign = false;
3243 Value *CodeGenFunction::EmitScalarExpr(const Expr *E, bool IgnoreResultAssign) { argument
3249 Value *V = ScalarExprEmitter(*this, IgnoreResultAssign)
H A DCodeGenFunction.h2257 llvm::Value *EmitScalarExpr(const Expr *E , bool IgnoreResultAssign = false);

Completed in 130 milliseconds