Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp44 case BOP_Cmp: return "<=>"; in getBinaryOpcodeString()
H A DThreadSafetyCommon.cpp581 case BO_Cmp: return translateBinOp(til::BOP_Cmp, BO, Ctx); in translateBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h106 BOP_Cmp, // <=> enumerator