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

Declarations

utils/unittest/googletest/include/gtest/gtest.h
  339 GTEST_API_ AssertionResult AssertionSuccess();

References

tools/clang/unittests/AST/ASTImporterFixtures.h
  199     return ::testing::AssertionSuccess() << "Expected<> contains no error.";
  230       return ::testing::AssertionSuccess() << OS.str();
tools/clang/unittests/AST/ASTPrint.h
   89   return ::testing::AssertionSuccess();
tools/clang/unittests/AST/CommentParser.cpp
   87   return ::testing::AssertionSuccess();
  113   return ::testing::AssertionSuccess();
  134   return ::testing::AssertionSuccess();
  155   return ::testing::AssertionSuccess();
  176   return ::testing::AssertionSuccess();
  224   return ::testing::AssertionSuccess();
  258   return ::testing::AssertionSuccess();
  276   return ::testing::AssertionSuccess();
  296   return ::testing::AssertionSuccess();
  320   return ::testing::AssertionSuccess();
  337   return ::testing::AssertionSuccess();
  355   return ::testing::AssertionSuccess();
  379   return ::testing::AssertionSuccess();
  413   return ::testing::AssertionSuccess();
  430   return ::testing::AssertionSuccess();
  456   return ::testing::AssertionSuccess();
  482   return ::testing::AssertionSuccess();
  505   return ::testing::AssertionSuccess();
  532   return ::testing::AssertionSuccess();
  566   return ::testing::AssertionSuccess();
  591   return ::testing::AssertionSuccess();
tools/clang/unittests/AST/DataCollectionTest.cpp
   90   return testing::AssertionSuccess();
tools/clang/unittests/AST/DeclPrinterTest.cpp
  103   return ::testing::AssertionSuccess();
tools/clang/unittests/AST/MatchVerifier.h
  129   return testing::AssertionSuccess();
  145   return testing::AssertionSuccess();
tools/clang/unittests/AST/NamedDeclPrinterTest.cpp
   93   return ::testing::AssertionSuccess();
tools/clang/unittests/AST/OMPStructuredBlockTest.cpp
   66     return testing::AssertionSuccess();
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h
  115   return testing::AssertionSuccess();
  180   return testing::AssertionSuccess();
  290   return testing::AssertionSuccess();
  358   return testing::AssertionSuccess();
unittests/ADT/APIntTest.cpp
 2651         return ::testing::AssertionSuccess()
 2660         return ::testing::AssertionSuccess()
unittests/Analysis/TargetLibraryInfoTest.cpp
   54     return ::testing::AssertionSuccess() << ExpectedLFName << " is LibFunc";
unittests/ProfileData/CoverageMappingTest.cpp
   34     return ::testing::AssertionSuccess();
unittests/ProfileData/InstrProfTest.cpp
   32     return ::testing::AssertionSuccess();
unittests/ProfileData/SampleProfTest.cpp
   30     return ::testing::AssertionSuccess();
unittests/Support/ConvertUTFTest.cpp
  204   return ::testing::AssertionSuccess();
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 1859       return AssertionSuccess();
utils/unittest/googletest/include/gtest/gtest.h
 1393     return AssertionSuccess();
 1638     return AssertionSuccess();
utils/unittest/googletest/include/gtest/gtest_pred_impl.h
   91   if (pred(v1)) return AssertionSuccess();
  135   if (pred(v1, v2)) return AssertionSuccess();
  186   if (pred(v1, v2, v3)) return AssertionSuccess();
  244   if (pred(v1, v2, v3, v4)) return AssertionSuccess();
  309   if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
utils/unittest/googletest/src/gtest.cc
  664   return AssertionSuccess();
 1369   if (diff <= abs_error) return AssertionSuccess();
 1390     return AssertionSuccess();
 1396     return AssertionSuccess();
 1442     return AssertionSuccess();
 1492     return AssertionSuccess();
 1508     return AssertionSuccess();
 1524     return AssertionSuccess();
 1538     return AssertionSuccess();
 1588     return AssertionSuccess();
 1874     return AssertionSuccess();
 1890     return AssertionSuccess();