Lines Matching defs:empty

403   assert(!Name.empty() && "Cannot get empty name!");
480 bool empty();
525 bool TypePrinting::empty() {
527 return NamedTypes.empty() && Type2Number.empty();
549 if (STy->getName().empty())
600 if (!STy->getName().empty())
771 bool mdn_empty() const { return mdnMap.empty(); }
779 bool as_empty() const { return asMap.empty(); }
1633 if (!Tag.empty())
1642 if (!Type.empty())
1656 if (ShouldSkipEmpty && Value.empty())
1711 assert(!StringF.empty() && "Expected valid flag");
1714 if (Extra || SplitFlags.empty())
1735 assert(!StringF.empty() && "Expected valid flag");
1738 if (Extra || SplitFlags.empty())
1762 if (!S.empty())
2147 assert(!OpStr.empty() && "Expected valid opcode");
2493 if (SSNs.empty())
2588 if (!M->getModuleIdentifier().empty() &&
2594 if (!M->getSourceFileName().empty()) {
2601 if (!DL.empty())
2603 if (!M->getTargetTriple().empty())
2606 if (!M->getModuleInlineAsm().empty()) {
2620 } while (!Asm.empty());
2626 if (!Comdats.empty())
2658 assert(UseListOrders.empty() && "All use-lists should have been consumed");
2810 if (!TIS.WPDRes.empty()) {
2854 if (!WPDRes.ResByArg.empty()) {
2909 if (!VTableFuncs.empty()) {
2974 if (!FS->calls().empty()) {
2997 if (!TIDInfo.TypeTests.empty()) {
3018 if (!TIDInfo.TypeTestAssumeVCalls.empty()) {
3022 if (!TIDInfo.TypeCheckedLoadVCalls.empty()) {
3026 if (!TIDInfo.TypeTestAssumeConstVCalls.empty()) {
3031 if (!TIDInfo.TypeCheckedLoadConstVCalls.empty()) {
3080 if (!ConstVCall.Args.empty()) {
3110 if (!RefList.empty()) {
3129 if (!VI.name().empty())
3133 if (!VI.getSummaryList().empty()) {
3143 if (!VI.name().empty())
3150 if (Name.empty()) {
3151 Out << "<empty name> ";
3288 if (!UA.empty())
3341 if (!UA.empty())
3379 if (TypePrinter.empty())
3421 if (!AttrStr.empty()) AttrStr += ' ';
3426 if (!AttrStr.empty())
3493 if (!UA.empty())
4098 if (MDs.empty())
4101 if (MDNames.empty())
4206 [&]() { return !UseListOrders.empty() && UseListOrders.back().F == F; };