Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafetyTIL.cpp43 case BOP_Leq: return "<="; in getBinaryOpcodeString()
HDThreadSafetyCommon.cpp531 case BO_LE: return translateBinOp(til::BOP_Leq, BO, Ctx); in translateBinaryOperator()
532 case BO_GE: return translateBinOp(til::BOP_Leq, BO, Ctx, true); in translateBinaryOperator()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTIL.h106 BOP_Leq, // <= enumerator