Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Ignore

557   // Ignore conversions like int -> uint.
826 bool Ignore = TestAndClearIgnoreResultAssign();
827 (void)Ignore;
828 assert (Ignore == false && "init list ignored");
1658 bool Ignore = TestAndClearIgnoreResultAssign();
1663 if (Ignore)
2240 bool Ignore = TestAndClearIgnoreResultAssign();
2247 llvm::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore);
2257 RHS = CGF.EmitARCStoreWeak(LHS.getAddress(), RHS, Ignore);
2279 if (Ignore)