Home
last modified time | relevance | path

Searched defs:implies (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp20 static bool implies(const LExpr *LHS, bool LNeg, const LExpr *RHS, bool RNeg) { in implies() function
106 bool implies(const LExpr *LHS, const LExpr *RHS) { in implies() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h99 bool LExpr::implies(const LExpr *RHS) const { in implies() function