Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DThreadSafetyTIL.cpp46 case BOP_LogicOr: return "||"; in getBinaryOpcodeString()
DThreadSafetyCommon.cpp541 case BO_LOr: return translateBinOp(til::BOP_LogicOr, BO, Ctx); in translateBinaryOperator()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h109 BOP_LogicOr // || (no short-circuit) enumerator
137 const TIL_BinaryOpcode BOP_Max = BOP_LogicOr;