Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp35 case BOP_Shl: return "<<"; in getBinaryOpcodeString()
H A DThreadSafetyCommon.cpp573 case BO_Shl: return translateBinOp(til::BOP_Shl, BO, Ctx); in translateBinaryOperator()
594 case BO_ShlAssign: return translateBinAssign(til::BOP_Shl, BO, Ctx); in translateBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h97 BOP_Shl, // << enumerator