Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp23 case UOP_BitNot: return "~"; in getUnaryOpcodeString()
H A DThreadSafetyCommon.cpp460 til::UnaryOp(til::UOP_BitNot, translate(UO->getSubExpr(), Ctx)); in translateUnaryOperator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h88 UOP_BitNot, // ~ enumerator