Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h347 bool compareVariableRefs(const Variable *V1, const Variable *V2) { in compareVariableRefs() function
383 bool compareVariableRefs(const Variable* V1, const Variable* V2) { in compareVariableRefs() function
H A DThreadSafetyTIL.h415 return Cmp.compareVariableRefs(this, E); in compare()