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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp95 bool RHSTombstone = isDenseMapKeyTombstone(RHS); local
96 if (LHSTombstone || RHSTombstone)
97 return LHSTombstone && RHSTombstone;

Completed in 107 milliseconds