Searched defs:AlwaysTrue (Results 1 - 12 of 12) sorted by relevance

/external/clang/lib/Analysis/
H A DCFG.cpp827 bool AlwaysTrue = true, AlwaysFalse = true; local
837 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue());
840 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue());
845 if (AlwaysTrue || AlwaysFalse) {
847 BuildOpts.Observer->compareAlwaysTrue(B, AlwaysTrue);
848 return TryResult(AlwaysTrue);
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc4565 bool AlwaysTrue() { function
4567 // This condition is always false so AlwaysTrue() never actually throws,
/external/googletest/googletest/src/
H A Dgtest.cc924 while (::testing::internal::AlwaysTrue()) {
5012 bool AlwaysTrue() { function
5014 // This condition is always false so AlwaysTrue() never actually throws,
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc927 while (::testing::internal::AlwaysTrue()) {
4989 bool AlwaysTrue() { function
4991 // This condition is always false so AlwaysTrue() never actually throws,
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4503 bool AlwaysTrue() { function
4505 // This condition is always false so AlwaysTrue() never actually throws,
/external/mesa3d/src/gtest/src/
H A Dgtest.cc4650 bool AlwaysTrue() { function
4652 // This condition is always false so AlwaysTrue() never actually throws,
/external/protobuf/gtest/src/
H A Dgtest.cc4347 bool AlwaysTrue() { function
4349 // This condition is always false so AlwaysTrue() never actually throws,
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc4500 bool AlwaysTrue() { function
4502 // This condition is always false so AlwaysTrue() never actually throws,
/external/v8/testing/gtest/src/
H A Dgtest.cc926 while (::testing::internal::AlwaysTrue()) {
4986 bool AlwaysTrue() { function
4988 // This condition is always false so AlwaysTrue() never actually throws,
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc4646 bool AlwaysTrue() { function
4648 // This condition is always false so AlwaysTrue() never actually throws,
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc273 // if (::testing::internal::AlwaysTrue()) { statement; }
287 if (::testing::internal::AlwaysTrue()) { statement; }\
301 if (::testing::internal::AlwaysTrue()) { statement; }\
5687 bool AlwaysTrue() { function
5689 // This condition is always false so AlwaysTrue() never actually throws,
7083 while (::testing::internal::AlwaysTrue()) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc273 // if (::testing::internal::AlwaysTrue()) { statement; }
287 if (::testing::internal::AlwaysTrue()) { statement; }\
301 if (::testing::internal::AlwaysTrue()) { statement; }\
6134 bool AlwaysTrue() { function
6136 // This condition is always false so AlwaysTrue() never actually throws,
7706 while (::testing::internal::AlwaysTrue()) {

Completed in 850 milliseconds