Searched defs:NT (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Dnullptr.cpp81 typedef T<nullptr, nullptr, nullptr, nullptr> NT; typedef
/external/clang/test/CXX/special/class.copy/
H A Dp11.0x.copy.cpp12 NonTrivial NT; // expected-note{{copy constructor of 'DeletedNTVariant' is implicitly deleted because variant field 'NT' has a non-trivial copy constructor}} member in union:DeletedNTVariant
20 NonTrivial NT; // expected-note{{copy constructor of 'DeletedNTVariant2' is implicitly deleted because variant field 'NT' has a non-trivial copy constructor}} member in union:DeletedNTVariant2::__anon18483
H A Dp11.0x.move.cpp12 NonTrivial NT; // expected-note{{deleted because variant field 'NT' has a non-trivial move constructor}} member in union:DeletedNTVariant
19 NonTrivial NT; // expected-note{{deleted because variant field 'NT' has a non-trivial move constructor}} member in union:DeletedNTVariant2::__anon18484
/external/clang/include/clang/AST/
H A DDeclarationName.h396 struct NT { struct in struct:clang::DeclarationNameLoc
416 struct NT NamedType;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1083 Instruction *NT = I1->clone(); local
1084 BIParent->getInstList().insert(BI, NT);
1085 if (!NT->getType()->isVoidTy()) {
1086 I1->replaceAllUsesWith(NT);
1087 I2->replaceAllUsesWith(NT);
1088 NT->takeName(I1);
1091 IRBuilder<true, NoFolder> Builder(NT);
1105 // These values do not agree. Insert a select instruction before NT

Completed in 178 milliseconds