Home
last modified time | relevance | path

Searched defs:AlwaysTrue (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/
H A Dtypes.h29 struct AlwaysTrue { struct
31 constexpr bool operator()(T const&) const { return true; } in operator()
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy_if.pass.cpp38 struct AlwaysTrue { struct
46 class Pred = AlwaysTrue> argument
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1094 bool AlwaysTrue = B->getOpcode() == BO_LOr; checkIncorrectLogicOperator() local
1177 bool AlwaysTrue = true, AlwaysFalse = true; checkIncorrectLogicOperator() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc6312 bool AlwaysTrue() { in AlwaysTrue() function
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10908 bool AlwaysTrue; isFunctionAlwaysEnabled() local
H A DSemaExpr.cpp11674 AlwaysTrue, diagnoseTautologicalComparison() enumerator