Lines Matching refs:empty
74 if (terminator.empty() && line.empty()) { linenum--; break; }
77 if (!terminator.empty() && epos!=string::npos) {
178 if (!comments.empty()) comments[0] = line.substr(spos+3);
179 if (!comments.empty())
188 while (!comments.empty() && comments[comments.size()-1].empty()) comments.pop_back(); // remove empty line at the end
189 while (!comments.empty() && comments[0].empty()) comments.erase(comments.begin()); // remove empty line at the start
193 if (!comments.empty()) comments.erase(comments.begin()); /* remove first line like "LZ4_XXX() :" */
206 } else if (exclam == '=') { /* comments of type / * = and / * * = mean: use a <H3> header and show also all functions until first empty line */
219 if (comments.empty()) continue;