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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h459 return Cmp.comparePointers(this, E);
644 return Cmp.comparePointers(Cvdecl, E->Cvdecl);
951 return Cmp.comparePointers(Cvdecl, E->Cvdecl);
1346 return Cmp.comparePointers(this, E);
1410 return Cmp.comparePointers(this, E);
1462 return Cmp.comparePointers(this, E);
1654 return Cmp.comparePointers(this, E);
1769 return Cmp.comparePointers(this, E);
H A DThreadSafetyTraverse.h314 bool comparePointers(const void* P, const void* Q) { return P == Q; } function in class:clang::threadSafety::til::EqualsComparator
350 bool comparePointers(const void* P, const void* Q) { return P == Q; } function in class:clang::threadSafety::til::MatchComparator

Completed in 106 milliseconds