Lines Matching defs:Ignore
1530 // Ignore conversions like int -> uint.
1879 // Ignore conversions like int -> uint.
2029 bool Ignore = TestAndClearIgnoreResultAssign();
2030 (void)Ignore;
2031 assert (Ignore == false && "init list ignored");
3674 bool Ignore = TestAndClearIgnoreResultAssign();
3679 if (Ignore)
4800 bool Ignore = TestAndClearIgnoreResultAssign();
4807 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore);
4815 std::tie(LHS, RHS) = CGF.EmitARCStoreUnsafeUnretained(E, Ignore);
4821 RHS = CGF.EmitARCStoreWeak(LHS.getAddress(), RHS, Ignore);
4858 if (Ignore)