Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:No

373     // Erase the old global, since it is no longer used.
420 // a no-op and should not be emitted.
840 // No way to optimize a producing initializer into this. It's not
1006 enum class IsPattern { No, Yes };
1133 llvm_unreachable("local variable has no parent function or method");
1259 constWithPadding(CGM, IsPattern::No, llvm::Constant::getNullValue(ElTy));
1309 /// variable declaration with auto, register, or no storage class specifier.
1401 assert(MD && "No Size expression debug node created");
1460 // candidate nor a __block variable and has no mutable members,
1522 // building the instruction so that it's there even in no-asserts
1533 // Emit a lifetime intrinsic if meaningful. There's no point in doing this
1651 // No need to walk into the subexpressions.
1687 /// that it requires no code to be generated.
1876 : IsPattern::No;
1883 constant = constWithPadding(CGM, IsPattern::No,
1978 llvm_unreachable("no cleanup for trivially-destructible variable");
2078 case QualType::DK_none: llvm_unreachable("no destroyer for trivial dtor");
2556 DoStore = false; // The weak init is a store, no need to do two.