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.h351 bool compareVariableRefs(const Variable *V1, const Variable *V2) { in compareVariableRefs() function
389 bool compareVariableRefs(const Variable* V1, const Variable* V2) { in compareVariableRefs() function
H A DThreadSafetyTIL.h414 return Cmp.compareVariableRefs(this, E); in compare()