Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h338 bool compareIntegers(unsigned i, unsigned j) { return i == j; } in compareIntegers() function
372 bool compareIntegers(unsigned i, unsigned j) { return i == j; } in compareIntegers() function
H A DThreadSafetyTIL.h1019 typename C::CType Ct = Cmp.compareIntegers(kind(), E->kind()); in compare()
1191 Cmp.compareIntegers(unaryOpcode(), E->unaryOpcode()); in compare()
1237 Cmp.compareIntegers(binaryOpcode(), E->binaryOpcode()); in compare()
1277 Cmp.compareIntegers(castOpcode(), E->castOpcode()); in compare()