Home
last modified time | relevance | path

Searched defs:AlwaysFalse (Results 1 – 3 of 3) sorted by relevance

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h829 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() function
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1177 bool AlwaysTrue = true, AlwaysFalse = true; checkIncorrectLogicOperator() local
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11675 AlwaysFalse, diagnoseTautologicalComparison() enumerator