reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/SyncDependenceAnalysis.cpp
  257            !PendingUpdates.empty()) {
lib/IR/LegacyPassManager.cpp
  135   return PrintFuncNames.empty() || PrintFuncNames.count(FunctionName);
lib/LTO/ThinLTOCodeGenerator.cpp
  424   if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) {
  817   if (ExportList.empty() && GUIDPreservedSymbols.empty())
tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
  144       !Indexer->getOtherRefs(Function).empty() || isOverrideMethod(Function)) {
tools/lldb/source/Breakpoint/Breakpoint.cpp
   81   if (!m_name_list.empty()) {
  906       if (!m_name_list.empty()) {
tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
   85   if (!m_function_names.empty()) {
  118     if (!m_function_names.empty()) {
unittests/Support/FileCheckTest.cpp
   51   EXPECT_TRUE(ExpectedUndefVarNames.empty()) << toString(ExpectedUndefVarNames);