Lines Matching defs:Ignore
1581 // Ignore conversions like int -> uint.
1931 // Ignore conversions like int -> uint.
2081 bool Ignore = TestAndClearIgnoreResultAssign();
2082 (void)Ignore;
2083 assert (Ignore == false && "init list ignored");
3760 bool Ignore = TestAndClearIgnoreResultAssign();
3765 if (Ignore)
4888 bool Ignore = TestAndClearIgnoreResultAssign();
4895 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore);
4903 std::tie(LHS, RHS) = CGF.EmitARCStoreUnsafeUnretained(E, Ignore);
4909 RHS = CGF.EmitARCStoreWeak(LHS.getAddress(), RHS, Ignore);
4946 if (Ignore)