Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DItaniumCXXABI.cpp94 bool LHSTombstone = isDenseMapKeyTombstone(LHS); in areDenseMapKeysEqualSpecialValues() local
96 if (LHSTombstone || RHSTombstone) in areDenseMapKeysEqualSpecialValues()
97 return LHSTombstone && RHSTombstone; in areDenseMapKeysEqualSpecialValues()