Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DThreadSafetyTIL.cpp23 case UOP_LogicNot: return "!"; in getUnaryOpcodeString()
DThreadSafetyCommon.cpp467 til::UnaryOp(til::UOP_LogicNot, translate(UO->getSubExpr(), Ctx)); in translateUnaryOperator()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h88 UOP_LogicNot // ! enumerator
135 const TIL_UnaryOpcode UOP_Max = UOP_LogicNot;