Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp43 case BOP_Leq: return "<="; in getBinaryOpcodeString()
H A DThreadSafetyCommon.cpp577 case BO_LE: return translateBinOp(til::BOP_Leq, BO, Ctx); in translateBinaryOperator()
578 case BO_GE: return translateBinOp(til::BOP_Leq, BO, Ctx, true); in translateBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h105 BOP_Leq, // <= enumerator