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.h604 TreeTy *getCanonicalTree(TreeTy *TNew) {
605 if (!TNew)
608 if (TNew->IsCanonicalized)
609 return TNew;
613 unsigned digest = TNew->computeDigest();
621 if (!compareTreeWithSection(TNew, TI, TE))
626 if (TNew->refCount == 0)
627 TNew->destroy();
630 entry->prev = TNew;
631 TNew->next = entry;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp486 template <class T> static bool BadSpecifier(T TNew, T TPrev, in BadSpecifier() argument
491 if (TNew != TPrev) in BadSpecifier()