Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1217 TIL_BinaryOpcode binaryOpcode() const { in binaryOpcode() function
1237 Cmp.compareIntegers(binaryOpcode(), E->binaryOpcode()); in compare()
H A DThreadSafetyTraverse.h781 SS << " " << getBinaryOpcodeString(E->binaryOpcode()) << " "; in printBinaryOp()