Lines Matching defs:ignored
1669 CGF.EmitARCStoreStrongCall(addr, null, /*ignored*/ true);
2207 bool ignored) {
2220 if (ignored) return nullptr;
2424 /// the value is ignored, or when it is being assigned to an
2468 EmitARCStoreStrongCall(addr, null, /*ignored*/ true);
2480 bool ignored) {
2492 if (ignored) return nullptr;
2501 bool ignored) {
2511 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored);
2607 bool ignored) {
2610 llvm::Intrinsic::objc_storeWeak, ignored);
2630 llvm::Intrinsic::objc_initWeak, /*ignored*/ true);
3167 // Otherwise, evaluate the expression in an ignored context.
3584 bool ignored) {
3588 if (ignored) {
3603 bool ignored) {
3626 value = EmitARCStoreStrong(lvalue, value, ignored);