Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
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
DThreadSafetyTIL.h413 return Cmp.compareVariableRefs(this, E); in compare()