Lines Matching defs:ignored
1668 CGF.EmitARCStoreStrongCall(addr, null, /*ignored*/ true);
2206 bool ignored) {
2219 if (ignored) return nullptr;
2423 /// the value is ignored, or when it is being assigned to an
2467 EmitARCStoreStrongCall(addr, null, /*ignored*/ true);
2479 bool ignored) {
2491 if (ignored) return nullptr;
2500 bool ignored) {
2510 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored);
2606 bool ignored) {
2609 llvm::Intrinsic::objc_storeWeak, ignored);
2629 llvm::Intrinsic::objc_initWeak, /*ignored*/ true);
3166 // Otherwise, evaluate the expression in an ignored context.
3583 bool ignored) {
3587 if (ignored) {
3602 bool ignored) {
3625 value = EmitARCStoreStrong(lvalue, value, ignored);