Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp95 bool LHSTombstone = isDenseMapKeyTombstone(LHS); in areDenseMapKeysEqualSpecialValues() local
97 if (LHSTombstone || RHSTombstone) in areDenseMapKeysEqualSpecialValues()
98 return LHSTombstone && RHSTombstone; in areDenseMapKeysEqualSpecialValues()