Lines Matching refs:ignored
1281 CGF.EmitARCStoreStrongCall(addr, null, /*ignored*/ true);
1795 bool ignored) {
1815 if (ignored) return 0;
1983 EmitARCStoreStrongCall(addr, null, /*ignored*/ true);
1995 bool ignored) {
2013 if (ignored) return 0;
2022 bool ignored) {
2032 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored);
2128 bool ignored) {
2131 "objc_storeWeak", ignored);
2151 "objc_initWeak", /*ignored*/ true);
2483 // Otherwise, evaluate the expression in an ignored context.
2721 bool ignored) {
2745 value = EmitARCStoreStrong(lvalue, value, ignored);