Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h817 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp1105 bool AlwaysTrue = true, AlwaysFalse = true; in checkIncorrectLogicOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11362 AlwaysFalse, in diagnoseTautologicalComparison() enumerator