Searched defs:NT (Results 1 - 16 of 16) 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::__anon1972
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::__anon1973
/external/clang/include/clang/AST/
H A DDeclarationName.h400 struct NT { struct in struct:clang::DeclarationNameLoc
420 struct NT NamedType;
/external/curl/lib/
H A Dftplistparser.c165 } NT; member in union:ftp_parselist_data::__anon3583
873 switch(parser->state.NT.main) {
884 parser->state.NT.main = PL_WINNT_TIME;
885 parser->state.NT.sub.time = PL_WINNT_TIME_PRESPACE;
899 switch(parser->state.NT.sub.time) {
902 parser->state.NT.sub.time = PL_WINNT_TIME_TIME;
909 parser->state.NT.main = PL_WINNT_DIRORSIZE;
910 parser->state.NT.sub.dirorsize = PL_WINNT_DIRORSIZE_PRESPACE;
921 switch(parser->state.NT.sub.dirorsize) {
929 parser->state.NT
[all...]
/external/vboot_reference/utility/
H A Defidecompress.c56 #define NT (CODE_BIT + 3) macro
57 #if NT > MAXNP
58 #define NPT NT
492 if (CharC >= NT) {
505 } while (CharC >= NT);
571 Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3);
H A Deficompress.c70 #define NT (CODE_BIT + 3) macro
72 #if NT > NP
73 #define NPT NT
270 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
959 for (i = 0; i < NT; i++) {
1141 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode);
1142 if (Root >= NT) {
1143 WritePTLen(NT, TBIT, 3);
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3327 const OMPNumTeamsClause *NT = TD.getSingleClause<OMPNumTeamsClause>(); local
3329 if (NT || TL) {
3330 Expr *NumTeams = (NT) ? NT->getNumTeams() : nullptr;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1276 Instruction *NT = I1->clone(); local
1277 BIParent->getInstList().insert(BI->getIterator(), NT);
1278 if (!NT->getType()->isVoidTy()) {
1279 I1->replaceAllUsesWith(NT);
1280 I2->replaceAllUsesWith(NT);
1281 NT->takeName(I1);
1284 IRBuilder<NoFolder> Builder(NT);
1299 // These values do not agree. Insert a select instruction before NT
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3359 ISD::NodeType NT; local
3362 case AtomicRMWInst::Xchg: NT = ISD::ATOMIC_SWAP; break;
3363 case AtomicRMWInst::Add: NT = ISD::ATOMIC_LOAD_ADD; break;
3364 case AtomicRMWInst::Sub: NT = ISD::ATOMIC_LOAD_SUB; break;
3365 case AtomicRMWInst::And: NT = ISD::ATOMIC_LOAD_AND; break;
3366 case AtomicRMWInst::Nand: NT = ISD::ATOMIC_LOAD_NAND; break;
3367 case AtomicRMWInst::Or: NT = ISD::ATOMIC_LOAD_OR; break;
3368 case AtomicRMWInst::Xor: NT = ISD::ATOMIC_LOAD_XOR; break;
3369 case AtomicRMWInst::Max: NT = ISD::ATOMIC_LOAD_MAX; break;
3370 case AtomicRMWInst::Min: NT
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2487 milliseconds