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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h606 TreeTy *getCanonicalTree(TreeTy *TNew) { argument
607 if (!TNew)
610 if (TNew->IsCanonicalized)
611 return TNew;
615 unsigned digest = TNew->computeDigest();
621 // Compare the Contents('T') with Contents('TNew')
623 if (!compareTreeWithSection(TNew, TI, TE))
626 continue; // T has more contents than TNew.
628 if (TNew->refCount == 0)
629 TNew
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp454 template <class T> static bool BadSpecifier(T TNew, T TPrev, argument
459 if (TNew != TPrev)

Completed in 101 milliseconds