Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h337 bool compareIntegers(unsigned i, unsigned j) { return i == j; } in compareIntegers() function
371 bool compareIntegers(unsigned i, unsigned j) { return i == j; } in compareIntegers() function
H A DThreadSafetyTIL.h1029 typename C::CType Ct = Cmp.compareIntegers(kind(), E->kind()); in compare()
1201 Cmp.compareIntegers(unaryOpcode(), E->unaryOpcode()); in compare()
1247 Cmp.compareIntegers(binaryOpcode(), E->binaryOpcode()); in compare()
1287 Cmp.compareIntegers(castOpcode(), E->castOpcode()); in compare()