Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp78 template <typename T> static bool isDenseMapKeyEmpty(T V) { in isDenseMapKeyEmpty() function
89 bool LHSEmpty = isDenseMapKeyEmpty(LHS); in areDenseMapKeysEqualSpecialValues()
90 bool RHSEmpty = isDenseMapKeyEmpty(RHS); in areDenseMapKeysEqualSpecialValues()