Lines Matching refs:empty

75   /// empty then this method returns nil.
79 if (!file_name_regex_ && !file_name_regex_str_.empty())
91 /// is empty then this method returns nil.
95 if (!file_name_not_regex_ && !file_name_not_regex_str_.empty())
106 /// If the 'soname_regex' property of @ref suppression_base is empty
111 if (!soname_regex_ && !soname_regex_str_.empty())
123 /// empty then this method returns nil.
127 if (!soname_not_regex_ && !soname_not_regex_str_.empty())
231 if (!type_name_regex_ && !type_name_regex_str_.empty())
296 /// If that string is empty, then an empty regular expression object
304 if (!name_regex_ && !name_regex_str_.empty())
313 /// If that string is empty, then an empty regular expression object
321 if (!name_not_regex_ && !name_not_regex_str_.empty())
330 /// If that string is empty, then an empty regular expression object
338 if (!return_type_regex_ && !return_type_regex_str_.empty())
347 /// If that string is empty, then an empty regular expression object
355 if (!symbol_name_regex_ && !symbol_name_regex_str_.empty())
364 /// If that string is empty, then an empty regular expression object
372 if (!symbol_name_not_regex_ && !symbol_name_not_regex_str_.empty())
381 /// If that string is empty, then an empty regular expression object
389 if (!symbol_version_regex_ && !symbol_version_regex_str_.empty())
459 /// If that string is empty, then an empty regular expression object
467 if (!name_regex_ && !name_regex_str_.empty())
476 /// If that string is empty, then an empty regular expression object
484 if (!name_not_regex_ && !name_not_regex_str_.empty())
493 /// If that string is empty, then an empty regular expression object
501 if (!symbol_name_regex_ && !symbol_name_regex_str_.empty())
510 /// If that string is empty, then an empty regular expression object
518 if (!symbol_name_not_regex_ && !symbol_name_not_regex_str_.empty())
527 /// If that string is empty, then an empty regular expression object
535 if (!symbol_version_regex_ && !symbol_version_regex_str_.empty())
544 /// If that string is empty, then an empty regular expression object
552 if (!type_name_regex_ && !type_name_regex_str_.empty())
603 /// empty then this method returns nil.
607 if (!type_name_regex_ && !type_name_regex_str_.empty())
626 /// empty then this method returns nil.
630 if (!type_name_not_regex_ && !type_name_not_regex_str_.empty())
667 && !source_location_to_keep_regex_str_.empty())