Home
last modified time | relevance | path

Searched refs:binaryOpcode (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1227 TIL_BinaryOpcode binaryOpcode() const { in binaryOpcode() function
1247 Cmp.compareIntegers(binaryOpcode(), E->binaryOpcode()); in compare()
H A DThreadSafetyTraverse.h783 SS << " " << getBinaryOpcodeString(E->binaryOpcode()) << " "; in printBinaryOp()