Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h600 TreeTy *getCanonicalTree(TreeTy *TNew) {
601 if (!TNew)
604 if (TNew->IsCanonicalized)
605 return TNew;
609 unsigned digest = TNew->computeDigest();
617 if (!compareTreeWithSection(TNew, TI, TE))
622 if (TNew->refCount == 0)
623 TNew->destroy();
626 entry->prev = TNew;
627 TNew->next = entry;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp487 template <class T> static bool BadSpecifier(T TNew, T TPrev, in BadSpecifier() argument
492 if (TNew != TPrev) in BadSpecifier()