Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DItaniumCXXABI.cpp96 bool RHSTombstone = isDenseMapKeyTombstone(RHS); in areDenseMapKeysEqualSpecialValues() local
97 if (LHSTombstone || RHSTombstone) in areDenseMapKeysEqualSpecialValues()
98 return LHSTombstone && RHSTombstone; in areDenseMapKeysEqualSpecialValues()