Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableSet.h613 TreeTy *getCanonicalTree(TreeTy *TNew) {
614 if (!TNew)
617 if (TNew->IsCanonicalized)
618 return TNew;
635 if (TNew->refCount == 0)
636 TNew->destroy();
639 entry->prev = TNew;
640 TNew->next = entry;
644 entry = TNew;
645 TNew->IsCanonicalized = true;
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp469 template <class T> static bool BadSpecifier(T TNew, T TPrev, in BadSpecifier() argument
474 if (TNew != TPrev) in BadSpecifier()