Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h312 bool compareIntegers(unsigned i, unsigned j) { return i == j; } in compareIntegers() function
348 bool compareIntegers(unsigned i, unsigned j) { return i == j; } in compareIntegers() function
DThreadSafetyTIL.h1018 typename C::CType Ct = Cmp.compareIntegers(kind(), E->kind()); in compare()
1194 Cmp.compareIntegers(unaryOpcode(), E->unaryOpcode()); in compare()
1240 Cmp.compareIntegers(binaryOpcode(), E->binaryOpcode()); in compare()
1281 Cmp.compareIntegers(castOpcode(), E->castOpcode()); in compare()