Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp20 case UOP_LogicNot: return "!"; in getUnaryOpcodeString()
DThreadSafetyCommon.cpp442 til::UnaryOp(til::UOP_LogicNot, translate(UO->getSubExpr(), Ctx)); in translateUnaryOperator()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h76 UOP_LogicNot // ! enumerator
112 const TIL_UnaryOpcode UOP_Max = UOP_LogicNot;