Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h476 return Cmp.comparePointers(this, E); in compare()
663 return Cmp.comparePointers(this, E); in compare()
664 return Cmp.comparePointers(Cvdecl, E->Cvdecl); in compare()
965 return Cmp.comparePointers(Cvdecl, E->Cvdecl); in compare()
1347 return Cmp.comparePointers(this, E); in compare()
1402 return Cmp.comparePointers(this, E); in compare()
1452 return Cmp.comparePointers(this, E); in compare()
1644 return Cmp.comparePointers(this, E); in compare()
1775 return Cmp.comparePointers(this, E); in compare()
H A DThreadSafetyTraverse.h341 bool comparePointers(const void* P, const void* Q) { return P == Q; } in comparePointers() function
369 bool comparePointers(const void *P, const void *Q) { return P == Q; } in comparePointers() function