Home
last modified time | relevance | path

Searched refs:compareAlwaysTrue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1201 virtual void compareAlwaysTrue(const BinaryOperator *B, bool isAlwaysTrue) {} in compareAlwaysTrue() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp172 void compareAlwaysTrue(const BinaryOperator *B, bool isAlwaysTrue) override { in compareAlwaysTrue() function in __anon9476153b0211::LogicalErrorHandler
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1207 BuildOpts.Observer->compareAlwaysTrue(B, AlwaysTrue); in checkIncorrectLogicOperator()