Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp41 case BOP_LogicAnd: return "&&"; in getBinaryOpcodeString()
DThreadSafetyCommon.cpp514 case BO_LAnd: return translateBinOp(til::BOP_LogicAnd, BO, Ctx); in translateBinaryOperator()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h95 BOP_LogicAnd, // && (no short-circuit) enumerator