Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp82 template<typename T> bool isDenseMapKeyTombstone(T V) { in isDenseMapKeyTombstone() function
94 bool LHSTombstone = isDenseMapKeyTombstone(LHS); in areDenseMapKeysEqualSpecialValues()
95 bool RHSTombstone = isDenseMapKeyTombstone(RHS); in areDenseMapKeysEqualSpecialValues()