Home
last modified time | relevance | path

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

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