Home
last modified time | relevance | path

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

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