Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp44 case BOP_LogicAnd: return "&&"; in getBinaryOpcodeString()
H A DThreadSafetyCommon.cpp602 case BO_LAnd: return translateBinOp(til::BOP_LogicAnd, BO, Ctx); in translateBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h108 BOP_LogicAnd, // && (no short-circuit) enumerator