Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumCXXABI.cpp78 template<typename T> bool isDenseMapKeyEmpty(T V) { in isDenseMapKeyEmpty() function
89 bool LHSEmpty = isDenseMapKeyEmpty(LHS); in areDenseMapKeysEqualSpecialValues()
90 bool RHSEmpty = isDenseMapKeyEmpty(RHS); in areDenseMapKeysEqualSpecialValues()